<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'Exoplaneta',
interval: 6000,
title: 'Astronomia & Mas',
subject: 'INFO',
width: 250,
height: 300,
theme: {
shell: {
background: '#094536',
color: '#ffffff'
},
tweets: {
background: '#0c143d',
color: '#fa0519',
links: '#f7f7f7'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: false,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
</script>