July 20th
I’ve integrated DISQUS into my commenting system. Now you could use your facebook connect or OpenID to comments in my blog. One of the first things I did was to prevent the DISQUS plugin from modifying my comment link (because I don’t use comment_popup_link). Open up disqus.php in the plugin directory and comment out lines 309-310 which looks like this
return '</a><noscript><a href="http://' .
strtolower(get_option('disqus_forum_url')) . '.' . DISQUS_DOMAIN . '/?url='
. $the_permalink .'">View comments</a></noscript>
<a class="dsq-comment-count" href="' . $the_permalink . '#disqus_thread"
wpid="' . $post->ID . '">Comments</a>';
} else {
There, now it does nothing to your comment link. Take that! Stay tuned for more DISQUS related modifications.
