Skip to content

Instantly share code, notes, and snippets.

@tatsuro-ueda
Created February 8, 2013 04:17
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 tatsuro-ueda/4736560 to your computer and use it in GitHub Desktop.
Save tatsuro-ueda/4736560 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: '#dddddd',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('weed_7777').start();
</script></li>
<li class="module-list-item"><a href="http://twitter.com/weed_7777" class="twitter-follow-button" data-button="grey" data-text-color="#FFFFFF" data-link-color="#00AEFF" data-show-count="false">Follow @weed_7777</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment