=== Inlinefeed === Contributors: dkruyt Donate link: http://kruyt.org Tags: rss, atom, feed Requires at least: 1.5 Tested up to: 2.5 Stable tag: 1.63 Adds support for Gzipped rss feeds. == Description == With the inlinefeed plugin you can display RSS feeds in your Wordpress posts and pages. FILTER USAGE * Simple: Just put a `` in your post, and the feed will show up. NOTE if you aren't using named parameters with the filter then ONLY provide the url after the rss: or else it won't work. Left as rss: for backwards compatability but will work with ATOM feeds as well. * NAMED PARAMETERS - display (true/false): Show the number of lines from the feed - rss_feed_url (url): The RSS URL - displaydescriptions (true/false): Show the discription of the feed. - truncatetitle (true/false): Truncate long title headers - newwindow (true/false): Open links in new window? Examples: `` `` `` `` NOTE when using the filter and named parameters ALL parameters including the URL must be named. Also note that if you are providing different HTML for the before or after parameter you must escape it. For instance if you want before='
  • ' then you must pass before='<li>' Finally note the whole thing must be on ONE line. No line breaks or else it won't work. If you want to use a gziped rssfeed try you must add gzip support to wordpress, take a look here: http://wordpress.org/extend/plugins/class-snoopyphp-gzip-support/ Live examples: http://kruyt.org/wordpress/inlinefeeds/security http://kruyt.org/wordpress/inlinefeeds/news == Installation == Just unzip in your plugin folder, and actived in your wordpress admin panel