I want to share a link on facebook from another website. I have been using this code :
<a title="share on facebook" target="_blank" href="http://www.facebook.com/share.php?u=some_url&t=some_title"> </a>
I used this link to show the correct thumbnail :
<link rel="image_src" type="image/jpeg" href="image_link">
But now, neither the title shows up nor the thumbnail. I don't know if facebook changed it's rules for sharing or what. Any idea?
