Now you can add a commets to each of your sub pages using Disqus The internet's favorite comment plug-in that makes it easy to make a comment section. So will be able to create a discussions, efficiently moderate comments, and build engaged community.

Let's say you are yu have a website with list of apps. Each app have its own sub page. And each sub page have a comment section in the bottom.

How to add Disqus to your website?

  1. Register in Disqus
  2. Add your website
  3. Get the code snippet. It should looks like this:
  4. <div id="disqus_thread"></div> <script> var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://menubar-co.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  5. We do not need this all code. We just need the source url. It's located in s.src =.It should look liks this https://menubar-co.disqus.com/embed.js
  6. Put this url in to Settings tab to Disqus URL
Examples:
  • Home page: example.com
  • Subpage with comments: example.com/sub-page
  • Google Sheet: docs.google.com/spreadsheets