为什么Fb:喜欢在使用XFBML时不显示IE8上的发送按钮?

时间:2013-07-12 09:56:20

标签: facebook internet-explorer-8 facebook-like

我试图在测试页面上显示类似+发送按钮。我用来显示按钮的代码是:

<fb:like href="http://developers.facebook.com/docs/reference/plugins/like" send="true" layout="button_count" width="450" show_faces="false"></fb:like>

你可以看到我指定了&#34; layout = button_count&#34;和&#34;发送=真&#34;参数。但是在IE8上只显示了类似的按钮(其他浏览器工作正常)而不是&#34; button_count&#34;布局但使用&#34;标准&#34;布局。

你有任何线索吗?

以下是您可以在测试页中粘贴的完整html + sdk + fbml代码:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" xml:lang="en" lang="en">
<head>
    <title>Test Page</title>
    <meta name="DESCRIPTION" content="Just a test page" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>

<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<fb:like href="http://developers.facebook.com/docs/reference/plugins/like" send="true" layout="button_count" width="450" show_faces="false"></fb:like>
</body>

</html>

1 个答案:

答案 0 :(得分:1)

在我看来,这是一个Facebook的错误。 我在这里发布了它:https://developers.facebook.com/bugs/216063688545697