我正在尝试使用此网站http://grandprix.webtraffic.com.br中的LikeBox,它在Chrome上完美运行但在FireFox上它会在facebook文件中出现此错误... / xd_arbiter.php?version = 25:< / p>
JSON.parse:字符串文字第13行中的错误控制字符
以下是代码:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 'myBigAppIdIsHere',
channelUrl : 'http://grandprix.webtraffic.com.br/channel.html',
status : true,
xfbml : true
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
对于喜欢的方框:
<fb:like-box href="http://www.facebook.com/LinhaGrandPrix" width="390" height="430" show_faces="false" colorscheme="dark" stream="true" show_border="false" header="false"></fb:like-box>
任何人都遇到过这个问题,或者知道发生了什么事?