JS-Kit adds Digg-like features to your site with just a few lines of code
JS-Kit provides some of the simplest tools around for adding threaded comments, post reviews, and polls to your web site. All you have to do is install two or three lines of code to your blog or web site template and JS-Kit will do the heavy lifting. On the downside, since the code basically calls up a JavaScript application from JS-Kit's servers, some portions of your site might load a little slowly, and if JS-Kit ever goes down, there goes your comment system.
Now JS-Kit has added a new Score tool that lets visitors to your site give content a thumbs up or down. You can also install a Navigator widget which you can then place in a prominent position on your site to let visitors find the most popular stories quickly.
[via Mashable]
Now JS-Kit has added a new Score tool that lets visitors to your site give content a thumbs up or down. You can also install a Navigator widget which you can then place in a prominent position on your site to let visitors find the most popular stories quickly.
[via Mashable]













Comments
2
Subscribe to commentskevinApr 15th 2008 1:37PM
Anyone know any jquery code to do this kind if thing yourself?
kingkool68Apr 15th 2008 8:08PM
You would still need some sort of database to store the results (how many people gave the contnet a thumbs up vs. a thumb down). JavaScript alone can't do this!