Closed primaryobjects closed 8 years ago
This fixes broken Disqus comment counts that were not displaying for posts that use a DisqusId identifier instead of the url.
Note inclusion of the new tag data-disqus-identifier
data-disqus-identifier
<span class="disqus-comment-count" data-disqus-identifier="12345" data-disqus-url="http://yoursite.com/posts/my-favorite-article">2 Comments</span>
If a post is not using DisqusId, the tag appears as follows
<span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="http://yoursite.com/posts/my-favorite-article">4 Comments</span>
This fixes broken Disqus comment counts that were not displaying for posts that use a DisqusId identifier instead of the url.
Note inclusion of the new tag
data-disqus-identifier
If a post is not using DisqusId, the tag appears as follows