I am looking for better management of comments on a current project and I am thinking of integrating either
http:js-kit.com/ or http://disqus.com/ and I am wondering if anyone has any feedback.
I custom coded. When I built my latest project I always intended to have comments (but they are not a key feature) and for the most part assumed I would drop disqus in.
Ultimately I couldnt figure out a nice way to integrate disqus tightly into the site - so the custom code added more value. It took about 100 lines. :)
Yes, is not so hard to add a few extra lines of code and a couple of fields in the DB, but I think going with an outside comment system makes integration with twitter etc. so much easier and less maintenance in the future.
Thanks for the links, I see you using Kohana, I am still with CodeIgniter on this one - too much down the road to change :)
I use Disqus for everything. I can't say enough great things about them. Totally easy integration and all the sexy features that you'd want in a comment system.
The only thing I would be concerned with is how they plan on making money in the future. Would suck to pick them and have them go out of business.
Thanks it seems like the consensus to go with Disqus. I wouldn't worry too much about them monetizing the concept at this stage. At worse I will have to just add some more code onto the application!