2

点击赞按钮时,Facebook 不显示标题、描述或缩略图。谢谢您的帮助!

在头部:

<link rel="image_src" href="http://www.rockomole.com/2012/blog/2012/may/03.jpg" />
<meta name="description" content="TEST PILOT: description">
<meta name="title" content="TEST PILOT: title">

关联

4

1 回答 1

2

您需要做的是为 Facebook 添加适当的 OG 标头以正常工作,您可以在此处获取所有信息https://developers.facebook.com/docs/opengraphprotocol

为了让您开始在您的页面上添加以下标题:

<meta property="og:title" content="TEST PILOT: test"/>
<meta property="og:url" content="[YOUR URL]"/>
<meta property="og:description" content="TEST PILOT: description"/>
<meta property="og:image" content="http://www.rockomole.com/2012/blog/2012/may/03.jpg"/>
于 2012-06-03T23:39:58.300 回答