Vitalii Ponomar
Vitalii Ponomar

Reputation: 10936

Facebook share and open graph image bug?

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

enter image description here

Upvotes: 1

Views: 959

Answers (1)

Tobi
Tobi

Reputation: 31479

You can use the OpenGraph Debugger to get insights about what's wrong from the FB persepactive:

https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fsocratify.ru%2Fstanislav-ezhi-lets.c1

Apparantly, the og:url, og:desc and og:title are missing.

Upvotes: 2

Related Questions