ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 334 forks source link

Fixed bug with showing Disqus comment count for pages that use a Disq… #135

Closed primaryobjects closed 8 years ago

primaryobjects commented 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

<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>