How to Comment

Post Reply
User avatar
abdulhalim
Master Bludit
Posts: 128
Joined: Thu Mar 10, 2016 6:25 pm
Location: Bandar Abbas
Been thanked: 4 times
Contact:

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
Post Reply