The twitter widget I have had on my wordpress site has been working up until yesterday. Through reading the developer blogs, I noticed this is a common problem and it indicated an issue withe API server??? The blog I was reading was dated from a year ago but it did display the twitter script I am currently using:
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 25,
interval: 30000,
width: 288,
height: 109,
theme: {
shell: {
background: '#1c1c1c',
color: '#ffffff'
},
tweets: {
background: '#f6f6f6',
color: '#000000',
links: '#0b9444'
}
},
features: {
scrollbar: true,
loop: true,
live: false,
behavior: 'default'
}
}).render().setUser('betterchoicesco').start();
Can you advise if there has been a change in the script or if the issue with the API server is a current issue. Again, everything was working fine up until yesterday. I did not make any changes or updates to my wordpress site, code, etc.