Add image in shared link on Facebook

2

While trying to share a link from my blog on Facebook, Facebook can grab the text of the article, but it does not load the images to be thumbnail.

Someone would know what I should do. The url is: www.sesmt.org

    
asked by anonymous 09.05.2014 / 02:17

2 answers

2

To make sure Facebook gets the image you need to use og: tags .

The basic tags that you need to insert into your site:

<meta property="og:title" content="The Rock" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />

It's interesting to use images in the ratio 1.91: 1. The ideal image size is 1200x630px, but any size above 600x315px following the aspect ratio is of good size.

Read the Share Good Practices from Facebook or in this other question that I answered right here in Stackoverflow

I hope I have helped.

    
16.05.2014 / 03:27
1

When I tried to link to your site, an image appeared. But if you do not like the image you can upload an image by clicking on "Add Photos / Video", but with that you lose the thumbnail that facebook puts, that is, it will get the link and the image of your choice. / p>     

09.05.2014 / 02:56