Facebook分享按钮仅显示www.example.com

时间:2014-10-16 23:09:36

标签: javascript html html5 facebook facebook-graph-api

我添加了Facebook" Like"和"分享"我网站上的按钮。当我点击"分享"我得到通常的弹出窗口提示输入消息。但是,在下面的预填充内容区域中,它只是说

www.example.com

www.myurl.com

我已经添加了以下内容但它没有帮助:

<meta property="og:type" content="website" />
<meta property="og:title" content="Hello" />
<meta property="og:site_title" content="website" />
<meta property="og:description" content="Sample text"/>
<meta property="og:utl" content="www.mysite.com"/>

我已经尝试过使用和不使用JS SDK。我也尝试了iFrame选项。

<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mysite.com&amp;width&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=21&amp;appId=1111111111" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe> 

我做错了什么?为什么&#34; example.com&#34;在描述字段中?

1 个答案:

答案 0 :(得分:0)

看起来Facebook需要一段时间来索引更改。我不得不等待大约一个小时,但现在它有效。这三个元标记似乎控制着内容:

<meta property="og:title" content="Hello" />
<meta property="og:site_title" content="website" />
<meta property="og:description" content="Sample text"/>