Hello,
I have following code. But it is not working. It was working before few days but suddenly it stopped working without any changes done in the code. Can any one help me to fix it ?
Untitled
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 5,
interval: 6000,
width: 250,
height: 175,
theme: {
shell: {
background: '#707070',
color: '#f5f5f5'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#f5791b'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
hashtags: false,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('@MilindKansagara').start();
</script>
<div id="twtr-widget-1"></div>
</div>
Thanks & Regards,
Milind Kansagara