Facebook页面插件未在我的网站

时间:2015-04-22 12:59:18

标签: facebook

我按照这些说明(https://developers.facebook.com/docs/plugins/page-plugin),但我得到的只是Facebook页面的链接。该页面未嵌入我的网站。

我的代码如下:

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>facebook</title>
</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/en_US/sdk.js#xfbml=1&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>



<div class="fb-page" data-    href="https://www.facebook.com/christpalaceinternational" data-width="320" data-   height="500" data-hide-cover="false" data-show-facepile="true" data-show-   posts="true"><div class="fb-xfbml-parse-ignore"><blockquote    cite="https://www.facebook.com/christpalaceinternational"><a   href="https://www.facebook.com/christpalaceinternational">CHRIST PALACE   MINISTRIES INTERNATIONAL</a></blockquote></div></div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

我有同样的问题。我检查了文档,它说按年龄,国家等取消所有限制。由于Facebook限制将嵌入您的网站。因此:

  • 插件将按照预期正常呈现给那些不受限制的人。
  • 对于受限制的人来说,插件根本不会呈现。