IntenseDebate is a commenting system. Pligg is a social bookmarking CMS.
By installing IntenseDebate, your Pligg site will lose the ability to connect users with their comments. However, your commenters will be able to tie their comments to their accounts on Facebook, Twitter, IntenseDebate, etc. These notes apply to the Pligg Wistie template.
To add the IntenseDebate comment section:
- Copy the comment section snippet code from IntenseDebate > Sites > YourSite > Tools > Reinstall.
- Find
<div id="comments">at the end of story_center.tpl. - Delete the Pligg code up to the end of the </div>.
- Paste the IntenseDebate code inside the comments div.
To add a comment link with the current comment count on the front page:
- Copy the comment link snippet code from IntenseDebate > Sites > YourSite > Tools > Reinstall.
- Open link_summary.tpl and find
<div class="storyfooter">. - Replace all the code from
<span id="ls_comments_url-{$link_shakebox_index}">to</span>with the IntenseDebate code. - Make these edits to the IntenseDebate snippet:
var idcomments_post_id = 'http://www.yoursite.com' + '{$story_url}';
var idcomments_post_url = 'http://www.yoursite.com' + '{$story_url}';
By the way, how is Pligg working out for you? Please comment with a link to your Pligg site!