The example uses the following details for the editable fields (See code below):
NAME: Reuters:
Top News
FEED URL: http://today.reuters.com/rss/topNews
Example:
or  |
Code:
Copy and paste the code beneath into the section of your webpage
that you would like the button to appear. Edit the RED
text accordingly (Be sure to include the full URL's, e.g http://www.yourdomain.com
<a
href="http://www.pobb.net/cgi-bin/rss.pl?&url_name=NAME&url_call=FEED
URL&sbm=Add"
onmouseover="window.status='Add
this Feed to your Pobb'; return true" onmouseout="window.status=''"><img
alt="Add this Feed to your Pobb"
src="http://www.pobb.net/images/xml.gif"
border="0"
width="78" height="21"></a>
N.B: To use the RSS image instead of the XML image simply change:
http://www.pobb.net/images/xml.gif
to
http://www.pobb.net/images/rss.gif
|