From 4e7212714b6797f2b163a39016419ed59e3e9998 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Sun, 8 Aug 2021 18:45:39 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0ef610..b31d4ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mastodon embed timeline +# 🐘 Mastodon embed timeline Embed a mastodon feed timeline in your page, only with a css and js file. @@ -8,7 +8,7 @@ https://www.idotj.com Source code running at: https://codepen.io/ipuntoj/pen/MWppNGL -## User guide +## 🗂️ User guide Just copy both files (.css and .js) in your project ``` @@ -28,8 +28,7 @@ and add the following structure in your html page: ``` -## Changing the profile - +Then you just need to change the profile info. At the beginning of the JS file *mastodon-timeline.js* replace the following values: ``` instance_uri: 'The Mastodon instance', @@ -37,10 +36,10 @@ At the beginning of the JS file *mastodon-timeline.js* replace the following val profile_name: 'Your user name on Mastodon instance', ``` -## Improve me +## 🚀 Improve me Feel free to add/improve the styles and add more features. -## License +## ⚖️ License GNU Affero General Public License v3.0