Search code examples
phphtmlfacebookimagefacebook-sharer

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


Solution

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