-3

所以我想知道是否有人知道为什么这个应用程序在输入 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>
4

1 回答 1

0

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

于 2013-04-24T00:52:33.787 回答