(例)<div class="widget-twitter widget">
<div class="widget-content">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 198,
height: 300,
theme: {
shell: {
background: '#e3b200',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#2e230b',
links: '#f03c28'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('Shar6507').start();
</script>
</div>
</div>