RSS

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kpimichael
Posts: 44
Joined: Mon 29. Dec 2003, 03:29

RSS

Post 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
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
Oliver Georgi
Site Admin
Posts: 9913
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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}
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
DrubusCulubus
Posts: 47
Joined: Sat 10. Apr 2004, 12:53
Location: NL

Number of Line Feeds in RSS Tag?

Post by DrubusCulubus »

Hi There,

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

Cheers!
http://qoala.nl - Nieuws om op te reageren!
Post Reply