You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I went to add my Disqus "universal code" to the post.hbs file, I saw that the code was already in the post.hbs file. I compared the "universal code" provided by Disqus to the code in the post.hbs file and it looked like all I had to do was change the disqus_shortname variable, which I did.
Here's what it looks like -
I uploaded a new .zip file theme to my blog that includes the updated post.hbs file. However, Disqus is unable to verify the install and the comments aren't showing as a result.
Any help on what's wrong here would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
I was able to get Disqus working on posts by completely replacing the Disqus section of the default post.hbs file with the universal code generated by Disqus. While the Disqus verification process still returns the message "It doesn't appear that Disqus has been properly installed. Need some help?" it actually works. I verified this by posting a test comment, which appeared in my Disqus dashboard.
The code is commented out, which is why you were not seeing the comments. You need to delete the following two lines:
You should not use the Disqus 'universal code' as it will use the url as the identifier. The code in this theme will use the post id which is preferred.
I tried to add Disqus comments to posts today, following these instructions -
http://blog.christophvoigt.com/enable-comments-on-ghost-with-disqus/
When I went to add my Disqus "universal code" to the post.hbs file, I saw that the code was already in the post.hbs file. I compared the "universal code" provided by Disqus to the code in the post.hbs file and it looked like all I had to do was change the disqus_shortname variable, which I did.
Here's what it looks like -
I uploaded a new .zip file theme to my blog that includes the updated post.hbs file. However, Disqus is unable to verify the install and the comments aren't showing as a result.
Any help on what's wrong here would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: