Shortcode for Disqus or All Comments?
-
On my main page, where I have the latest 11 posts from my blog displayed, I see that I can use the following to allow Facebook comments to be made on a given post visible on that (or any other archival) page:
<?php $comment_shortcode = '[TheChamp-FB-Comments url="' . get_permalink() . '"]'; echo do_shortcode($comment_shortcode) ?>
However, I would like to have the same widget setup here that I have on the individual posts and pages. Here’s one example:
https://formlesspoet.mochinet.com/2012/11/11/communion/
On a given page, such as this one, I have Disqus, Facebook, and WordPress comments allowed with the tab select interface that allows you to move between them. But the only comments I can permit on the archival pages, based on what the Social Comments Shortcodes page is showing me is Facebook or Google Plus.
I’ve tried a whole host of shortcodes to see if any of them let me display the same commenting interface that shows up on the main pages, but thus far nothing works. I’ve tried [TheChamp-Comments], [TheChamp-All-Comments], [TheChamp-Disqus-Comments], [TheChamp-DQ-Comments], and a few others. None of these are actual shortcodes, so I just see the string itself displayed instead of a comment interface.
Is there a shortcode for showing the same comment interface that’s shown on an individual post or page?
The page I need help with: [log in to see the link]
- The topic ‘Shortcode for Disqus or All Comments?’ is closed to new replies.