社会主义社交插件不与Facebook合作

时间:2013-04-22 15:04:58

标签: jquery social-media

所以我想知道是否有人知道为什么这个应用程序在输入Facebook ID时不起作用:http://plugins.in1.com/socialist/我已下载此应用程序并且twitter参数工作正常但是当我添加facebook参数时,它不起作用。我想知道是否有人可以帮助我让它工作,这是我的代码:

<html>
<head>
<link href="../jquery.socialist.css" rel="stylesheet" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src='../jquery.socialist.js'></script>
<script type="text/javascript">
$(document).ready(function () {
    $('#content').socialist({
        networks: [
           {name:'youtube',id:'LoyolaChicago'},
            {name:'facebook',id:'LoyolaChicago'},
           {name:'twitter',id:'LoyolaChicago'},
           {name:'flickr',id:'loyolauniversitychicago'},

           ],
        isotope:false,
        random:false,
        fields:['source','heading','text','date','image','followers','likes']
    });
});
</script>
</head>
<body>
    <div id="content"></div>
</body>
</html>

1 个答案:

答案 0 :(得分:0)

页面上可能有隐私设置。当我尝试一个公共页面时它起作用..不像我想要它,但它工作!田野选项也阻止了我的工作..