Twitter ticker.. how easy?

Soldato
Joined
20 Oct 2002
Posts
18,548
Location
London
So on the site I've built I've got a really simple jQuery ticker for their news items, nothing special. They've asked if I could make it updateable from a Twitter source or something. I've looked at implementing RSS feeds etc but it's going a bit over my head. I've already spent far too much time doing 'extras' on this website and they did say if it was too hard then not to bother. So I am that way inclined..

At the moment the ticker is simply this, animated via jQuery:

Code:
<ul id="ticker01">
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li> 
</ul>

Basically is there anything out there that might do this for me without too much work? :p Thanks!
 
That's brilliant. Even works with the ticker I had already setup :cool:

However in IE it seems to kill any of my content below it. I get this error:

Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)

And my footer etc doesn't show. FF is fine :confused:

Is there any basic instructions for it? I can't seem to find anything on the twitter site.

EDIT: Testing it here: link removed
 
Last edited:
Hmn I tried both things suggested in that link and neither worked.

The page is here: link removed

There should be nice rounded corners and a footer at the bottom!
 
Last edited:
I know its totally random! Just won't work for me in IE at all. The page should end like this link removed (that's not the Twitter ticker)

Can't mess around with it now because I'm on a train but I have only just installed IE8 and even reset it to defaults, so it can't be a user specific problem. Definitely IE being dumb. Argh! Anyone else got any ideas? :)
 
Last edited:
That's brilliant, thanks very much
icon14.gif
 
Back
Top Bottom