
Displaying RSS Feeds On A Page
Hello all,
I have just discovered this site "Brilliant"
I know nothing about code writing or design, however, can follow instruction and have managed to get the portal working, my question is:
Can i display
this feed either in a block (would need to create multiple blocks) or in a post?
It is a basic javascript:
<script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Fnews.google.co.uk%2Fnews%3Ftab%3Dwn%26ned%3Duk%26topic%3Ds%26output%3Drss&number=10&width=460&ifbgcol=e9e9f8&bordercol=ffffff&textbgcol=e9e9f8&rssbgcol=Ffffff&showrsstitle=0&showtext=1"> </script>
The same rss feed can be coded in php:
<? readfile('http://www.rss-info.com/rss2.php?integration=php&windowopen=1&rss=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Finternet&number=10&width=460&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1'); ?>
Ingnore me if i am being thick
Thank you if i am not
Notyet
Edited by
KugeLSichA, Sat 20 Jan, 2007 13:46: Added code tags, because the javascript breaks the table