Having issues with this code not displaying or intermittently displaying. Was working fine yesterday.
Anyone having issues?
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script><script type="text/javascript">// <![CDATA[
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 10000,
width: 'auto',
height: 52,
theme: {
shell: {
background: 'none',
color: '#3E3E3E'
},
tweets: {
background: 'none',
color: '#FFF',
links: '#ff9000'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('TWITTER_USERNAME').start();
// ]]></script></code>