Reputation: 1863
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
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
Reputation: 10413
You should try the Facebook Debugger, it might tell you what is wrong: https://developers.facebook.com/tools/debug
Upvotes: 1