开发者

How to show a picture of the link in user's feed when commenting on some URL on Facebook?

开发者 https://www.devze.com 2023-03-14 06:31 出处:网络
So when the user comments on some link, I want a picture of that link to show up on h开发者_Go百科is feed alongside the link itself. Right now only the comment text and the link shows up on the feed,

So when the user comments on some link, I want a picture of that link to show up on h开发者_Go百科is feed alongside the link itself. Right now only the comment text and the link shows up on the feed, no pic is shown. Any ideas how to do that? Something like this:

How to show a picture of the link in user's feed when commenting on some URL on Facebook?


If you control the site that is being linked to, make sure the document has Open Graph tags, especially og:image.

For example on a rage face site this document has the body tag:

<meta property="og:image" content="http://www.memeface.com/pic/technique_addition_game.jpg"/>

When someone posts a link to this site on Facebook, FB fetches the document and looks for these tags.

0

精彩评论

暂无评论...
验证码 换一张
取 消