Welcome to our website


Add Comments to Website

Xoftmax Update:
You might have realized that writing an action page is not necessarily a simple thing. Because of this, there are many free scripts available on the web that you can download for your website.

JS-Kit Comments would be one of the easiest ways to add a comments section to your website. All you need to do is copy/paste two lines of JavaScript code. That's it! Once you've uploaded your web page, the comments section will be displayed whereever you placed the code.

Here's an example of what you get when you use JS-Kit comments. All I did to get the following comment section is add the following two lines of code. Note that I used the 'paginate' attribute to avoid to many comments on one page. I also used the 'backwards' attribute to ensure that the most recent comments appear at the top.

*Code:


Copy/paste this code into your website:
<div class="js-kit-comments" backwards="yes" paginate="10"></div>
<script src="http://js-kit.com/comments.js"></script>

No Response to "Add Comments to Website"

Post a Comment