views:

410

answers:

0

I want my users to be able to share a thumbnail that links back to my website. I am using this for my embed code.

<a href="link_to_website"><img src="link_to_thumbnail" width="130" height="584"></img></a>

I am also using Gigya for sharing and this embed code is not providing a link back to my website. I know this is possible because friend.ly does it but I'm not quite sure how to make it happen. Right now, clicking on the image sends a user to a gigya page that asks the user if he wants to add the image to "my stuff".

related questions