Skip to content

Instantly share code, notes, and snippets.

@frozzare
Created April 27, 2012 21:29
Show Gist options
  • Save frozzare/2513371 to your computer and use it in GitHub Desktop.
Save frozzare/2513371 to your computer and use it in GitHub Desktop.
$(function () {
$('.tweets').tweet({
screen_name: 'twitter username',
count: 3,
list: true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment