Integrating Disqus into your New Google Sites allows you to enhance user engagement by enabling comments and discussions on your website. Disqus, a popular third-party commenting platform, offers robust features such as threaded discussions, moderation tools, and social media integration, making it a valuable addition to fostering community interaction on your site.
Here, we will walk you through the steps required to embed Disqus into your New Google Sites, ensuring your visitors can easily share their thoughts and opinions on your content.

What is Disqus on Google Sites?
Disqus is a blog comment hosting service for the website. It's a very useful and interactive tool to make a website alive. It's an American company that is maintaining this service. Disqus allows site owners to enhance user engagement by enabling commenting and discussion features directly on their Google Sites pages. This integration facilitates interactive communication between website visitors, enabling them to leave comments, reply to others, and engage in discussions about the site's content.
How to Insert Disqus in New Google Sites?
To add Disqus to your Google site page follow this article:
- Step 1: Go to the Disqus website and sign in.
- Step 2: Now, go to the Universal Code and copy it.

- Step 3: Now, select Embed option from the Insert panel and then go to embed code division of the dialogue box appeared.

- Step 4: Paste the code copied and now edit it. Remove the comments and add your site's URL and Identifier in the code.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
// Replace PAGE_URL with your page's
// canonical URL variable
this.page.url = PAGE_URL;
// Replace PAGE_IDENTIFIER with your
// page's unique identifier variable
this.page.identifier = PAGE_IDENTIFIER;
};
(function () {
// REQUIRED CONFIGURATION VARIABLE:
// EDIT THE SHORTNAME BELOW
var d = document, s = d.createElement('script');
// IMPORTANT: Replace EXAMPLE with
// your forum shortname!
s.src = 'https://example.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" rel="nofollow">
comments powered by Disqus.
</a>
</noscript>
</head>
<body>
<h2>Welcome To GFG</h2>
<p>Default code has been loaded into the Editor.</p>
</body>
</html>
- Result: Now hit Next button then insert the code. The website will look like:

Benefits of Using Disqus on Google Sites
The advantages of integrating Disqus into Google Sites are:
- Enhanced User Engagement: Enable visitors to leave comments, ask questions, and interact with content, fostering a sense of community.
- SEO Benefits: User-generated content through comments can improve SEO by adding fresh content, keywords, and engagement signals.
- Moderation and Control: Disqus offers robust moderation tools to manage comments, filter spam, and maintain a respectful discussion environment.
- Social Media Integration: Users can share comments and discussions on social media platforms, extending your site's reach and visibility.
Conclusion
Adding Disqus to your New Google Sites makes it easier for visitors to leave comments and discuss your content. This simple article shows you how to do it step by step. With Disqus, you can manage comments easily and share them on social media. It's a great way to create a lively online community and make your Google Sites more interactive for everyone.