opino.ongclement.com
Simple comment system for static site generator.
Open Source
Audit the code, improve it to your liking.
Free
Free backend database hosting, fair usage applies.
Privacy
No ads and trackers.
Easy
Add two lines of code, it’s just that simple.
Guide
- Register an account
- Go to settings > add site > and obtain the unique
SITE_ID
. - In the settings page, enter the domain name of you website, this is to ensure the comment box to only appear in the website you specified.
- Add the following code to the page you want the comment box to appear, replace
<<SITE_ID>>
with the one on step 2.
<div id="cmt" data-opino-site="<<SITE_ID>>"></div>
<script src="https://cdn.opino.ongclement.com/main.js"></script>
Your comment widget is now live!
Demo
Try it out. 👇