Rotating Twitter Feed
Rotating Twitter Feed
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- armsbottomer0
in that case, the easiest diy way (don't know if there's a tool out there that does this already) would be to use twitter rss feeds, and just download a php rss parser to pass them into. you can limit the feed to the 10 most recent posts, and store each tweet into an array. you should be able to plug that data into the js source you downloaded (as long as its looping through an array of tweets).