disqus返回0评论

时间:2013-12-15 22:30:15

标签: javascript comments disqus

我在网站关闭</body>代码之前放置了以下代码:

  <script type="text/javascript">
    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
    var disqus_shortname = 'MY_SHORT_NAME'; // required: replace example with your forum shortname

    /* * * DON'T EDIT BELOW THIS LINE * * */
    (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>

我确实将#disqus_thread附加到链接中的href属性。

<a href="http://foo.com/bar.html#disqus_thread">Link</a>.

我尝试在文章中添加一些评论但仍然返回0条评论。

正如你在Side“A”中看到的那样,这是首页,它应该显示评论的数量。

在Side“B”中,它位于文章内部,因为您可以看到有2条评论但在首页旁边“A”它显示0条评论。

Screen shot

1 个答案:

答案 0 :(得分:1)

我有同样的问题。更改页面注释计数器的URL后,即可开始正常工作。注意:如果您更改网址,将会丢失您的评论

PS:确保清除缓存=)