Replacing Disqus with Mastodon Comments

11 points by soulcutter


splitbrain

I didn't want to give up a simple comment box for casual visitors and also not want to throw away a decade of disqus comments. But I also wanted to integrate mastodon replies. So I wrote my own commenting system: https://meh.splitbrain.org/

dethos

Did something similar. Used the WP ActivityPub plugin to make the blog an active participant in the fediverse. People can follow new posts there; they can also interact and comment directly from their Mastodon account, and it will show up on the article page. Works surprisingly well.

LesleyLai

I've considered it, but in the end I decided not to tie my blog to a particular social media platform (even a decentralised one like Mastodon/ActivityPub). The friction on Mastodon is also particularly high for site visitors, as I needed to either search for the toot URL on my instance or perform an additional login from their instance's UI.

I ended up self-hosting comentario. It supports anonymous comments and also OAuth, so I think that's a good way to enable everyone to comment.

I do notice that many more people would rather comment on social media than directly on my blog, though (ironically, I decide to comment here rather than via the Mastodon comment mechanism on their website).