Can I use idcomments_post_id to aggregate comments from multiple pages?
I want to use idcomments_post_id to aggregate comments from multiple pages. For example see
http://www.hollenback.net/index.php/N...
my thought was that if I set idcomments_post_id to the same string on all three pages then the same set of comments would show up on all pages. I did this:
var idcomments_post_id = "NewYorkNotes"
on all three pages. However it seems that comments made on one page are not propagated to the other pages with the same idcomments_post_id. What am I missing? Thanks.
http://www.hollenback.net/index.php/N...
my thought was that if I set idcomments_post_id to the same string on all three pages then the same set of comments would show up on all pages. I did this:
var idcomments_post_id = "NewYorkNotes"
on all three pages. However it seems that comments made on one page are not propagated to the other pages with the same idcomments_post_id. What am I missing? 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?We create the entry for the post the first time our server is hit from that post. So in order for this to work you'll need to make sure that the first call to IntenseDebate for the post has the common postid - we don't update these values on subsequent calls.
This should work correctly if the post is new when the postid parameter is passed.
Hope this helps.
Loading Profile...



EMPLOYEE