Title: Fetch Feed
Author: JR Tashjian
Published: <strong>Ionawr 22, 2009</strong>
Last modified: Awst 11, 2009

---

Search plugins

Nid yw’r ategyn hwn **wedi cael ei ddiweddaru ers 3 ryddhad mawr**. Efallai nad 
yw’n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio
gyda fersiynau mwy diweddar o WordPress.

![](https://s.w.org/plugins/geopattern-icon/fetch-feed.svg)

# Fetch Feed

 Gan [JR Tashjian](https://profiles.wordpress.org/jrtashjian/)

[Llwytho i lawr](https://downloads.wordpress.org/plugin/fetch-feed.1.5.zip)

 * [Details](https://cy.wordpress.org/plugins/fetch-feed/#description)
 * [Reviews](https://cy.wordpress.org/plugins/fetch-feed/#reviews)
 *  [Installation](https://cy.wordpress.org/plugins/fetch-feed/#installation)
 * [Development](https://cy.wordpress.org/plugins/fetch-feed/#developers)

 [Cefnogaeth](https://wordpress.org/support/plugin/fetch-feed/)

## Disgrifiad

This plugin was created to retrieve and cache an RSS feed for use in a template.

What you do is pass the url to the feed you would like returned and the number of
minutes you would like the feed cached for. The
 plugin will cache the RSS xml and
return the feed as an object which you can loop through and output however you please.

New As Of Version 1.5:
 – Fixed a typo that caused the feed to be retrieved and 
cached every time. Credit: Binny V A (http://www.bin-co.com/blog/) – Thanks man!

### General Usage

fetch_feed_cache() is the only function you will be using with this plugin. fetch_feed_cache()
accepts 2 parameters.

 1. (string) $url – This is the URL to the feed you would like to parse
 2. (int) $cache_min – This is the amount of time in minutes you would like the feed
    cached for.

Here is an example of the plugin being used in a template:

    ```
    <?php $xml = fetch_feed_cache("http://jrtashjian.com/feed/", 60); ?>
    <h3><?=$xml->channel->title?></h3>
    <ul>
        <?php if( ! empty($xml)) : ?>
            <?php foreach($xml->channel->item as $item) : ?>
                <li><a href="<?=$item->link?>"><?=$item->title?></a></li>
            <?php endforeach; ?>
        <?php else : ?>
            <p>Delicious doesn't seem to be working at the moment...</p>
        <?php endif; ?>
    </ul>
    ```

Remeber, every feed could be different. If you need to see the structure of the 
object returned just use print_r().
 Example: `<?php print_r(fetch_feed_cache("http://
jrtashjian.com/feed/", 25)); ?>`

## Gosod

 1. Upload the `fetch-feed/` directory to the `/wp-content/plugins/` directory
 2. Make sure the `fetch-feed/cache/` directory is writeable
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## Adolygiadau

There are no reviews for this plugin.

## Contributors & Developers

“Fetch Feed” is open source software. The following people have contributed to this
plugin.

Cyfranwyr

 *   [ JR Tashjian ](https://profiles.wordpress.org/jrtashjian/)

[Translate “Fetch Feed” into your language.](https://translate.wordpress.org/projects/wp-plugins/fetch-feed)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/fetch-feed/), check
out the [SVN repository](https://plugins.svn.wordpress.org/fetch-feed/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/fetch-feed/) by 
[RSS](https://plugins.trac.wordpress.org/log/fetch-feed/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.5**
 *  Last updated **17 blynedd yn ôl**
 *  Active installations **10+**
 *  WordPress version ** 2.5 neu uwch **
 *  Tested up to **2.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/fetch-feed/)
 * Tags
 * [cache](https://cy.wordpress.org/plugins/tags/cache/)[feeds](https://cy.wordpress.org/plugins/tags/feeds/)
   [rss](https://cy.wordpress.org/plugins/tags/rss/)
 *  [Advanced View](https://cy.wordpress.org/plugins/fetch-feed/advanced/)

## Graddau

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/fetch-feed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/fetch-feed/reviews/)

## Cyfranwyr

 *   [ JR Tashjian ](https://profiles.wordpress.org/jrtashjian/)

## Cefnogaeth

Rhywbeth i’w ddweud? Angen help?

 [Gweld y fforwm cefnogi](https://wordpress.org/support/plugin/fetch-feed/)