This plugin allows you to add textual annotations to images by select region of the image and then attach description, the concept of annotating images with user comments..
To embed annotations and comments on images, your img tag must have id attribute value start with 'img-, this plugin already did the trick if you Auto Generate Image ID option...
If you wish to add id attribute, here is the guide on how to insert id attribute to img tag..
Sync with wordpress comments image note sync with wordpress comment database modified comment will auto update both database deleted comment from wordpress comment will not sync, have to delete image notes table list. new image note from annoymous will auto add into wordpress comment as waiting approval. the image note publish when the comment is approve..
Add addable attribute with value false to disable the add note button, but image notes still viewable..
To add thumbnails to your comments list manually, just add the php code below in your comment callback function..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fixed wordpress comment synced with image note data..
Add Image preview in admin image notes table list..
Add option to approve, edit and delete image notes..
Read more