comments section provider for websites

Embed Comments Section: Quick Start

Want to add a comments section to your website? Follow these steps to integrate it easily. If you have any questions, feel free to contact our support team.

Before you begin:
  • Sign up for a Comments Section account: If you haven't already, create an account on our platform.
  • Create a thread:
    • Log in to your account and navigate to the "Threads" section in the Dashboard.
    • Click "Create Thread" to generate a new thread.
    • This will provide you with a unique "thread ID" that's essential for embedding the comments section.
<!-- Recommended: Add inside the <head> tag --->
<script>
  (function() {
    var d = document, s = d.createElement('script');
    s.src = 'https://www.commentssection.site/embed.js?threadId=clwarfje40000vbwmqhc4jiq0';
    (d.head || d.body).appendChild(s);
  })();
</script>

<!-- Add anywhere you want inside the <body> tag. --->
<div id="commentsSection"><noscript>Please enable Javascript.</noscript></div>
NOTE: This script is split into two parts for clarity and ease of use
  • Script Tag: Place this inside the head section of your HTML to load everything needed for the comments section.
  • HTML Element: Place this inside the body (where you want the comments section to appear).
Putting them in these two specific places ensures the comments section loads correctly and displays where you want it on your page.

That's it! You've successfully embedded the Comments Section in your website. ✌️