Skip to content

Instantly share code, notes, and snippets.

@uhfx
Created March 2, 2013 09:08
Show Gist options
  • Select an option

  • Save uhfx/5070244 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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