Ya lo pude solucionar, con este script pruebalo haber si funciona, a mi me funciono perfectamente
Código HTML:
Ver original<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 230,
height: 314,
theme: {
shell: {
background: '#DBDBDB',
color: '#474747'
},
tweets: {
background: '#ffffff',
color: '#5c5a5c',
links: '#0489cc'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('@fundacionmerani').start();
En la ultima linea donde dice SetUser se coloca el usuario twiter que se desea relacionar en el widget. pruebalo y me cuentas