RSS

  • Thread starter Thread starter Guest
  • Start date Start date
Susan said:
Is there a way to incorporate RSS into a FP2003 site?
Thank you
Susan W.

I had the feeling that IE7 would allow you to view RSS sited directly, but I
have not been brave enough to install IE7 yet

However, I found this RSS viewer and added it into my site
http://tandcl.homemail.com.au
Click on ABC NEWS (the first entry under RSS News Feeds) to see it

This is the code I placed in my HTML:
<script type="text/javascript"
src=
'http://rssxpress.ukoln.ac.uk/lite/viewer/?rss=http://abc.net.au/news/syndicate/topstoriesrss.xml'>
</script>

The string after ?rss= is the location of the RSS site.
 
Back
Top