Add image to facebook share

I am trying to add an image to a page using https://developers.facebook.com/docs/plugins/share-button/ However, I cannot find how to add an image to a facebook sharing message.

+4
source share
2 answers

As demrks rightly commented, Facebook uses open graph meta tags .

For your specific problem, you can use the meta tag og:image,

<meta name='og:image' content='path'>

Replace the path with the path in which your image is located.

, url , URL- Facebook.

+12

18 2013 . . https://developers.facebook.com/docs/sharing/webmasters/

<meta property="og:image" content="http://static01.nyt.com/bookJumbo-v2.jpg" />
0

All Articles