So I was wondering if any knew why this application does not work when inputting a Facebook ID: http://plugins.in1.com/socialist/ I have downloaded this application and twitter parameter works fine but when I add a facebook parameter, it odes not work. I was wondering if anyone can help me to get it to work, here is my code:
<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>