Read the forums, still cant get twitter to workon X5
I cant get my twitter widget to work, I have tried publishing, I have tried previewing, I have tried putting it on the web..Nothing..
I go to insert HTML, I paste the code from the twitter widget into the HTML body and it just shows as if there is nothing there (you can look the website Nicktalks.com) there is a space right above comics worked with that I cant get to work,
Here is the code..any thoughts? I have WebPlusX5..
<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: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
behavior: 'all'
}
}).render().setUser('NickAlexander46').start();
</script>
|