2
I have the following snippet of code, but facebook is randomly picking up another image that is not part of the specific link to this, the og:image
as below.
<meta property="og:type" content="website">
<meta property="og:title" content="Acabamentos e Revestimentos">
<meta property="og:description" content="Acabamentos e Revestimentos Guarapari é o Guia Comercial de Guarapari com as melhores opções de Acabamentos e Revestimentos do mercado local.">
<meta property="og:url" content="http://www.guaraparivirtual.com.br/acabamento-e-revestimento-guarapari">
<meta property="og:image" content="http://www.guaraparivirtual.com.br/imagens/guia-comercial-rede-social.jpg">
<meta property="fb:app_id" content="966242223397117">
All other information appears perfectly, just does not catch the image specified in the link og:image
.
What is the size of the image in px? Have you tried not using http with vc did and put the image path directly in the folder?
– hugocsl
Maybe it’s cache, put your website address in the tool Debug from Facebook, it updates the image cache.
– Lucas Guima
@hugocsl I set the direct path of the image and nothing.
– Gladison
@Lucasguima I used the Debug tool, but it didn’t solve.
– Gladison
Dear take a look at this answer https://answall.com/questions/292925/problemas-com-formata%C3%A7%C3%A3o-miniatura-de-links/292949#292949
– hugocsl
@hugocsl When I go to Facebook Debug the meta tag appears with a url totally different from the one I put.
– Gladison