繁体   English   中英

共享后FB.ui javascript重定向在SSL上的IE8上不起作用

[英]FB.ui javascript redirect after share not working on IE8 on SSL

FB.ui({
            method: 'feed',
            name: 'Help set the record straight!',
            link: 'http://www.facebook.com/nothingbeatsbeef/app_545512565475443',
            picture: 'http://cs.apps2.pixolut.com/rsrc/509309abe46cea93eefec36a',
            caption: '',
            description: 'No longer will Aussies be taunted with ‘Throw another shrimp on the barbie’. Sign the petition to get the ad that started it all remade with the RIGHT line ‘throw another steak on the barbie’.'
        },function(response){
            if (response && response.post_id) {
                 setTimeout(function(){self.location.href = '/load/preview/page/50908acbe46c03d72dcc26b6';}, 2000); 
            } else {
                 setTimeout(function(){self.location.href = '/load/preview/page/50908acbe46c03d72dcc26b6';}, 2000); 
            }
        });

由于某种原因,在Facebook共享后,此javascript重定向在SSL的IE8上不起作用。 有人知道为什么吗?

出于某种原因,这仅适用于在虚拟机上使用IE8。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM