1
Hi, I have a button to share on facebook the news from my site. It takes the correct image, the correct title and the correct description. But when the window appears in the news feed on facebook the image comes cropped appearing only a piece of the image. I’ve done enough research and can’t find anything that could help me.
I have it:
<meta property="og:image" content="http://www.meusite/upload/noticias/thumbs/d6524bc2eb6956b3345fc4f401b2f182.jpg">
<meta property="og:title" content="Titulo">
<meta property="og:description" content="Descrição">
<meta property="fp:app_id" content="xxxxx">
first image is the window before sharing
second image is after I share.
How big is the image? the recommendation is that for image to be displayed perfectly both for desktop, mobile and tablet the ratio is 1.91 ex: 1200 627 if the image does not reach 400 209 facebook will redeem it to 154 154 or 90
– Hoppy
the images are always bigger than what facebook says, they always have around 3000 x 1875 for more.
– Estácio Di Fabio
3000 x 1875 ratio is 1.6. You can’t change the ratio to 1.91?
– Hoppy
no, I am not in charge of uploading the image, is the direct user in the admin of the site.
– Estácio Di Fabio
I don’t really know, I think I can change with some php code, but then I don’t know.
– Estácio Di Fabio
first try to change the image resolution to 1.91 ratio. check if facebook will still cut the image.
– Hoppy