构建Tumblr主题。使用Disqus进行评论。
像这样(在他们指定的时候)在Disqus JS中加载:
<script type="text/javascript">
var disqus_shortname = 'myshortname';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
调用评论如下:
<a href="http://blahblah.tumblr.com/post/83652751306/example#disqus_thread"></a>
我遇到的问题是,只有部分评论计数适用于网页加载,当我点击加载更多帖子时,他们也没有评论计数
我确定已多次询问此问题,并且我尝试了各种方法(https://groups.google.com/forum/#!topic/disqus-dev/EGWWb27kvfQ)和此方法(Reload the comment count of Disqus)。
有人有任何建议吗?