Hi, I was just wondering if there are any Facebook-like image/person tagging plugins being worked on or currently available?
Basically the admin would be able to click a point (say someone's face) on each image, and assign some text to it (person's name). When regular users view the image, they see a list of points that were tagged with text, and when they hover their mouse over the general area (say 63x63 pixels centered over the point), the point's text is displayed over the image.
If there are no plugins available, could anyone point me towards some general JS/PHP implementations of this idea to do it myself?
I Use fotonotes (http://www.fotonotes.net/) to annotate images in ZENphoto.
you can see an example working here: http://www.bertsimons.nl/zenphoto/paperworks/clone/20060306_223127_800.jpg.php
I removed the ´if (zp_loggedin())´ condition for you to see how it works but with that condition turned on only the admin would be able to add notes and the edit menu could be invisible to normal users.
One point though.. the notes are stored in the jpg header which in this case is in the header of the cached default sized image.. so if you clear the cache.. the notes are gone...