RSS News JavaScript Ticker
This JavaScript Ticker can display news headlines from any RSS
compatible feed. Each news is presented as a link, so user
can click to the source of the news. For a more detailed presentation
of this script, please visit jsticker.com
FEATURES
In this version you can customize:
- RSS feed URL where the news are read
- optional show/hide RSS item description
- news separator: either a word or any HTML content
- start and trailing messages: with custom text, font, colors
Version: 1.0
DESCRIPTION
The scroller is built using JavaScript, PHP and CSS. It is using JavaScript for text
rotation, CSS for customization (fonts, colors, border etc) and PHP for content generation.
In order to integrate this into your site you must have minimal JavaScript or/and
PHP or/and CSS knowledge, but we are offering full email support for installation.
Ticker can be easily customized for fonts, colors, size and speed.
REQUIREMENTS:
- PHP on server-side with
allow_url_fopen PHP setting enabled
(test if you have this)
- JavaScript on client-side
- Browser: tested on Firefox 2.0.0.3
- OS: tested on Windows XP
PURCHASE
PRICE: 20$ / site licence / single payment
[ ORDER NOW ]
NOTES:
- Price is one time payment, no monthly fee.
- Please test browser / OS before purchasing
- No refunds supported
- Our payments processor is Share-it - global e-commerce provider for Internet software and shareware.
For payment related questions, we recommend you visit Share-it Customer Care Center.
Also, you are welcomed to contact us for any question
you might have.
SAMPLE USAGE
To demonstrate how easy it is to install ticker in your PHP page,
here is sample minimal code for a PHP page to insert ticker:
<html>
<head>
<style>
@import "ticker-news.css";
</style>
</head>
<body>
<?
require_once("ticker-news.inc");
show_news_ticker();
?>
</body>
</html>
CLIENTS PORTFOLIO:
SIMILAR SCRIPTS:
MORE PHP SCRIPTS:
|