Ask HN: What Disqus replacement should I use on my personal blog?
1–8 of 8 posts
Re: Ask HN: What Disqus replacement should I use on my personal blog?
#2I 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...
Re: Ask HN: What Disqus replacement should I use on my personal blog?
#3Re: Ask HN: What Disqus replacement should I use on my personal blog?
#4I 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…
Re: Ask HN: What Disqus replacement should I use on my personal blog?
#5I have seen 2 that look interesting: https://commento.io/ https://www.remarkbox.com/
Re: Ask HN: What Disqus replacement should I use on my personal blog?
#6I 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…
does it support nested comments?