小编use*_*794的帖子

最好使用Facebook SDK + html5 vs xfbml

我已经在我的网站上实现了JavaScript SDK,如facebook JavaScript SDK网站上所述:

<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId      : 'YOUR_APP_ID', // App ID
      channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File
      status     : true, // check login status
      cookie     : true, // enable cookies to allow the server to access the session
      xfbml      : true  // parse XFBML
    });

    // Additional initialization code here
  };

  // Load the SDK Asynchronously
  (function(d){
     var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
     if (d.getElementById(id)) {return;}
     js = d.createElement('script'); js.id = …
Run Code Online (Sandbox Code Playgroud)

html5 facebook xfbml

3
推荐指数
1
解决办法
2502
查看次数

标签 统计

facebook ×1

html5 ×1

xfbml ×1