ツイッター
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#f0cb11',
color: '#bd38a2'
},
tweets: {
background: '#fffff7',
color: '#1c051c',
links: '#2207eb'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('123gmdc').start();
</script>