Skip to content

Instantly share code, notes, and snippets.

@zoomix
Created June 26, 2012 13:01
Show Gist options
  • Save zoomix/2995685 to your computer and use it in GitHub Desktop.
Save zoomix/2995685 to your computer and use it in GitHub Desktop.
burttwitter
<html>
<body>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 'auto',
height: 500,
theme: {
shell: {
background: '#ffffff',
color: '#6b6b6b'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#005ed1'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('burtcorp').start();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment