Skip to content

Instantly share code, notes, and snippets.

@frozzare
Created May 4, 2012 14:05
Show Gist options
  • Save frozzare/2594987 to your computer and use it in GitHub Desktop.
Save frozzare/2594987 to your computer and use it in GitHub Desktop.
$(function () {
$('.tweet').tweet('twitter username');
$('.tweets').tweet({
list: true,
screen_name: 'twitter username',
count: 5,
avatar: true
});
$('.tweet-c').tweet({
screen_name: 'twitter username',
count: 5
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment