Community Documentation

RSS Feeder

Last updated March 25, 2011. Created by agupta on June 4, 2009.
Edited by silverwing. Log in to edit this page.

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.

    <?php

    @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.

Page status

About this page

Drupal version
Drupal 6.x
Audience
Contributors, Programmers, Site administrators, Site users
Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.