Here is my Tweet about it:
@disqushelp solved now. Was quite simple. Within #Disqus code I deleted: <b:if cond='data:blog.pageType == "item"'> and </b:if>
— SINGULARITY UTOPIA ⎔ (@2045singularity) April 25, 2013
I also need to try the code below on both blogs, or at least one of them, it should in theory make any links in Disqus comments open target="_blank" (a new tab/window).
<script>
$('.dsq-comment-text a').live('mouseover', function() {
$(this).attr('target', '_blank');
});
</script>
No comments:
Post a Comment