Add Comment and Reaction Count in Wordpress with Disqus plugin

Posted by FS on Stack Overflow See other posts from Stack Overflow or by FS
Published on 2009-12-22T08:37:30Z Indexed on 2010/03/31 1:53 UTC
Read the original article Hit count: 1051

Okay I'm trying to add comments and reactions count just like what you would normally see on some wordpress blogs like http://johntwang.com/blog/ where on the left top of each post there is ** comment and * reactions*

alt text

My problem is I can't find the disqus's documentation, where hopefully there is some method I can call to return me the number of reactions and comments. Also if I use the wordpress default method

<?php comments_popup_link ('zero','one','more','CSSclass','none');?> 

it only displays "Comments" not even the comment's number count on the main page.

How can I add reaction and comment count with disqus plugin ?

edit:

well my site is http://www.windows7hacker.com/ I don't know how I suppose to add comments count at first place. But right now if I use the wordpress method, it will return me only comments, which is exactlly one of the problem they have described in their help page

alt text

I've tired to check the comment count option still doesn't work :(

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about disqus