Preview webpage photo on facebook
Автор: Marian Sorin
Просмотрено 1547,
Подписчики 2,
Размещенный 0
Hello, can someone tell me why the image on the website page does not appear on facebook when a link is posted. I mention that every time the website icon appears instead of the representative picture from the link page.
Thank you
Размещено
Автор
Apear this:
Instead this:
Автор
Link: https://www.infoghidromania.com/dragonfly-gardens-urban-glamping-brasov.html
Автор
Hello. Try adding this code manually.
<metaproperty="og:image" content="https://www.infoghidromania.com/images/dragonfly-gardens-urban-glamping-brasov.jpg" >
<metaproperty="og:image:width" content="715" >
<metaproperty="og:image:height" content="477" >
<metaproperty="og:image:secure_url" content="https://www.infoghidromania.com/images/dragonfly-gardens-urban-glamping-brasov.jpg" >
You may also need to remove the following:
Автор
Thank you Aleksej Hfor your answer. I tried the code but not working, the text will be depreciate
Автор
Website Image is already empty.
Автор
I think it's something from the facebook settings, because in the post it doesn't take over the image from the page, but in the Facebook comment the image taken from the website page appears
Автор
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Автор
Working now with the code <meta property="og:image" content=.... instead <metaproperty="og:image"
Thank you!
Автор
I inserted the code directly in webpage source code
Автор
With this code working: <meta property="og:image" content="URL Image......." />