Is there a jQuery script to display Twitter feed with auto-refresh?
This question may be for someone familiar with creating pipes in Yahoo! Pipes. But I'm looking for a jQuery script that will display 4 tweets that will drop down automa开发者_高级运维tically every 5 seconds when new tweets are posted AND that ends in a specific hash tag. It'd be great too if I could filter out bad words.
Know of any scripts out there that will do the trick?
Here you go... a jQ twitter ticker script...
http://www.zazar.net/developers/jquery/ztwitterfeed/
You could hack up an existing plugin with a setTimeout so that it gets called every x time interval.
I've used http://tweet.seaofclouds.com/ which is pretty easy to set up.
Hope this gets you started.
精彩评论