Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2013, 07:29
Avatar de elsolodigno
elsolodigno
 
Fecha de Ingreso: agosto-2009
Mensajes: 225
Antigüedad: 14 años, 8 meses
Puntos: 2
Pregunta Widget Twitter

Hola comunidad, alguien me podría decir si Twitter cambió los Widgets? por ya no me funciona en mi sitio web. Es el sgte.

Código:
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 30000,
  width: 220,
  height: 400,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#aaaaaa'
    },
    tweets: {
      background: '#ffffff',
      color: '#aaaaaa',
      links: '#FF3333'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('nombredemitwitter').start();
</script>
Gracias de antemano!