Q: How do I make an RSS feed work on my webpage?
A: I dunno, but here's some thoughts from others that might help:
I think this will only work if you are running a PHP/Nuke format. I've never seen an HTML page running an RSS news block.
There's no code involved at all...
Just add a new block and choose RSS as the content. In the url for the RSS block, enter
http://www.smokersclubinc.com/backend.php
A while back I got this from a reader explaining RSS and XML.
http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html
I never used Dreamweaver but a Google search for 'rss dreamweaver' lead me to this page: http://www.tecnorama.org/document.php?id_doc=68 that has a plug-in available for Dreamweaver that allows you to add an RSS reader to your site.
Here is one solution. (If you have an HTML page, you can't run PHP/Nuke RSS feeds.) If you have an HTML page and want a block with the last 10 additions to the Newsletter…
Click on View at the top of your browser screen, then Source. Copy the code that creates the widget below and put the code on your web page:
Note: New Articles Block is new articles just added to the Newsletter system, not updates I make to existing articles, which is most of the stuff you see in the Newsletter issue and on your local pages when you go to look.
Back to Class Help