我使用社交脚本锁定器来锁定我的blogspot中的下载链接。该脚本在Chrome中运行完美,但在Firefox或ie中运行。我的博客中有很多脚本,我注意到如果我改变这些脚本的顺序,其中一些脚本会在firefox中再次停止工作,但不会在Chrome中停止工作。我还注意到,我在第一个位置找到脚本的演示页面在任一浏览器上都能正常工作。
这是代码:
<link href='https://sites.google.com/site/menightfury/home/social-locker/public/sociallocker_v1.6.0.css' rel='stylesheet'/>
<script src='https://sites.google.com/site/menightfury/home/social-locker/public/sociallockermin_v1.6.0.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function ($) {
$('#default-usage .to-lock').sociallocker({
buttons: {order:["facebook-like","twitter-tweet","google-plus"]},
twitter: {url:"http://twitter.com/menightfury"},
facebook: {url:"https://www.facebook.com/bloganalyzer.nightfury"},
google: {url:"https://plus.google.com/+BloganalyzerBlogspot"},
text: {
header: "Like us To Unlock This Content",
message: "This content is locked. Like us on Twitter, Facebook or Google plus to unlock it."
},
locker: {close: false, timer: 0,},
theme: "secrets"
});
});
//]]>
</script>
在帖子里面:
<div id="default-usage">
<div class="to-lock" style="display:none;">
-- Hidden Content Starts --
</div>
</div>
以下是演示页面:http://bloganalyzer-demo.blogspot.in/2014/04/social-locker.html
我真的无法理解问题出在哪里。所以任何人都有任何想法?
由于
答案 0 :(得分:0)
使用开发人员工具或FX Inspect Element的控制台选项卡列出跟踪保护阻止的内容/脚本。
SEC7114:此页面中的下载被Tracking Protection阻止。 http://connect.facebook.net/en_US/all.js
SEC7114:此页面中的下载被Tracking Protection阻止。 http://platform.twitter.com/widgets.js
SEC7114:此页面中的下载被Tracking Protection阻止。 http://www.google-analytics.com/ga.js
另外,MSIE显示了几个安全错误。你可以通过使用无协议的src
来避免这些&lt; script src =“// googleanalytics.js”&gt;&lt; / script&gt;
....我认为谷歌已经使用BlogSpot为博客提供分析.....
blogger.com的博客分析器的概念是谷歌访问者指标的重复。