cgi/add?title=TITLE&url=URL&imgurl=IMAGE_URL">
using the code (below)
Code: Select all
<a href="javascript:window.location = 'http://www.socialsite.com/cgi/add.php?
title='+encodeURIComponent( document.title)+'&
url='+encodeURIComponent (location.href);">
<img src="http://cdn.socialsite.com/rsrc/img/favicon.png">
</a><noscript><a href="http://www.socialsite.com">Social Bookmarking</a></noscript></a></noscript>&url=http%3A%2F%2Fwww.mywebsite.com%2Fname-of-link-looks-like-this.html
How would I also add a dynamic link to the image location?
Thank you in advance.