Skip to content
Advertisement

Jekyll: Comments.app widget does not show up on my page

I have simple jekyll blog where I would love to add comments.app widget.

Here is the code which I use to add the widget:

JavaScript

the site.comments.commentsapp-id is stored in my _config.yml and it is placed correctly in rendered result.

But the widget does not show on page. What did I do wrong ?

Update: In inspect element option I discovered this:

JavaScript

Advertisement

Answer

Finally solved this problem. It was caused by relative canonical URL in head of document.

So I replaced this:

JavaScript

with this:

JavaScript

Now it works fine.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement