greenline
says
Hi,
I am looking for a php script or something which displays rss feeds in realtime (automatic refresh), in the style of twitterfall (last rss feed always first).
Do you know such script?
nackle2k10
says
Hi greenline, I think you need to use $.ajax to request new feeds every some interval. here is some nice script without php http://lemire.me/blog/archives/2005/12/22/ajax-rss-display/
greenline
says
Nice script, thank you.
