Skip to content

Instantly share code, notes, and snippets.

@uhfx
Created March 2, 2013 09:08
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 uhfx/5070244 to your computer and use it in GitHub Desktop.
Save uhfx/5070244 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: 5,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#87CEEB',
color: '#000000'
},
tweets: {
background: '#87CEEB',
color: '#000',
links: 'red'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('uhfx').start();
</script>
@uhfx
Copy link
Author

uhfx commented Mar 2, 2013

API v1.0のウィジェット

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment