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 to my own website on Facebook, so I added the necessary og: tags to the <head> section.

Checked it in the linter, and it displays everything I want it to display.

When I actually want to share it in the newsfeed (as in copy and paste the link into the status formular), the image is ignored.

Here's a sample link: http://iamschulz.de/video/4

share|improve this question

1 Answer

Does it break the image size requirements? If so it'll still be detected by the debug tool, but won't actually be rendered in the news feed

Images must be at least 50 pixels by 50 pixels. 
Square images work best, but you are allowed to use images up to three times as wide as they are tall.

An image of (e.g.) 100 * 350 won't be displayed because it violates the 3:1 ratio.

share|improve this answer
I use 100*100px images. As far as I know, invalid pictures wouldn't show up in facebook linter either. – user1200019 Feb 9 '12 at 17:38
No, it'll detect them and display them in the linter, i've answered several questions here which were caused by incorrect image sizes - in your case i'm not sure :/ – Igy Feb 9 '12 at 17:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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