Skip to content

Instantly share code, notes, and snippets.

@emohamed
Created September 20, 2012 12:17
Show Gist options
  • Select an option

  • Save emohamed/3755565 to your computer and use it in GitHub Desktop.

Select an option

Save emohamed/3755565 to your computer and use it in GitHub Desktop.
if($('#tweets').length) {
$('#tweets').tweet({
username: 'yourusername', // <<-- Change this to your username
count: 3,
loading_text: 'Loading latest tweets',
template: '{text}{time}'
}).bind('loaded', function() {
$('.tweet_list').addClass('slides');
$('#tweets').flexslider({
slideshowSpeed: 10000,
directionNav: false,
controlNav: false,
keyboardNav: false
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment