Plugin Directory

FeedCache Pipes

  1. Upload the feedcache-pipes directory to your wordpress wp-content/plugins directory.

  2. Set file permissions

    1. Change the file permissions on the fcpipes-config.yml file to rw-rw-rw- (666)
    2. Change the file permissions on the files/ directory to rwxrwxrwx (777)
  3. Activate the FeedCache Pipes plugin through your Wordpress plugin menu

  4. Setup FeedCache Pipes options under the Options -> FCPipes Options menu

    1. Choose the number of feed groups you want (1-99)
    2. Add your list of RSS feeds 1 per line and set the other options.
    3. Take note of the "CRON Script Settings" section at the bottom - you will need this info
  5. Edit the feedcache-cron.rb file

    1. Copy the "fcpipes directory" path from the CRON Script Settings into the "FCPIPES_DIR = ''" variable
    2. Set the number of characters from each RSS feed you want to display
  6. Add the feedcache-cron.rb ruby script to your servers CRON job (if you need help with CRON please refer to the following URL: http://www.unixgeeks.org/security/newbie/unix/cron-1.html) (e.g. 30 * * * * /usr/bin/ruby /path/to/your/wordpress/install/wp-content/plugins/feedcache-pipes/feedcache-cron.rb)

  7. Add the following code to your wordpress theme where you want the RSS feed listing to be displayed

    <?php if (function_exists('fcpipes_display_feeds')) { echo fcpipes_display_feeds(); } ?>
    

    for the default (group 1) listing or you can specify a group number (in this case, group 3)

    <?php if (function_exists('fcpipes_display_feeds)) { echo fcpipes_display_feeds(3); } ?>
    

  8. Sit back and enjoy the plugin

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)