20 December 2007

Blogger Comment Form Under Posts

Js Kit creates ajax based tools for blogs. But unlike other websites there code is easy to install, gives good user experience and most importantly its free.

Below are the codes which you can install on your blog, and can have better interaction with your users.

If you are using blogger then search for the term Data:Post.body in your template and just below that copy paste any of these codes to get their respective functunalities.

User Ratings For Each Post
<div class="js-kit-rating" title="" permalink=""></div>
<script src="http://js-kit.com/ratings.js"></script>
<span id="fullpost">


User Reviews
<div class="js-kit-rating"></div>
<div class="js-kit-comments"></div>
<script src="http://js-kit.com/reviews.js"></script>

This is the most important feature, users can actually write comments and can track replies without leaving your post as everything is handle using almighty "AJAX".

<div class="js-kit-comments" permalink=""></div>
<script src="http://js-kit.com/comments.js"></script>

If you want to create interactive polls, Copy this code in your blog somewhere, and visit http://js-kit.com/settings/ to create or edit polls.

<div class="js-kit-poll" style="width: 350px"></div>
<script src="http://js-kit.com/polls.js"></script>

It gives you options like block user, delete comments and reset settings. There is no need to create an account just copy paste the code and it will work. Important thing is you copy paste the code from your Home machine, as it gives admin privileges based on IP address of the installer.

you can always switch over to new machine with different IP by following simple instructions on your setting page.

To see the code working, please look under this post and you will find ratings, and comments section which are using this awesome bit of kit.

Tip: Use the review code for getting the functionality of ratings and comments together