Disqus Comments help

Very new here, been loving Grav so far but I’m having an issue installing Disqus comment onto my website. I get it to the point where I can see text at the bottom of the page “blog comments powered by Disqus” http://prntscr.com/6ocvo7 but I don’t know where to go from here I think I’ve changed the short hand everywhere and put everything in the correct place.

http://prntscr.com/6ocxk4 disqus comments html twig file

Did you install the jscomments plugin? Have you created a Disqus account and setup a ‘site’ on https://disqus.com/ ?

https://github.com/nunopress/grav-plugin-jscomments

Instructions are on GitHub there.

Oh is this coded into some theme/skeleton? It does not look like the jscomments plugin…

based on your last screenshot, you just change the wrong part of the twig, should be:

var disqus_shortname = {{ page.header.disqus_comments.shortname|default('trueplaynetblog') }}';

You change the var name, but should put your default shortname in the default() part :slight_smile:

No it’s not jscomments one it’s another one I found on Github called disqus comments. I’m using the the Gravtastic blog skeleton. Thanks alot! it worked http://prntscr.com/6od71f !

cool :slight_smile: