Reputation: 10936
In different post across internet and even in facebook docs there is such rule to correct share image throughout facebook sharer:
<meta property="og:image" content="http://example.com/lamb-full.jpg">
And I did sharing to facebook from my site exactly this way, but it doesn't work correct. Looks like facebook ignores my open graph image tag (see it in source code of the page) if other images are present on the page. Link to example page and screenshot how to reproduce
Upvotes: 1
Views: 959
Reputation: 31479
You can use the OpenGraph Debugger to get insights about what's wrong from the FB persepactive:
Apparantly, the og:url, og:desc and og:title are missing.
Upvotes: 2