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 Would like to ask you to help me problem is i am constantly getting this msg from fb debugger whatever I do:

"All the images referenced by og:image should be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification."

I've also tried with setting this properties:

<meta property="og:image:width" content="202" /> 
<meta property="og:image:height" content="202" />

but it does not help

share|improve this question
can you show share page url ? – metalfight - user868766 Oct 18 '12 at 18:29

1 Answer

up vote 2 down vote accepted

You need the images referenced in your og:image meta tags to actually BE at least 200 x 200, you can't just use smaller images and tell Facebook to display them larger. Facebook already does this; the warning is there to prompt you to put in larger images.

share|improve this answer
I belive I set the properties width and height to more than 250 both - the same error – Dantes Oct 18 '12 at 18:24
2  
Setting properties won't do anything. If your image file isn't at least 200px in both directions, Facebook will ignore it. – cpilko Oct 18 '12 at 18:31
Well, i think 50x50 is the point below which the image is actually ignored. Between 50x50 and 200x200 it might look stretched, hence the warning – Igy Oct 18 '12 at 18:52
@Igy: In my experience, an undersized image won't be displayed at all if used in og:image. – cpilko Oct 18 '12 at 18:57
Agreed, but i thought for 'won't display at all' purposes 50x50 was the cut off, i could be wrong here though :/ – Igy Oct 18 '12 at 19:14
show 1 more comment

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.