Social Stream plugin issue
Can anybody spot anything that might be a syntax error here, in the Social stream plugin:
It's not showing in IE8 and I'm pretty sure it's a syntax error of some sort.
The live page is here:
Thanks for any suggestions, commas at the ends of lines sort of gets me, I've tried several options.
- <script type="text/javascript">
- jQuery(document).ready(function($){
- $('#social-stream').dcSocialStream({
- feeds: {
- facebook: {
- id: '117689159146',
- },
- },
- iconPath: 'http://www.findlayinternet.com//code/social-stream/images/dcsns-dark/',
- imagePath: 'http://www.findlayinternet.com/code/social-stream/images/dcsns-light-1/',
- height: 300
- });
- });
- </script>