php - Disqus Comments Pagination -
i have disqus comments in webpage. using below script given disqus, displaying 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 disqus</a>
i have more 10 comments. can display 10 comments. there possibility set pagination display recent comments?
ravichandran, still looking answer problem?
here html expose 'show all' button. help?
<button type="button" class="dsq-button-small dsq-paginate-all-button" onclick="return disqus.dtpl.actions.fire('thread.paginate', 1, this, 0);"> show comments </button>
Comments
Post a Comment