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 am using following information in head section:

<head>

  <meta property="og:title" content="Title" /> 
  <meta property="og:description" content="This is description" />
  <meta property="og:image" content="http://www.example.com/image/logo/logo.gif" /> 

</head>

Facebook is picking title and description but not getting image. When I use image URL directly in browser then it shows it on new page. It means image path is correct.

Any Idea ?

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

You should try the Facebook Debugger, it might tell you what is wrong: https://developers.facebook.com/tools/debug

share|improve this answer
I used this debug tool and it is showing logo in that tool perfectly. I don't know why it is not shown on facebook page ????? – Student Feb 2 '12 at 4:30
can you let us know the page URL? – JScoobyCed Feb 2 '12 at 4:46

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.