less than 1 minute read

Just wanted to let you know that for various reasons I’ve migrated the comments of (think) from Disqus to Hyvor Talk. I’ve described the process in a dedicated article.

One small difference in the migration procedure for (think) in particular is that because it uses the Hydeout Jekyll theme, I’ve opted to change _includes/comments.html instead of _layouts/posts.html. Here’s how it looks now:


{% if page.comments != false %}
<section class="comments">
    <div id="hyvor-talk-view"></div>
    <script type="text/javascript">
     var HYVOR_TALK_WEBSITE = YOUR_SITE_ID; // DO NOT CHANGE THIS
     var HYVOR_TALK_CONFIG = {
         url: '{{ page.url | absolute_url }}',
         id: '{{ page.url | absolute_url }}'
     };
    </script>
    <script async type="text/javascript" src="//talk.hyvor.com/web-api/embed"></script>
</section>
{% endif %}

There are numerous ways to approach this, but that one seemed like the optimal one to me.

The migration process converted all Disqus comments to guest comments in Hyvor, which is a bit unfortunate, but unavoidable. Still, I think that’s a small price to pay for a privacy-focused solution with better usability. I hope that this transition will result in more interesting discussions taking place here!