Injects comments into your Statamic Blog

No ads. No Tracking. Just Comments.

Hosted commenting that's painless to embed, a pleasure to use, and a breeze to moderate.

Implementing on your Statamic site is a breaze and takes less than 5 minutes.

Once you have submitted you will be given a projectId eg 1234567890-proj Once you have copied and stored that, you are now ready to start the injection logic.

You can either import it or use the cdn as per below

npm install commentbox.io --save

or

<script src="https://unpkg.com/commentbox.io/dist/commentBox.min.js"></script>

Next you will need to inject into your site js

const commentBox = require("commentbox.io");
commentBox("1234567890-proj");

and in your antlers file for your blog posts add

<div class="commentbox"></div>

And you are done