i have a wordpress blog and want to give people the same user experience for adding comments that is in stackoverflow. There are a number of comments ajax plugins out there but i can’t find a working one that allows you to inline on the main page, go in and add comments without first drilling down into a seperate single post page.
Can anyone help here with either a wordpress plugin or php code to do this.
I was never able to get AJAXed WordPress to do what me (and apparently the questioner) want to do.
I use a custom solution that makes use of a plug-in called Inline Ajax Comments. I had a heck of a time finding a download link, but here’s one that still works: http://kashou.net/files/inline-ajax-comments.zip
In WordPress’ theme editor, I edit index.html. After the following:
I add (after enabling the plug-in of course):
I then edited the plugin PHP file itself. I commented out blocks of code as follows:
IIRC, that’s all I had to do, but let me know if that doesn’t work for you. I’m trying to reverse engineer my own solution since it seems to be exactly what you want to do as well.