Opera 上的 facebook 之类的回调问题
FB.Event.subscribe('edge.create', function(href, widget) {
alert('You just liked '+href);
});
这个功能在 Opera 上不起作用我没有找到任何解决方案。有什么解决办法吗?
这些都是歌剧问题
JavaScript - http://www.facebook.com/plugins/like.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D0%23cb%3Df16279b054d7fb%26origin%3Dhttp%253A%252F%252Fdeneme.com%252Ff1f6bfa5892b7f%26relation%3Dparent.parent%26transport%3Dflash&href=http%3A%2F%2Fwww.deneme.com&layout=standard&locale=en_US&node_type=link&sdk=joey&show_faces=false&width=450
Timeout thread: delay 3000 ms
Uncaught exception: TypeError: Cannot convert 'c.parentNode' to object
Error thrown at line 12, column 1919 in <anonymous function>() in http://b.static.ak.fbcdn.net/rsrc.php/v1/yq/r/FmJU1Ria9Bd.js:
c.parentNode.removeChild(c);
FB.Event.subscribe('edge.create', function(href, widget) {
alert('You just liked '+href);
});
This function doesn't work on opera i didn't find any solution. Are there any fix for this ?
these are opera problems
JavaScript - http://www.facebook.com/plugins/like.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D0%23cb%3Df16279b054d7fb%26origin%3Dhttp%253A%252F%252Fdeneme.com%252Ff1f6bfa5892b7f%26relation%3Dparent.parent%26transport%3Dflash&href=http%3A%2F%2Fwww.deneme.com&layout=standard&locale=en_US&node_type=link&sdk=joey&show_faces=false&width=450
Timeout thread: delay 3000 ms
Uncaught exception: TypeError: Cannot convert 'c.parentNode' to object
Error thrown at line 12, column 1919 in <anonymous function>() in http://b.static.ak.fbcdn.net/rsrc.php/v1/yq/r/FmJU1Ria9Bd.js:
c.parentNode.removeChild(c);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在 Opera 工作,我们很快就会针对 Facebook Connect 的一些问题推出解决方法。您可以在一周左右再试一次吗?
该更新将在 http://my.opera.com/sitepatching/blog/ 上公布并且您不需要升级 Opera 本身 - 如果启用 browser.js 功能,它将自动进行。请参阅http://www.opera.com/docs/browserjs/
I work for Opera and we'll push out a workaround against some problems with Facebook Connect shortly. Could you try again in a week or so?
The update will be announced on http://my.opera.com/sitepatching/blog/ and you don't need to upgrade Opera itself - it will happen automatically if the browser.js feature is enabled. See http://www.opera.com/docs/browserjs/
现在是 11 年 8 月,问题似乎仍然存在。有人有什么解决办法吗?
更新:在我对 Safari 进行了修改之后,它突然在 Opera 中也能工作了。我的黑客来自:
http://anantgarg.com/2010/02/18/跨域cookies-in-safari/
It's august '11 and it seems the problem still exists. Any workaround someone?
Update: After a hack I did for Safari it suddenly works in Opera as well. My hack was taken from:
http://anantgarg.com/2010/02/18/cross-domain-cookies-in-safari/