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 have a site in which the user creates a dynamic image, and would like the user to be able to post her creation on Facebook. The way I wanted to achieve this is via the standard "like" and "share" buttons ( using XFBML) - I dynamically change their URL to a page containing the user image.

The problem is that Facebook posts the correct URL but with a generic picture, and not the user generated picture.

In the past I used to give the image url - and then I would get the right picture. But this is not what I wan't now - I wan't the link to be to a full feature page.

The target page does specify og:img to the dynamic image - but it seems FB does not use it...

Any ideas how I can control the image FB shows on the post?

share|improve this question

1 Answer

There are some restrictions on the image

the thumbnail's width AND height must be at least 50 pixels, and cannot exceed 130x110 pixels. The ratio of both height divided by width and width divided by height (w/h, h/w) cannot exceed 3.0

http://developers.facebook.com/docs/share/

share|improve this answer

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.