views:

66

answers:

3

I'm making a simple HTML website on which I would like users to post comments.

Does anyone know of a third-party service that allows me to embed code snippets in my site which become comment boxes for users to post comments on my site at those positions, and the service takes care of all captcha / spam, etc. and I can log into an account interface to approve and delete comments?

I'm thinking of something like this:

<object width="425" height="344"><param value="
http://www.somecommentservice.com/account=
234234&commentId=mainPage"></param></object>

<object width="425" height="344"><param value="
http://www.somecommentservice.com/account=
234234&commentId=article001"></param></object>

<object width="425" height="344"><param value="
http://www.somecommentservice.com/account=
234234&commentId=article002"></param></object>
+6  A: 

Try http://disqus.com

AdamRalph
Nice one! Great minds think alike ;)
Clueless
+6  A: 

Try http://disqus.com/.

Clueless
that was one of the fastest double-answers I've ever received, exactly the kind of thing I was looking for thanks guys!
Edward Tanguay
Awesome, thank you.
Alberto Zaccagni
what's even more surprising is that this answer got all the votes even though mine was submitted a few seconds earlier ;-)
AdamRalph
@AdamRalph, sorry, I only saw "3 minutes" vs. "3 minutes" so I gave the correct-answer points to the person with less rep. :-)
Edward Tanguay
A: 

Disqus, IntenseDebate, and Echo are the three big commenting systems right now.

Ken Liu