Page 1 of 1

How to Comment

Posted: Tue Mar 05, 2019 8:13 am
by abdulhalim
Hello,

There is a commenting platform that it provides a script and an API for commenting, at least It's not Banned in my country!!!
http://commenton.ir/
So, How can I use their script in the Bludit pages?

I want to show the comment form in the blog post ONLY.

The following is the Scripts

Code: Select all

<script src="//commenton.ir/api/v1/comment.js"></script>
<div id="commenton"></div>
<script>
    Commenton.init({
        api: '<API>', // را از سایت کامنتون دریافت کنید API کد
        link: window.location
    })
</script>
and there is an API

Any help is appreciated