我的网站是alonsart.com ...点击我网站上的发送按钮..打开一个空白框...
这就是我的代码:
<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 Asynchronously
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>
当然还有div
<div style="margin-top:20px" class="fb-like" data-send="true" data-width="450" data-show-faces="true"></div>
任何想法为何在点击时不显示任何内容?
感谢
答案 0 :(得分:1)
不知道你是否已经解决了这个问题,但为了将来参考,我发现Facebook [https://developers.facebook.com/tools/debug]提供的调试工具是解决这个问题的救星在我正在处理的网站上完全相同的问题。
你给它一个URL,它会刮掉它,并给你一个明确错误的细分(从Open Graph的角度来看)
答案 1 :(得分:1)
虽然这个问题已经被问了很长一段时间,但它可能会帮助那些寻找类似和发送插件偶尔出现问题的人。
昨天喜欢和发送插件也停止了我的网站工作,实施没有任何问题。甚至http://developers.facebook.com上的发送按钮昨天也停止了工作,今天又恢复了工作。
因此,检查插件是否也在其他网站上运行。如果没有,则很可能问题出在Facebook的最后,而不是你的结束。