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:
Basically is there anything out there that might do this for me without too much work? Thanks!
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? Thanks!