Plugin Directory

MagpieRSS Simplified

MagpieRSS is already integrated with WordPress, this plugin will allow you to implement it easily within your theme.

Download Version 1.2.4

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

<

p> 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}

Requires: 1.5 or higher
Compatible up to: 2.7.1
Last Updated: 2009-4-8 Downloads: 2,823

Average Rating

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

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.