Student
Student

Reputation: 1863

Facebook is not picking my webpage logo when shared

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

Upvotes: 0

Views: 394

Answers (2)

prasoon
prasoon

Reputation: 901

Recrawl your page with https://developers.facebook.com/tools/debug

Incase if you ahd shared in past any otehr image, facebook caches it. Once you revalidate facebook destroys cache and use new settings. Incase if anything is wron with image height width, facebook debug tool will tell.

Upvotes: 0

JScoobyCed
JScoobyCed

Reputation: 10413

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

Upvotes: 1

Related Questions