osmbe / website

The OpenStreetMap Belgium website
https://openstreetmap.be
Other
3 stars 17 forks source link

Implement Mastodon feed #256

Open joostschouppe opened 1 year ago

joostschouppe commented 1 year ago

And maybe we want to show the Mastodon feed instead?

jbelien commented 1 year ago

It's probably due to some local settings.

Here Twitter feed loads just fine: image

jbelien commented 1 year ago

About a Mastodon feed, I had a (quick) look and couldn't find an (official) way to embed a Mastodon feed. It seems to be possible for a single post but not for the whole feed.

xivk commented 1 year ago

@jbelien perhaps via RSS, can't all the mastodon stuff be used via RSS feeds?

jbelien commented 1 year ago

@jbelien perhaps via RSS, can't all the mastodon stuff be used via RSS feeds?

Yes, RSS is indeed an option. But I don't want to have to "develop" a RSS parser to be able to display it nicely. 😄

thibaultmol commented 10 months ago

RSS is an option, but this also exists btw: https://gitlab.com/idotj/mastodon-embed-feed-timeline

idotj commented 7 months ago

After checking several pages/forums I decided to create an embed timeline for Mastodon with only html and js (no jQuery or extra libraries). Here you have the source code: https://gitlab.com/idotj/mastodon-embed-timeline