Socialist is a social feed plugin that combines multiple social media feeds in one place.
Use it to combine content and create a social wall from Facebook, Twitter, LinkedIn, YouTube, Pinterest, Flickr, Tumblr, Craiglist RSS and other social networks.
Socialist supports jQuery 1.6 or newer
1) Simply include the .js and .css files in your HTML document..
<link href="jquery.socialist.css" rel="stylesheet" />
<script src="jquery.socialist.js"></script>
2) Apply jQuery Socialist to any <div> element within your js code..
$('#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:'craigslist',id:'boo',areaName:'southcoast'}
]
});
jQuery Socialist uses 2 plugins to provide the responsive layout and cross-domain ajax features:
Super Easy Set-up Using Our JS File
You can also reference a version of the plugin hosted at in1.com
1) Reference the "socialist.js" as a SCRIPT tag in the HTML HEAD. Add a DIV with id="socialist" in your HTML BODY.
<script type="text/javascript" src="http://plugins.in1.com/scripts/socialist.js"></script>
<div id="socialist" data-networks="pinterest,rss,tumblr" data-ids="hubspot,http://feeds2.feedburner.com/ImpressiveWebs,in1blog"></div>