|
|
|
About This Example:
This example shows how you can read RSS feeds from other web sites, such as the Yahoo news shown below.
You can control where the news is coming from, the number of items returned, the color layout, or how the full article will be opened. You get dynamic content for your site, without any writing! The most current news will always be shown.
To show news from another site, all you have to do is:
Login to the iNP administration.
Use the News Grabber tool to enter your preferences.
Paste the 2 lines of code provided by iNP, onto your site.
(iNP is required to use this code.)
Example code generated by iNP admin (and used for the Yahoo news below):
<!--#include file="inc_get_rss.asp"-->
<%= PROCESS_RSS_FEED("http://rss.news.yahoo.com/rss/topstories", False, "_blank", 7) %>
|
|
|