Search code examples
phpfacebookmeta-tagsfacebook-sharer

Facebook meta tag added, but link share on Facebook doesn't show


I have read and follow: this link, but the problem still exist.

My site is http://crossrt.net/election2013 and code below is added to tag.

<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"/>

and the Facebook show me: enter image description here

but when i share my url on Facebook, nothing is show:

enter image description here


Solution

  • Although this had been past about 22 days, but now only answer to this question. Perhaps the answer can help for someone. Following is the current meta tag:

    <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"/>
    

    What mistake I make in this question is that I use PNG transparent image as the og:image, so now I have a new JPG to replace it.

    I know this is quite stupid, but it does fix my problem. Everything works well now.