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:
- Completely independent from the surrounding page / site: PHP code gets dropped into page, a page ID is added, done.
- Simple "write a comment" form
- Comments for each page are displayed using a PHP function
- Nice, clean output of \[code\]<ul><li>....\[/code\] that can be styled by the surrounding site
- Optional Captcha
- Optional Gravatar sensitivity
- Minimalistic administration area to moderate/delete comments, no ACL, can protect it using .htaccess