Creating inline comments within a wordpress blog post

ajax, comments, wordpress

Solution

I searched for a plugin, too. There WAS no WordPress plugin. So I've written my own, based on inlineDisqussions.

It's called "Inline Comments", try it: http://wordpress.org/plugins/inline-comments/

Problem

I'm wondering if there is an easy way to enable users to comment within a blog post in wordpress? For example, in Microsoft word, users can add comments within a article, I'm wondering if the same can be done to a wordpress blog post? Is there a handy plugin? What's the best way to go about creating one? Creating overlay with Ajax windows? Any starter code I can pull from? Has anyone seen this done really well? Surprising that its not more prominent on the web.

Original source