Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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">&nbsp;</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?

share|improve this question
possible duplicate of How does Facebook Sharer select Images? – Igy Jan 18 at 20:07

closed as off topic by Igy, brian d foy, RolandoMySQLDBA, 0x499602D2, Alex I Jan 19 at 3:18

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

You should configure your meta tags. Also I had used slightly different facebook url: <a href="http://www.facebook.com/sharer.php?u=http://javadevtips.blogspot.com" target="_blank">FB</a>.

share|improve this answer

Facebook has stopped supporting the share button and has put in all functionality of share in the Like button.

http://mashable.com/2011/02/27/facebook-like-button-takes-over-share-button-functionality

http://www.insidefacebook.com/2011/02/27/like-button-full-story/

share|improve this answer
1  
-1, Facebook didn't stop supporting the Share button! It's just strongly not recommended to use it anymore. – ifaour Mar 5 '11 at 13:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.