mastodon-timeline-widget
mastodon-timeline-widget copied to clipboard
Here is a "widget" in Javascript for you to display your Mastodon timeline on your blog/website.
Hi, first of all, thanks @AzetJP for your work! After several years working on a forked version of your project I can tell that nowadays I reached a more mature...
in the timeline the retoots content are not showing
We are trying to embed a timeline of our mastodon account on our website. Whe are using Joomla, and we have inserted the code in head section, and the container's...
E.g. the following toot : https://mastodon.bida.im/@autoscatto/100944190417614914 generates an empty *div* : ```html ``` Payload : ```json { "id": "100958944087279885", "created_at": "2018-10-25T23:47:11.806Z", "in_reply_to_id": null, "in_reply_to_account_id": null, "sensitive": false, "spoiler_text": "", "visibility":...
My use case was to change the title of the widget ("Toots") but this text was mixed with the javascript code. I've therefore taken out all text strings into the...
There is a 'slim' version of jquery that apparently does not meet the requirements for mastodon-timeline-widget. It should be written in the docs to prevent people trying it.
Hi, - Yes, it works, if I post manualy a toot from the mastodon website, I get it in the mastodon widget, - But: if a toot is automatically posted...