{"id":16160549,"url":"https://github.com/eallion/mastodon-embed-timeline","last_synced_at":"2025-03-18T22:30:22.403Z","repository":{"id":188650902,"uuid":"674252717","full_name":"eallion/mastodon-embed-timeline","owner":"eallion","description":"🚧🚧🚧🚧🚧Mirror🚧🚧🚧🚧🚧 Mirror of mastodon-embed-timeline. Source: https://gitlab.com/idotj/mastodon-embed-timeline","archived":false,"fork":false,"pushed_at":"2024-07-08T16:08:46.000Z","size":1687,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-17T06:48:13.133Z","etag":null,"topics":["embed","gotosocial","masto","mastodon","timeline","toot"],"latest_commit_sha":null,"homepage":"https://eallion.com/en/mastodon","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eallion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-03T13:45:13.000Z","updated_at":"2024-10-01T10:55:41.000Z","dependencies_parsed_at":"2024-01-02T12:28:05.528Z","dependency_job_id":"7ca5f88a-62d7-4297-a349-c6f205a3c5b9","html_url":"https://github.com/eallion/mastodon-embed-timeline","commit_stats":null,"previous_names":["eallion/mastodon-embed-feed-timeline"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fmastodon-embed-timeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fmastodon-embed-timeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fmastodon-embed-timeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eallion%2Fmastodon-embed-timeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eallion","download_url":"https://codeload.github.com/eallion/mastodon-embed-timeline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221718343,"owners_count":16869182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embed","gotosocial","masto","mastodon","timeline","toot"],"created_at":"2024-10-10T02:03:23.656Z","updated_at":"2025-03-18T22:30:22.397Z","avatar_url":"https://github.com/eallion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐘 Mastodon embed timeline\n\n![Mastodon timeline widget screenshot](./docs/screenshot-light-dark.jpg \"Mastodon timeline widget screenshot\")\n\nEmbed a Mastodon timeline in your page with just a CSS and JS file.\n\nDemo:  \n\u003chttps://codepen.io/ipuntoj/pen/MWppNGL\u003e\n\n## 📋 Table of contents\n\n- [Installation](#-installation)\n- [Setup](#-setup)\n- [API](#-api)\n- [Examples](#-examples)\n- [Browser support](#-browser-support)\n- [Improve me](#-improve-me)\n- [License](#️-license)\n- [FAQ](#-faq)\n- [Alternatives](#alternatives)\n\n## 🛠️ Installation\n\nSteps for installing the timeline in three different ways. [Click here](https://gitlab.com/idotj/mastodon-embed-timeline/-/blob/master/docs/INSTALLATION.md)\n\n## ⚙️ Setup\n\nSteps to configure and customize your timeline. [Click here](https://gitlab.com/idotj/mastodon-embed-timeline/-/blob/master/docs/SETUP.md)\n\n## 🔌 API\n\nThe current version has the following functions that can be performed:\n\n| Function                  | Description                                                                     |\n| ------------------------- | ------------------------------------------------------------------------------- |\n| `mtColorTheme(themeType)` | Apply a theme color. `themeType` accepts only two values: `'light'` or `'dark'` |\n| `mtUpdate()`              | Reload the timeline by fetching the lastest posts                               |\n\n## 📚 Examples\n\nThe folder `examples/` contains different demos of timeline types to play with. Download the full project and open each HTML file in your favorite browser.  \n\nIf you have any problems loading the examples in your browser (e.g. CORS error), check the documentation [CONTRIBUTING.md](https://gitlab.com/idotj/mastodon-embed-timeline/-/blob/master/CONTRIBUTING.md#testing) to run the examples using alternatives such as Docker or Http-server.\n\n## 🌐 Browser support\n\nMastodon embed timeline is supported on the latest versions of the following browsers:\n\n- Chrome\n- Firefox\n- Edge\n- Safari\n- Vivaldi\n- Opera\n\n## 🚀 Improve me\n\nFeel free to add your features and improvements.  \nIn the file [CONTRIBUTING.md](https://gitlab.com/idotj/mastodon-embed-timeline/-/blob/master/CONTRIBUTING.md) you have detailed information that explains how to modify, build and collaborate with this project.\n\n## ⚖️ License\n\nGNU Affero General Public License v3.0\n\n## 💬 FAQ\n\nCheck the [closed issues](https://gitlab.com/idotj/mastodon-embed-timeline/-/issues/?sort=created_date\u0026state=closed\u0026first_page_size=20), you might find your question there.\n\nIf nothing matches with your problem, check the [open issues](https://gitlab.com/idotj/mastodon-embed-timeline/-/issues/?sort=created_date\u0026state=opened\u0026first_page_size=20) or feel free to create a new one.\n\nLooking for a previous version of Mastodon embed timeline?  \nCheck on the tags list to see all the released versions: [Tags history](https://gitlab.com/idotj/mastodon-embed-timeline/-/tags)\n\n## Alternatives\n\nOther projects to embed your Mastodon timeline:\n\n- \u003chttps://gitlab.com/clvgt12/mastodon-embed-feed-timeline\u003e (fork of this project)\n- \u003chttps://github.com/sampsyo/emfed\u003e\n- \u003chttps://mastofeed.com\u003e\n- \u003chttps://github.com/SamTherapy/fedifeed\u003e (fork of mastofeed)\n- \u003chttps://github.com/DomainDrivenArchitecture/dda-masto-embed\u003e\n- \u003chttps://github.com/DyosTheNerd/MastodonIFrameEmbed\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feallion%2Fmastodon-embed-timeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feallion%2Fmastodon-embed-timeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feallion%2Fmastodon-embed-timeline/lists"}