# 🐘 Mastodon embed timeline Embed a mastodon feed timeline in your page, only with a css and js file. Working version running at: Source code running at: ## 🗂️ User guide Just copy both files (.css and .js) in your project ``` ``` ``` ``` and add the following structure in your html page: ```
``` Now you have a Mastodon timeline running in your page. The next step will be to setup the timeline with your account info. For that, edit the the JS file *mastodon-timeline.js* and at the beginning replace the following values: ``` instance_uri: 'Your Mastodon instance', user_id: 'Your user ID on Mastodon instance', profile_name: 'Your user name on Mastodon instance', ``` If you don't find your user_id, just copy your @profile_name and @instance_uri here: https://prouser123.me/mastodon-userid-lookup/ ## 🚀 Improve me Feel free to add/improve the styles and add more features. ## ⚖️ License GNU Affero General Public License v3.0