Unique comments for multiple posts on one page
I have a custom website that I "blog" on by editing the HTML of the main page and reuploading it (http://www.mitbrandon.com/). So, all my blog posts appear on the main page. I've got anchor tags on each blog title so that I can make a unique link to each post. However, when I try to add a comment section after each post, it doesn't work.
If I change both the relevant JS var's to the URL of the current post, like this:
[script type="text/javascript"]
var idcomments_acct = '277228c0581af72edb6c2126609ffa9e';
var idcomments_post_id = 'http://www.mitbrandon.com/#852008';
var idcomments_post_url = 'http://www.mitbrandon.com/#852008';
[/script]
[script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"][/script]
Then I get the comment count multiple times on the first post and not at all on subsequent posts.
If I change the URL var to the current post URL and change the id var to a numerical id, like this:
[script type="text/javascript"]
var idcomments_acct = '277228c0581af72edb6c2126609ffa9e';
var idcomments_post_id = '852008';
var idcomments_post_url = 'http://www.mitbrandon.com/#852008';
[/script]
[script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"][/script]
I get a comment number after every post, but they all display the same comments.
Any suggestions?
If I change both the relevant JS var's to the URL of the current post, like this:
[script type="text/javascript"]
var idcomments_acct = '277228c0581af72edb6c2126609ffa9e';
var idcomments_post_id = 'http://www.mitbrandon.com/#852008';
var idcomments_post_url = 'http://www.mitbrandon.com/#852008';
[/script]
[script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"][/script]
Then I get the comment count multiple times on the first post and not at all on subsequent posts.
If I change the URL var to the current post URL and change the id var to a numerical id, like this:
[script type="text/javascript"]
var idcomments_acct = '277228c0581af72edb6c2126609ffa9e';
var idcomments_post_id = '852008';
var idcomments_post_url = 'http://www.mitbrandon.com/#852008';
[/script]
[script type="text/javascript" src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"][/script]
I get a comment number after every post, but they all display the same comments.
Any suggestions?
3
people have 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?Thanks for contacting us. I'm looking into this now.
Thanks for your patience,
Michael
I’m confident
-
Inappropriate?Unfortunately we only allow for one instance of IntenseDebate to be running at once on any given page. Please use our drop-down display option to achieve the same affect. To select this option please visit http://intensedebate.com and select the tab named after your blog followed by the "Layout" sub-tab. Please let me know if you have any questions.
Cheers,
Michael
I’m happy
-
Inappropriate?Hi,
I actually already had it set to the Drop-Down style on the Layout sub-tab, so that didn't fix it.
I've setup a test page showing the code I'm using and the problem it's giving me. You can check it out at:
http://www.mitbrandon.com/test.shtml
Thanks. -
Brandon, I apologize for my delayed response. I'm investigating this now.
Loading Profile...


EMPLOYEE