在评论框中无法审核

时间:2011-12-12 03:44:20

标签: facebook comments

我无法在http://developers.facebook.com/tools/comments

的评论框中审核评论

我的代码中是否遗漏了某些内容?

<body>
<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId  : '168365613230111',
      status : true, // check login status
      cookie : true, // enable cookies to allow the server to access the session
      xfbml  : true  // parse XFBML
    });
  };

  (function() {
    var e = document.createElement('script');
    e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
  }());
</script>

<div class="fb-comments" data-href="http://www.facebook.com/" data-num-posts="5" data-width="500"></div>

1 个答案:

答案 0 :(得分:0)

我多年来一直在努力,试着把这个标签放进......

<html xmlns:fb="http://yourwebsite.com">
相关问题