Skip to content

Instantly share code, notes, and snippets.

@alex-quiterio
Created November 25, 2012 18:35
Show Gist options
  • Save alex-quiterio/4144721 to your computer and use it in GitHub Desktop.
Save alex-quiterio/4144721 to your computer and use it in GitHub Desktop.
A CodePen by Chris Coyier.
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 30000,
width: 400,
height: 600,
theme: {
shell: {
background: 'transparent',
color: 'black'
},
tweets: {
background: 'transparent',
color: 'black',
links: 'blue'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().setUser('chriscoyier').start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment