new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 320,
height: 300,
theme: {
shell: {
background: '#0b1747',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#0ecef0'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('WNEMTV5news').start();