Embed Disqus system into your application
Dependency :
compile ":disqus:0.1"
Summary
Description
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-disqusFor 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}" />