Plugin Directory

MagpieRSS Simplified

Usage

<?php
echo ms_magpierss('rss_feed_url_here','arguments=here&like=this','Show this text if there are no items in the feed, or set me to 0 if you don't want any message to show');
?>

Options

  • summary = options (int): 0 = off / 1 = on {default = 1}
  • count = show this many feed items, set to 0 for no limit {default = 5}
  • p_limit = if summary is set to on, this will limit the feed item description to this many

    paragraphs; you can set to (int) 0 to have no limit (Ex: <p>Paragraph 1 .....</p>) {default = 1}

  • word_limit = if summary is set to on, this will limit the feed item description to this many words; you can set to (int) 0 to have no limit {default = 25}
  • wrapper = html wrapper tag for the rss feed, set to 0 for no wrapper (Ex: wrapper=ul outputs <ul>....</ul>) {default = 0}
  • list = html tag for the rss feed items (Ex: <li>....</li>) {default = li}
  • html = options (int): 0 = off / 1 = on (strips all summary HTML if set to off) {default = 0}
  • target = if set to (int) 0 then no target will be set (Ex: <a target="....">) {default = _blank}
  • action = character shown at the end of the article title link, if set to (int) 0 then nothing will be shown (Ex: Article Title Example &raquo;) {default = &raquo;}
  • title = options (int): 0 = off / 1 = on (Ex: <a ... title="Article Title Example">...</a>) {default = 1}

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1 ratings)