Last updated by admin 1 year ago
Last updated by edvinasbartkus 1 year ago
To simplify the usage of Disqus you can use this plugin. Simple add disqus tag into the pages
where you want to allow users to comment stuff.
Source code with full description of usage can be found at https://github.com/edvinasbartkus/grails-disqus
For the simpliest usage of it add option value to your Config.groovy:
grails.plugins.disqus.shortname = "mysiteshortname"
And use tag to embed comments in the page:
<disqus:comments bean="${article}" />
Last updated by admin 1 year ago
Last updated by admin 1 year ago