diff options
Diffstat (limited to 'wired/old/published/Webmonkey/Monkey_Bites/2006/11.27.06/Thu/js-kit.txt')
-rw-r--r-- | wired/old/published/Webmonkey/Monkey_Bites/2006/11.27.06/Thu/js-kit.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2006/11.27.06/Thu/js-kit.txt b/wired/old/published/Webmonkey/Monkey_Bites/2006/11.27.06/Thu/js-kit.txt new file mode 100644 index 0000000..4776cf6 --- /dev/null +++ b/wired/old/published/Webmonkey/Monkey_Bites/2006/11.27.06/Thu/js-kit.txt @@ -0,0 +1 @@ +Every now and then someone comes up with a way to make a complex thing incredibly simple and leaves you wondering -- why didn't I think of that? That's exactly the case with Lev Walkin's [JS-Kit comment script][1].
One of the outstanding features of social internet sites is the ability to leave comments on just about anything, blog posts, saved links, uploaded videos, you name it and there's probably a way for you to express you opinions via comments.
But for amateur web developers creating a comments system can often be a complex and intimidating undertaking. JS-Kit reduces that undertaking to pasting a single line of code into your webpage. Just add this line to your site:
<script src="http://js-kit.com/comments.js"></script>
That line activates Walkin's comment code which then uses your IP address to fetch the comments from his server.
The script creates threaded comments so you can comment on both the main content and what other people have said. Other niceties including an option to be notified by email whenever some replies to your comment.
You can also embed multiple instances of the script on the same page if you'd like for instance, to have a photo gallery page with individual comments per photo.
For those with the CSS knowhow, it's fairly easy to customize comments to fit the design of your site.
JS-Kit is brand new and lacks a few important comment features like spam protection, but that and other new features are already in the works.
Some people will no doubt be a little nervous about storing their comment data on another person's server, after all what happens if that server crashes or just plain disappears? Perhaps in the future they're will be a way to store comments locally, but for now I don't know of a simpler way to add comments to your web pages.
Found via [TechCrunch][2].
[1]: http://js-kit.com/ "Embed Comments in any page"
[2]: http://www.techcrunch.com/2006/11/29/quick-embed-code-to-add-comments-to-any-site/ "Techcrunch on JS-Kit"
\ No newline at end of file |