Ask HN: What Disqus replacement should I use on my personal blog? 7 points by Jerard_Victor 5y ago ↗ HN
[–] acemarke 5y ago ↗ I recently switched from Disqus to Utterances, which uses a Github repo's issues as the source of comments:https://utteranc.es/I used a Python export and conversion script that I found at https://pawamoy.github.io/posts/migrate-disqus-comments-to-u... , and made a couple updates to it (and then commented on that post with my changes).Pretty happy with it so far.Here's a couple of my posts that show Utterances in action, one that has a lot of the migrated comments, and one with mostly new comments:- https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...- https://blog.isquaredsoftware.com/2021/01/context-redux-diff... [–] Jerard_Victor 5y ago ↗ does it support nested comments? [–] acemarke 5y ago ↗ No, because Github Issues are single-threaded.
[–] Jerard_Victor 5y ago ↗ does it support nested comments? [–] acemarke 5y ago ↗ No, because Github Issues are single-threaded.
[–] codegeek 5y ago ↗ I have seen 2 that look interesting:https://commento.io/https://www.remarkbox.com/ [–] Jerard_Victor 5y ago ↗ commento looks good, but it has some styling issues. 2nd option I havent' seen yet
[–] Jerard_Victor 5y ago ↗ commento looks good, but it has some styling issues. 2nd option I havent' seen yet
[–] darekkay 5y ago ↗ There are quite a lot of options out there: https://darekkay.com/blog/static-site-comments/
7 comments
[ 2.9 ms ] story [ 25.1 ms ] threadhttps://utteranc.es/
I used a Python export and conversion script that I found at https://pawamoy.github.io/posts/migrate-disqus-comments-to-u... , and made a couple updates to it (and then commented on that post with my changes).
Pretty happy with it so far.
Here's a couple of my posts that show Utterances in action, one that has a lot of the migrated comments, and one with mostly new comments:
- https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...
- https://blog.isquaredsoftware.com/2021/01/context-redux-diff...
https://commento.io/
https://www.remarkbox.com/