views:

79

answers:

1

i have posted this link ages ago regarding wordpress:

http://stackoverflow.com/questions/196993/wordpress-having-comments-inline-ajax-like-in-stackoverflow

and i think that i maybe didn't describe my request properly as each of the given solutions dont actually do what i am looking for:

I would like it when i click on "Add Comment" under my post, to have it simply show an inline form ajax style to avoid users having to click first to a seperate comments page

this is what happens when i click on "Add Comment" in stackoverflow and i never have to leave the main index page.

+1  A: 

Seems like this plugin would do most if not all of what you need:

http://wordpress.org/extend/plugins/ajaxd-wordpress/installation/

McGirl