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