Pausing RSS scroller is an innovative scroller that combines PHP and external JavaScript to let you show any RSS feed on your site- and beyond! By bypassing Ajax in favour of dynamically loaded JavaScript, the scroller can be included on any site, enabling you to syndicate your feed for other sites to display, just by allowing webmasters to cut and paste the frontend portion of this script. This differs from RSS Ticker script, which uses Ajax and PHP instead, making it suitable only for displaying on your own site (as Ajax by default limits the domain it can be invoked from out of security reasons).
This script works by first relying on a simple PHP RSS parser called LastRSS to retrieve/cache an RSS feed. Then, it converts the result to a JavaScript array and loads it up dynamically and asynchronously (without interrupting the rest of the page) through an external JavaScript file. External JavaScript can be invoked on any site, enabling this script to be used just the same. And just because we're so thoughtful, the script does support the ability to limit its usage to specified domains of your choice.
|