iatek / jquery-socialist

jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin.
http://plugins.in1.com/socialist
MIT License
629 stars 213 forks source link

The example in the distribution doesn't work.. #58

Open samcov opened 11 years ago

samcov commented 11 years ago

I went away from this project for awhile, but coming back and downloading the latest version, the one example shown simply doesn't work in any major browser.

The examples external to this site all fail in IE9, but appear to work in FF & Chrome.

I just need to know if any consideration is being given to making the example work, and fixing whatever the problem is with IE9, because we have to support the big 3 browsers.

samcov commented 11 years ago

Ok, upon further testing, the problem with the example is that some of the services seem to fail, and that destroys the entire query. This works properly when facebook & pinterest are commented out. Why these fail is a mystery to me, but it's probably a good idea to fail gracefully and not let one service fail cause the entire query to fail.

$('#content').socialist({
    networks: [
        {name:'linkedin',id:'buddy-media'},
        {name:'facebook',id:'in1dotcom'},
        {name:'pinterest',id:'potterybarn'},
        {name:'twitter',id:'in1dotcom'},
        {name:'googleplus',id:'105588557807820541973/posts'},
        {name:'rss',id:' http://feeds.feedburner.com/good/lbvp'},
        {name:'rss',id:'http://www.makebetterwebsites.com/feed/'},
        {name:'craigslist',id:'boo',areaName:'southcoast'},
        {name:'rss',id:'http://www.houzz.com/getGalleries/featured/out-rss'}
       ],
    isotope:false,
    random:false,
    fields:['source','heading','text','date','image','followers','likes']
});