RSS Feeds Programming

Print
PDF
RSS Feeds Programming

RSS Feeds Programming

rss_feeds_programmingRSS feeds are automatic news creation when you change anything on your website. A newspaper website will create daily 'feeds' in a summary form which users can read if they 'subscribe' to your feed.

Feeds programming functions:
  • Choice of output types: RSS 0.91, RSS 1.0, RSS 2.0, MBOX, OPML, ATOM, ATOM 0.3, HTML, JS
  • Write the feed name and description
  • Choose the number of articles to show in feed
  • Choose how to order the feed (by date descending, date ascending, section, category, article)
  • Choose whether to show full text, a number of words in feed or just the intro text
  • Choose the format for rendering author name
  • Choose whether to render HTML
  • Choose whether to render Images
  • Choose whether to show frontpage items
  • Choose which section to include
  • Choose which individual articles to exclude
  • Select the feed button
  • Create your own personalized RSS buttons