jQuery Social Media Tabs Facebook Stream
To add the facebook stream to the like box set “stream” to “true” for the fblike options.
To remove the likebox faces and show only the facebook stream set the “limit” value to zero.
jQuery Code
$(document).ready(function($){
$('#social-tabs').dcSocialTabs({
rssUrl: 'http://feeds.feedburner.com/DesignChemical',
twitterId: 'designchemical',
fblikeId: '157969574262873',
fbrecUrl: 'http://www.designchemical.com',
googleId: '111470071138275408587',
deliciousId: 'designchemical',
youtubeId: 'wired',
diggId: 'remix4',
pinterestId: 'jaffrey',
lastfmId: 'lastfm',
flickrId: '',
dribbbleId: 'dribbble',
vimeoId: 'vimeo',
fblike:{
limit:0,
stream: true
}
});
});
Add the HTML
<div id="social-tabs"></div>



