jquery-socialist
jquery-socialist copied to clipboard
I am having the blank issue as well.
I have included jquery but am still getting a blank page both forthe example and on another page I have built. Any advice?
Thanks.
Paste a URL so we can examine the console output.
Also, I found this happened if one of the IDs supplied was incorrect. Cut them down to one that you have verified, then try to debug.
What browser are you using?
Were you able to resolve this?
Hi, I am facing the blank page issue. Tried to run it in Firefox 16.0.1 and Chrome but it is still showing the blank page. Firebug console shows a couple of errors in jquery.min file, not really sure if that might be a cause. Here is the url to test the issue - http://webaweso.me/tweets/Socialist/examples/
Thanks a ton!!
For me, it started to work once I removed {name:'pinterest',id:'potterybarn'}, from the examples/index.html
It was giving an error about |min|
If you change to {name:'pinterest',id:'(pinterest-username/pinboard-name)'}, it goes away but then pineterst not displayed.
See my Response on https://github.com/iatek/jquery-socialist/issues/29 it should stop the blank page issue as well :+1:
I've found that if there is multiple calling of the Jquery file it won't work. Make sure to call the file only once. It fixed my blank issue at least.
I still have these blank issues.. Funny thing is when i load http://plugins.in1.com/socialist/demo Only the RSS feeds, youtube, Craig'slist posts show up in the example page.. Any solution to this?