I think we need to keep this thread up above.
I just made a customizable profile widget with the following code:
Put between the head tags:
!script charset=“utf-8” src=“http://widgets.twimg.com/j/2/widget.js”></script!
Exclamation marks are intentional to make the code appear rather than be loaded…
Put in it’s seperate
on the page itself:
!script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 3,
interval: 30000,
width: 215,
height: 300,
theme: {
shell: {
background: ‘#ffffff’,
color: ‘#707070’
},
tweets: {
background: ‘#ffffff’,
color: ‘#707070’,
links: ‘#818181’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: ‘default’
}
}).render().setUser(‘OmniFilm’).start();
</script!
The box itself is loaded, but the tweets aren’t appearing. I tried having both scripts in the div, but the result is the same.
Also one thing I noted was that during a re-code of the page, an error occured that messed up my menu, but then the tweets were suddenly visible… just at the wrong place.
I tried looking on different browsers through 3 different ISPs. It’s the same thing all over.
I could work so well, yet causing so much trouble.
TWITTER… please respond!
website to see the problem: www.omnifilm.dk
Thank you