Skip to content

Instantly share code, notes, and snippets.

@pavelk2
Created April 23, 2013 13:21
Show Gist options
  • Save pavelk2/5443492 to your computer and use it in GitHub Desktop.
Save pavelk2/5443492 to your computer and use it in GitHub Desktop.
<body>
<div class="container">
<h3 class="muted">social - feed</h3>
<div class="social-feed-container1">
</div>
<div class="social-feed-container2">
</div>
<h6 class="credits muted"><a href="https://github.com/pavelk2/social-feed" target="_blank">Social-feed</a> jquery plugin, developed by <a target="_blank" href="http://kucherbaev.com">Pavel Kucherbaev</a></h6>
</div>
<script>
$(document).ready(function(){
$('.social-feed-container1').socialfeed({
fb_username:'pavel.kucherbaev',
fb_limit:2,
fb_token:'150849908413827|uYDHoXrvPZOLkQ-zRz_XoYdEeYM',
cookies:true
});
$('.social-feed-container2').socialfeed({
fb_username:'shafayat.jamil.31',
fb_limit:2,
fb_token:'150849908413827|uYDHoXrvPZOLkQ-zRz_XoYdEeYM',
vk_username:36603,
vk_limit:10,
vk_source:'all',
tw_limit:2,
tw_username:'jack',
length:130,
show_media:true,
cookies:true
});
});
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment