3

我正在尝试在此站点http://grandprix.webtraffic.com.br中使用 LikeBox ,它在 Chrome 上完美运行,但在 FireFox 上它不断在 facebook 文件中出现此错误 .../xd_arbiter.php?version= 25:

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>

有人遇到过这个问题或知道发生了什么吗?

4

0 回答 0