Disqus 评论分页

发布于 2024-11-04 02:19:07 字数 344 浏览 5 评论 0原文

我的网页上有disqus 评论。我正在使用 disqus 提供的以下脚本来显示最近的评论。

<脚本类型=“text/javascript”src=“http://prati.disqus.com/combination_widget.js?num_items=10&hide_mods=0&color=blue&default_tab=recent&excerpt_length=200” >技术支持Disqus

我有超过 10 条评论。但我只能显示 10 条评论。是否可以设置分页以显示所有最近的评论?

I have disqus comments in my webpage. I am using the below script which is given by disqus, for displaying the recent comments.

<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>

I have more than 10 comments. but I can display only 10 comments. Is there any possibility to set pagination for that to display all recent comments?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南冥有猫 2024-11-11 02:19:07

不确定这个问题是否真的切题?但是...

只需登录 Disqus,转到“管理”>“设置>外观

向下滚动,您将看到分页选项,包括每页评论数和显示顺序。

http://disqus.com/admin/settings/appearance/

单击链接,它应该提示您登录,然后您将进入正确的页面。

Not sure if this question is really on-topic?, but...

Just log in to Disqus, go to Admin > Settings > Appearance

Scroll down and you will see options for pagination, including number of comments per page and display order.

http://disqus.com/admin/settings/appearance/

Click the link and it should prompt you to log in, and you'll land on the right page after.

梦情居士 2024-11-11 02:19:07

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>    

Ravichandran, are you still looking for an answer to this problem?

Here is the html to expose a 'show all' button. Would that help?

<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>    
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文