MediumFox icon indicating copy to clipboard operation
MediumFox copied to clipboard

Disqus comments not seen in posts

Open ekremkaraca opened this issue 10 years ago • 4 comments

Although being defined disqus_short_name in _config.yml and set comments in posts true, I'm unable to see any Disqus comments, forms, anything.

Wonder what's missing?

ekremkaraca avatar Jun 27 '14 23:06 ekremkaraca

It looks like you'll need to add the layout partial for disqus. See here for an example: lmm/SmallFox@21b29bdb6e

lmm avatar Jun 28 '14 00:06 lmm

There were no disqus.html included in source/_layouts/default.html, no Disqus codes in source/_layouts/post.html. Adding them fixed the issue. Wonder when and how I deleted them? Anyway...

PS: @lmm, thank yoü!

ekremkaraca avatar Jun 28 '14 08:06 ekremkaraca

@ekremkaraca: No problem :) You didn't delete them. Please consider reopening this issue and submitting a pull request.

lmm avatar Jun 29 '14 06:06 lmm

I had the same problem with the disqus comments not showing. Realized that the post.html was including the wrong disqus partial. It should be include disqus.html instead of include post/disqus_thread.html. Just sent a PR here: https://github.com/sevenadrian/MediumFox/pull/26

philipqnguyen avatar Aug 31 '14 05:08 philipqnguyen