Need help getting IntenseDebate to work with RapidWeaver site
I need help with using IntenseDebate with RapidWeaver (web design app for Mac). I've placed the ID code on the first two posts of my blog:
http://www.musicals-info.com/movies-blog
These are the problems I'm having:
1. The comment box only shows up on the index page (main blog page) for the first post. It currently shows the one comment I posted for "The Pirates of Penzance." There is no comment box or comment showing for the second post ("Carmen") on the index page.
2. The page for "The Pirates of Penzance" doesn't show the comment I left and approved (the one on the index page):
http://www.musicals-info.com/movies-b...
3. The comment box is open/expanded on all pages.
4. The comments that were approved (one for "The Pirates of Penzance" and one for "Carmen") don't show up on the tag pages.
5. The comment I left and approved for "Carmen" works on the page for that post:
http://www.musicals-info.com/movies-b...
It doesn't show up, however, on the index page or on the tag pages.
I'm using RapidWeaver 4.2.1. This version was set up to use Haloscan but that is now JS-Kit. The newer version of the software uses JS-Kit but that system is terrible and I would rather not use comments than use JS-Kit.
Thanks for any help you can give me to get IntenseDebate to work with RapidWeaver sites.
Claire
http://www.musicals-info.com/movies-blog
These are the problems I'm having:
1. The comment box only shows up on the index page (main blog page) for the first post. It currently shows the one comment I posted for "The Pirates of Penzance." There is no comment box or comment showing for the second post ("Carmen") on the index page.
2. The page for "The Pirates of Penzance" doesn't show the comment I left and approved (the one on the index page):
http://www.musicals-info.com/movies-b...
3. The comment box is open/expanded on all pages.
4. The comments that were approved (one for "The Pirates of Penzance" and one for "Carmen") don't show up on the tag pages.
5. The comment I left and approved for "Carmen" works on the page for that post:
http://www.musicals-info.com/movies-b...
It doesn't show up, however, on the index page or on the tag pages.
I'm using RapidWeaver 4.2.1. This version was set up to use Haloscan but that is now JS-Kit. The newer version of the software uses JS-Kit but that system is terrible and I would rather not use comments than use JS-Kit.
Thanks for any help you can give me to get IntenseDebate to work with RapidWeaver sites.
Claire
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?You'll probably see better results if you set the extra JS variables. In the JS you added you'll see this:
var idcomments_acct = 'e10878cf5ec6e26cb36c8358f2fe6c3b';
var idcomments_post_id;
var idcomments_post_url;
Just change it to this:
var idcomments_acct = 'e10878cf5ec6e26cb36c8358f2fe6c3b';
var idcomments_post_id = 'POST_ID';
var idcomments_post_url = 'POST_URL';
Where POST_ID is some unique identifier for the post (url, internal postid, etc) and the POST_URL is the permalink url of the post. That should help w/ the comments not showing up in the right places and / or not showing up at all.
As for the problem with only one instance of the comments on the index page, currently we only allow one instance of the comment section be loaded on a given page at a time. We offer comment links for displaying a link to the comment content when there are multiple posts on the page at once. You can also configure these links to load in the comments via AJAX so that the user need not refresh the page to see the comments. You can find this JS if you go to the re-installation links in the blog tools page in your IntenseDebate.com administration panel for the blog/website.
Hope this helps.
Loading Profile...


EMPLOYEE