Moving from Utterances to Giscus
Aug 30, 2022
I’ve used Utterances for a while. Using Github’s issue feature as a backend for comments is a very elegant solution IM O: no tracking, no ads, simple. But today, I decide to switch to a better alternative - Giscus. Giscus is heavily inspired by Utterances except one thing: instead of using Github issues it uses the fairly new Discussions features to store comments.
So..
Why migrate? #
- Post reactions: utterances allows you to add reactions to comments but as an author I’m also interested in the general reception of the post itself. giscus provides this feature.
- Conversation view: utterances will simply render comments as a list in the order they have been created. Giscus groups replies to a comment instead. I mean comment is about discussion, right?
Prepare your site #
- Migrate from utterances: convert the existing issues into discussions.
- Follow Giscus, it’s quite simple.
Leave a comment 👇