I am building a new site which will consist of a mix of dynamic and static pages.
I would like to add commenting functionality to those pages with as little work as possible. I'm curious as to whether such a solution exists in PHP.
The ideal set of features would be:
<ul><li>....
that can be styled by the surrounding siteThe ideal integreation would be like this:
<?php show_comments("my_page_name"); ?>
this would 1. display a form to add a new comment that gets automatically associtated with my_page_name
; and 2. display all comments that were made through this form using this ID.
Does anybody know a solution like this?
Bounty
I am setting up a bounty because while there were some good suggestions, they all point to external services. I'm really curious to see whether there isn't anything self-hosted around. If this doesn't exist yet, it sure would be great to see as an Open Source project.
If you really want an easy to use solution, then just download the intensedebate or Disqus comment HTML and you can leave spam checking, OpenID support, Comment sharing, and every other cool feature to them. You get the comments with no work!
It's a win-win. Then later on you can use their API's to pull the comments and put them in your database if you want to switch to a home-made solution.
This also means that you can still get SEO from the comments because when you pull them from the API you can display them in an <noscript>
tag or hidden div for the search engines.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With