I'm having a problem with sharing in facebook.
I have several images corresponding to projects. Below each image I have a share button but I don't want to share all page... just share this project (image/title/description).
Is this possible to do? I've been searching and what I got is:
function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}
" onclick="return fbs_click()" target="_blank">Share on Facebook
the problem is that when I share, the share content is all page and not that particular project.
Thanks in advance for any help.