Hello everybody
i have a strange problem
that i have already inserted the two ways that facebook can get the thumb by them

<meta property='og:image' content='thumb.jpg' />

<link rel="image_src" type="image/jpeg" href="thumb.jpg" />

but i see that works fine with some posts and others NO

for example :
in these posts
http://videos.play35.com/kamera-e-fshehur-japoneze-japanese-candid-camera/ ( WORKS FINE )

http://videos.play35.com/tricked-by-a-woman-to-hold-super-heavy-box/ ( doesn't work , it gets any thumbs

any suggestions ?
Thanks

Member Avatar for LastMitch

something strange in thmb image in sharing to facebook

It works fine. I think you fixed it.

You need to used (which you did):

https://developers.facebook.com/docs/concepts/opengraph/

<header>
<meta property="og:title" content="?"/>
<meta property="og:type" content="?"/>
<meta property="og:url" content="?"/>
<meta property="og:image" content="?"/>
<meta property="og:site_name" content="?"/>
<meta property="fb:admins" content="USER_ID"/>
<meta property="og:description" content="?"/>
</header>

<body>
<div>
<link rel="image_src" type="image/jpeg" href="thumb.jpg" />
</div>
</body>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.