当页面被赞时,网站中的Facebook“喜欢”不会在Facebook上发布

时间:2019-01-20 16:42:31

标签: facebook-like

几年前,有人喜欢它使用的我的网站页面时,出现在他们的Facebook新闻订阅中。

现在此功能似乎完全消失了,或者我做错了什么。

这是类似的方框代码:

<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId  : \'appid\',
      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#xfbml=1\';
    e.async = true;
    document.getElementById(\'fb-root\').appendChild(e);
  }());
</script>

<div>
<div id="fb-root"></div>
<fb:like send="true" width="500" show_faces="false" action="like" font="arial" href="https://website/somepage" />
<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
</div>

0 个答案:

没有答案