Aqui el código:
Código PHP:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 6000,
title: 'Ultimas novedades de ',
subject: 'MI RINCON ARTESANAL',
width: 318,
height: 250,
theme: {
shell: {
background: '#E4CC90',
color: '#000000'
},
tweets: {
background: '#F8EFD0',
color: '#000000',
links: '#000000'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('natalia', 'nombredelista').start();
</script>
Como podrán ver, aqui
Código PHP:
}).render().setList('natalia', 'nombredelista').start();
Busque algo como esto ya que puedo personalizar el tamaño y colores en el código para adaptar en mi web. Pero no puedo logar que salgan mis tweets.
Ayuuuuda plis...besos.