Email or username:

Password:

Forgot your password?
Top-level
marius

@davidrevoy I don't know if you'd be interested but it's possible to replace them with comments coming from the fediverse: cassidyjames.com/blog/fedivers

Probably needs a lot of elbow grease to adapt to other blogging platforms, but maybe it's worth knowing about. :)

4 comments
David Revoy

@mariusor Hey, I mention in the article I tried. Thank you.

See the screenshot under for my comments system integration (on right) in-sync with my Mastodon account (on left).

It was cached, used PHP and API, and was working nicely. I made it from scratch.

Except for a single big issue: my mastodon instance flushes all the external messages after 30 days. I realized it after 2 days of dev... ... It's pointless to just show comments doomed to disappear after a month on a blog.

A side by side column of Mastodon comments; and on right the integration of the same comments (with cat avatars) on my blog. It was made in PHP with the Mastodon API and it used a cache.
marius

@davidrevoy :D sorry, I guess I didn't pay proper attention to the text.

David Revoy

@mariusor No problem, that was a good excuse for me to share proudly a screenshot result of the code I took 2 days on it and never used 😆

F4GRX Sébastien

@davidrevoy @mariusor Why not copy the incoming fediverse comments locally to avoid deletion?

Go Up