tsi / inlineDisqussions

Inline comments for your site.
http://tsi.github.io/inlineDisqussions
MIT License
183 stars 29 forks source link

main disqussion link (display comment box below) #32

Open o0nekov0o opened 4 years ago

o0nekov0o commented 4 years ago

Hey, thank you for your script. I tried to adapt it by using main-disqussion-link class, but despite the good number of comments, nothing occurs when I click (comment box doesn't deploy, my code below).

<a class="main-disqussion-link" data-disqussion-url="https://mywebsite.com" data-disqus-identifier="<?php echo $message['id'] ?>" style="text-align:left">
    Comments
</a>

Do you have any idea ?