Skip to content

Instantly share code, notes, and snippets.

@klebervirgilio
Created March 22, 2011 13:37
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 klebervirgilio/881208 to your computer and use it in GitHub Desktop.
Save klebervirgilio/881208 to your computer and use it in GitHub Desktop.
Esse é o nosso código do twitter.
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 2000,
width: 250,
height: 300,
theme: {
shell: {
background: '#e8e29b',
color: '#d19e60'
},
tweets: {
background: '#fffdea',
color: '#767b80',
links: '#1b6ec7'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().setUser('riopass').start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment