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