RSS Feeder

Last updated on
30 April 2025

This documentation page is about the unsupported and obsolete RSS Feeder module. Chances are you don't need to read any further.

RSS Feeder is a simple to use, highly customizable module to generate RSS feeds for your own website made in drupal.

Following are the instructions on the installation and usage of this module. Also read readme.txt once before using as that would be containing latest information.

    Installation:
  • Place the entirety of this directory in sites/all/modules.
  • Navigate to administer >> build >> modules. Enable Feeder.
    Usage :
  • To use feeder module, go to administer >> build >> Feeder.
  • You can add new feeds, edit existing feeds and delete them.
  • To use feeds generated by feeder module, call following php function with existing feed name on the page where you want to place the RSS feed icon in following manner.
    @param : $feed_name is a the name of the RSS feed you mentioned while creating feed (SEE in admin/build/feeder/list)
    
    echo feeder_add_feed($feed_name);
    

Also try demo for better understanding of this module.

Help improve this page

Page status: Not set

You can: