Facebook元标记添加,但Facebook上的链接分享没有显示

时间:2013-04-30 09:15:58

标签: php facebook meta-tags facebook-sharer

我已阅读并关注:this link,但问题仍然存在。

我的网站为http://crossrt.net/election2013,以下代码已添加到代码中。

<meta property="og:title" content="General Election 13 unofficial website"/>
<meta property="og:url" content="http://crossrt.net/election2013"/>
<meta property="og:image" content="http://crossrt.net/election2013/images/icon.png"/>

并且Facebook告诉我: enter image description here

但是当我在Facebook上分享我的网址时,没有显示任何内容:

enter image description here

1 个答案:

答案 0 :(得分:0)

虽然这已经过了大约22天,但现在只回答这个问题。也许答案可以帮助某人。以下是当前元标记:

<meta property="og:title" content="General Election 13 unofficial website"/>
<meta property="og:description" content="Unofficial website of election" />
<meta property="og:url" content="http://crossrt.net/election2013/"/>
<meta property="og:image" content="http://crossrt.net/election2013/images/icon.jpg"/>

我在这个问题中犯的错误是我使用PNG透明图像作为og:image,所以现在我有一个新的JPG来替换它。

我知道这很愚蠢,但确实解决了我的问题。一切都运作良好。