单击按钮时,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">
答案 0 :(得分: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"/>