How To... Publish a Page as an RSS Feed

Pepperio makes it easy for you to publish a Web/RSS Feed from your site.

1. Choose your content?

View the live site and navigate to the page that is to supply the content and invoke that page as xml by changing the suffix of the url in the address bar from .html to .xml.

Scroll down the xml page and find the component that holds the desired information and note its location number.

  1. <pepperio:component name="name" snippet="snippet" location="-1"...

2. Add two parameters

Invoke the xml url again, but this time add the location and subtype parameters to the url, with location being the location you noted in step 1.

  1. ...www.mysite.com/news.xml?location=-1&subtype=rss

3. Make sure your RSS link uses the CAPTION tag

The snippet that displays the link that you want to use must be constructed using the CAPTION tag, and not the TITLE tag.

  1. <li><a href="%LINK%">%CAPTION%</a></li>

See Also:

Video Guides

How To...

Tag Definitions