目录

留言板disqus安装

万能代码安装说明

  1. 将以下代码放置在您希望 Disqus 加载的地方:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<div id="disqus_thread"></div>
<script>
    /**
    *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
    *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables    */
    /*
    var disqus_config = function () {
    this.page.url = PAGE_URL;  // Replace PAGE_URL with your page's canonical URL variable
    this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
    };
    */
    (function() { // DON'T EDIT BELOW THIS LINE
    var d = document, s = d.createElement('script');
    s.src = 'https://xinqinew.disqus.com/embed.js';
    s.setAttribute('data-timestamp', +new Date());
    (d.head || d.body).appendChild(s);
    })();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  1. (推荐)使用您的 CMS 或平台的动态值编辑推荐的配置变量部分。 请参阅我们的文档以了解为什么定义标识符和 url 对防止重复线程很重要。

如何显示评论计数

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

1
<script id="dsq-count-scr" src="//xinqinew.disqus.com/count.js" async></script>

将 #disqus_thread 附加到链接中的 href 属性。 这将告诉 Disqus 查找哪些链接并返回评论计数。 例如:<a href="http://foo.com/bar.html#disqus_thread">Link</a>

设置完成!

恭喜你,你安装完Disqus!这里有几页可以帮助您开始使用Disqus。