grav-plugin-jscomments icon indicating copy to clipboard operation
grav-plugin-jscomments copied to clipboard

Disqus not showing.

Open rikusen0335 opened this issue 7 years ago • 1 comments

I just did the settings of 3 steps.

  1. Set the .yaml file.
enabled: true
active: true
provider: disqus
providers:
  disqus:
    shortname: XXXXXXX
    show_count: true
    language: ja

Now I didn't show up shortname.

  1. Write an initial setup in item.html.twig like this ↓.
 <div class="modularitem">
    {# diable regular post handling - hibbittsdesign.org #}
    {# <h3>{{ page.title }}</h3> #}
    <p>{{ page.content }}</p>
    <div>{{ jscomments()|raw }}</div>
  </div>
  1. And then, I did hard-refresh the browser and clean Grav's cache.

How do I fix it? If any solution exists, I want to know it.

Theme: quark-open-publishing v1.1.5 Grav version: v1.5.1 and running on Raspbian (Debian based)

rikusen0335 avatar Aug 25 '18 00:08 rikusen0335

I forget to say, I've set an option of pages to 'Active'.

rikusen0335 avatar Aug 25 '18 00:08 rikusen0335