Hello All
I’m trying to figure out a way to alter a path to an image that is in a meta tag.
It’s for a facebook share button, and I’d like the ability to change the thumbnail image that is sent to facebook depending on where the user is in my flash file.
The link itself is sent from flash no problem but I’d like to update this meta tag
<link rel="image_src" href="http://mysite.com/Image.jpg" / >
first somehow (not sure if PHP is the answer or flashvars or what) and then send the link.
I attempted to just add all the facebook meta data to a php file that had a redirect link to the facebook share but it didn’t like that hack.
So basically I need to alter the meta tag on the current page and send the link from flash.
Any advice out there?