Jump to content

Facebook Tagging


rezmode

Recommended Posts

No matter what you would have to use javascript in order for the mouseover to activate. You can store the coords with php. But the javascript needs to use those coords to show the image tag.

 

For example:

 

<img src="image.JPEG" width="145" height="126"
alt="Planets" usemap="#tag" />
<map id ="tag" name="tag">
<area shape ="rect" coords ="0,0,82,126"
onMouseOver="writeText('This part of the image has been tagged')" alt="Sun" />
</map>

 

With writeText being a proprietary javascript function you would have to create to display the text.

Link to comment
https://forums.phpfreaks.com/topic/60468-facebook-tagging/#findComment-300833
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.