Retrieve Comment Count For Post
Is there a way to just retrieve the comment count for a post? I'm doing a custom integration and all I need is the comment count as an int not any fancy JS. Thanks!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?This should help you :)
http://www.bloggerbuster.com/2008/05/... -
Inappropriate?Thanks for the link. I ended up using the following call:
{intensedebate}/js/getCommentLink.php?acct={account_id}&postid={post_id}&posttitle={post_title}&posturl={post_url}&posttime={post_time}&postauthor={post_author}
Which ends up inserting a link instead of just the comment count, but it works ok for now.
I’m indifferent
-
Inappropriate?Hi Ben,
I responded to your email.
I apologize for the delay. Thanks for getting in contact. This is actually how how the standard implementation of IntenseDebate operates. There are two JavaScript code snippets that you insert into your template: the first is the actual comment section; the second is for the comment links / count. The second snippet ensures that we attach the correct comment count for each post on the index page of your site. Please feel free to check this out on our blog - http://blog.intensedebate.com.
You can get started and access this code at http://intensedebate.com/install. Select the Generic Install process.
1 person says
this answers the question
Loading Profile...


EMPLOYEE