Carlos Wrote:PS Hehe, I had also began working in something like this but with IntenseDebate comments instead of Disqus...
Wow! I wasn't aware of that. The only difference is in the java code, so I modified the plugin to support either.
Also changed the name to "External Comments Plugin" since it isn't limited to Disqus now.
The back-end shows the new calls, but for reference, to insert comments on individual pages use:
Code:
(% external_comments %)
Code:
<?php get_external_comments(); ?>
-Rob A>