Skip to content

Instantly share code, notes, and snippets.

@rorcraft
Created October 21, 2009 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rorcraft/214964 to your computer and use it in GitHub Desktop.
Save rorcraft/214964 to your computer and use it in GitHub Desktop.
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#e3e3e3',
color: '#545054'
},
tweets: {
background: '#fff7ff',
color: '#a1a1a1',
links: '#7a2a10'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('hkitevents').start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment