Preview webpage photo on facebook
Autore: Marian Sorin
Visite 1545,
Followers 2,
Condiviso 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
Postato il
Autore
Apear this:
Instead this:
Autore
Link: https://www.infoghidromania.com/dragonfly-gardens-urban-glamping-brasov.html
Autore
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:
Autore
Thank you Aleksej Hfor your answer. I tried the code but not working, the text will be depreciate
Autore
Website Image is already empty.
Autore
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
Autore
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Autore
Working now with the code <meta property="og:image" content=.... instead <metaproperty="og:image"
Thank you!
Autore
I inserted the code directly in webpage source code
Autore
With this code working: <meta property="og:image" content="URL Image......." />