new TWTR.Widget({
search: '\"cervonline\" OR #cervonline OR \"CERVONLINE\" OR #CERVONLINE',
id: 'twtr-search-widget',
loop: true,
title: 'On parle online de ...',
subject: 'cervonline',
width: 440,
height: 350,
theme: {
shell: {
background: '#080808',
color: '#f7113c'
},
tweets: {
background: '#d1110b',
color: '#1c171c',
links: '#ded3de'
}
}
}).render().start();