Display an RSS feed on a page

The package implements the typical RSS reader functionality in a simple and easy way.

How to implement Composite.Feeds.RssReader

  1. From the Content or Layout perspective, insert the Composite.Feeds.RssReader function ( Insert > Function), or add the following code:

     
    <f:function name="Composite.Feeds.RssReader" xmlns:f="http://www.composite.net/ns/function/1.0"> 
      <f:param name="RSSSource" value="http://www.composite.net/rss/rss.aspx?lcid=1033" /> 
      <f:param name="ListLength" value="10" /> 
    </f:function>
  2. Specify the parameters:
    • RSSSource: The address of the RSS feed
    • List Length: Tne number of RSS items to display on a page (10, by default)

Customization

You can customize the layout by editing its style sheets:

  • /Frontend/Composite/Feeds/RssReader/Styles.css

Requirements

Composite C1 version 2.0 or later

SHARE