Enable Disqus/Add Comments on Your liveBooks Blog

Enable Disqus/Add Comments on Your liveBooks Blog

To add the Disqus commenting platform to your liveBooks blog, first head to disqus.com and click the orange "Get this on your site" button.

Follow the steps to register your site, and make note of the "Site Shortname" you choose. You'll use this to connect Disqus to your site. Now, here's how to get comments using liveBooks with Disqus:

1. Select the Content tool in the gray navigation bar.

2. Select Add Content Sections and choose Blog (you can change the title of this section from Blog to whatever you like)

3. Select the Settings icon in the gray navigation bar.

4. Select Apps under the Settings header.

5. Select Comments.

6. Select the Disqus tile and add the site short-name you chose when you signed up for your Disqus account

That's it! A place for readers to leave comments is now ready and waiting on your liveBooks blog.

While the ability to enable Disqus comments can only be toggled on in a blog content block, it is still possible to add Disqus comments to any page by adding a Custom HTML block. Follow these directions to add Disqus to any page you have:

1. Go to Disqus.com and select Sign Up.

2. From the Disqus Dashboard, select the Gear icon in the right hand corner, then select Add Disqus To Site.

3. In the right hand corner, select Install On Your Site.

4. Enter your Site Name, a Shortname, and a Category.

5. Select Finish Registration.

6. Now select Universal Code from the methods of installation.

7. Highlight and copy the code inside the textbox provided.

8. Go back to your liveBooks Dashboard.

9. Select the Settings icon in the gray navigation bar.

10. Select Users & Roles under the Settings header.

11. Select Edit next to your email and check the Developer option

12. Select Save

13. Select Content in the navbar

14. Select the Page you want to add Disqus comments to

15. Select the green + button

16. Select the green Custom HTML tile

17. Paste the code that you copied from the Disqus website inside the Custom HTML block. The code should look something like this:



/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
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 = '//yourshortnamehere.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();

18. In the code, replace PAGE_URL with your website URL (example.spacecrafted.com)

19. In the code, replace PAGE_IDENTIFIER with your page's identifier variable (don't change this value if you can't find one)

20. In the code, replace yourshortnamehere with your Disqus shortname if it was not already inputted

21. Select the blue Save button in the Custom HTML block.

22. Select the green Publish button.

Done! Users can now add comments to your page.

    • Related Articles

    • Add WuFoo Forms to liveBooks

      You can integrate forms built on WuFoo to your liveBooks website. How to add a Wufoo form to liveBooks Set up your form on WuFoo To add a custom form to your website built with Wufoo, a service liveBooks offers a connection to, first go to wufoo.com ...
    • Add a Jotform Form to liveBooks

      You can integrate forms built on Jotform on your liveBooks website. How to add Jotform forms to liveBooks Set up the form in Jotform To add a custom form to your website built with JotForm, a third party service you can integrate into your pages, ...
    • Use Formstack Forms on liveBooks

      Disclaimer: Formstack no longer allows users on free trials to add forms. Only paid accounts will be able to add forms to their sites via an API connection. Add Formstack forms to liveBooks First, head over to www.formstack.com and create your ...
    • Add Facebook Pixel

      You can measure the success of your Facebook Ads performance by adding the Facebook Pixel (also known as the Meta Pixel) to your website. Create Your Facebook Pixel If you have not yet created your Facebook Pixel, then follow these steps. If you ...
    • Add Google Analytics

      Google Analytics offers you a great and free way to monitor the different traffic going to your website. You can verify Google Analytics by adding the Google Analytics 4 Tag - also known as the G-Tag - to your website using the steps below. Before ...