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'm trying to use the facebook share button, but when I use the button to share an URL the image is not displayed on facebook.

Using the facebook debugger the image is displayed correctly, but not at my profile. Can anyone help me with this issue?

(Sorry for bad English)

share|improve this question
Do you have any code? Where did you embed this? – Shegit Brahm Jun 18 '12 at 12:57
possible duplicate of How does Facebook Sharer select Images? – Igy Jun 18 '12 at 13:00

1 Answer

your image will not show from localhost until your image has public url to access image, Facebook require public url to show image on share iframe.

Just to check , pick any image url from google and put it hard code into your image path and try once. You will see image.

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.