facebook “send” button opens a blank box
问题 my site is alonsart.com... when clicking the send button on my site..it opens a blank box... this is what my code looks like: <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : 'my_id', // App ID channelUrl : '//alonsart.com/index.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