我的网页上有disqus评论。我正在使用disqus提供的以下脚本来显示最近的评论。
<script type="text/javascript" src="http://prati.disqus.com/combination_widget.js?num_items=10&hide_mods=0&color=blue&default_tab=recent&excerpt_length=200"></script><a href="http://disqus.com/">Powered by Disqus</a>
我有超过10条评论。但我只能显示10条评论。是否有可能为此设置分页以显示所有最近的评论?
答案 0 :(得分:2)
不确定这个问题是否真的在主题上?,但是......
只需登录Disqus,转到管理员&gt;设置&gt;外观
向下滚动,您将看到分页选项,包括每页评论数和显示顺序。
http://disqus.com/admin/settings/appearance/
点击该链接,它会提示您登录,然后您将登陆正确的页面。
答案 1 :(得分:0)
Ravichandran,你还在寻找这个问题的答案吗?
这是用于公开“全部显示”按钮的html。那会有帮助吗?
<button type="button" class="dsq-button-small dsq-paginate-all-button" onclick="return DISQUS.dtpl.actions.fire('thread.paginate', 1, this, 0);"> Show all comments </button>