Page 1 of 1

RSS

Posted: Mon 29. Dec 2003, 03:56
by kpimichael
I want to subscribe to an rss feed and show on a content page. I see there is a rss object...in the includes. Can someone show me an example of what the code would look like to include in a content page... How to use the tag. Thanks in advance

Posted: Mon 29. Dec 2003, 10:56
by frold
you can use

Code: Select all

[RSS all]some text[/RSS] 
and the RSS tag, generates a page like http://www.phpwcms.de/rss.php?all
added to the tag list

http://www.phpwcms.de/forum/viewtopic.php?p=2341#2341

Posted: Wed 31. Dec 2003, 08:30
by Oliver Georgi
At the moment there is no RSS subscription code included inside phpwcms. To use such external content it's best to use an external PHP script like {PHP:subscribr_to_RSS_feed.php}

Number of Line Feeds in RSS Tag?

Posted: Thu 15. Jul 2004, 22:44
by DrubusCulubus
Hi There,

Does anyone know how I can limit the number of items in the RSS-Feed?

Cheers!