Elecciones Presidenciales Chile 2010 (segunda vuelta) minuto a minuto:
new TWTR.Widget({
version: 2,
type: 'search',
search: 'elecciones chile',
interval: 6000,
title: 'Elecciones Presidenciales en Chile',
subject: 'minuto a minuto',
width: 250,
height: 300,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
... Leer más