no answer,
so i just did this, just copy the code below and replace “your twitter name” at the bottom of code with your own twitter name without the @ sign (second to last line in code), you can also modify width and height (line 8/9)
<script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 6000,
width: 260,
height: 200,
theme: {
shell: {
background: ‘#21548a’,
color: ‘#ffffff’
},
tweets: {
background: ‘#EFEFEF’,
color: ‘#050505’,
links: ‘#4091c7’
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘your twitter name’).start();