hello friends ,

i am trying to create RSS feeds for my website but i dont know the way how the RSS feeds tobe create in Drupal. Is there any module for creating RSS feed

please help me its urgent

Comments

Anonymous’s picture

The items on your front page will be include in a RSS feed out of the box.
Have a look at the drupal.org front page, you will see the link to the feed in lower left corner. (http://drupal.org/node/feed)

-----------------------------------------
CompuBase, websites and webdesign

divyeshvk’s picture

thank you for your valuable help

aswalla’s picture

You can also use the Views module to create an RSS feed of any content on your site. When you create the View, select the View Type as Views RSS: RSS feed.

2createwdrupal’s picture

I just tried that and got a "missing row style plug-in" message. I'll look for that, but where and why is it missing?

grafsl’s picture

Try to edit "Row style" in "Basic settings".

soft4you’s picture

i think you need an wysiwyg RSS editor. This RSS Creator is very useful for making RSS.

2createwdrupal’s picture

subject says it all. I haven't' had a problem with it and that update came right after I posted here the first time.

thanks

STL_Realtor’s picture

do i have to bring in some sort of third party RSS reader to be able to bring in content??

Adam ---------------------------------
Life Without Drupal:Interactive Realtor
Life with Drupal: St. Louis Real Estate

WorldFallz’s picture

To pull in rss feeds you could use the core aggregator module. Another, more full featured, option is the http://drupal.org/project/feedapi module. For some other options you can type the word aggregator into the search downloads box.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

cblanglois’s picture

Has anyone been successful with putting up RSS feeds for their website?

What I'm really interested in is putting up a blog subscription but the requirements for that is a 5.3 server, which I don't have. So I'm looking at using RSS feeds in its place. I just don't know how and where to start.

I tried creating a view but there is no option for the view to be an RSS feed. I don't understand.

Any help would be greatly appreciated.

Anonymous’s picture

hi

to create a feed you install the https://drupal.org/project/views_rss according to the documentation if you have the media will be useful even https://drupal.org/project/views_rss_media create a view from the field RSS Feed. If you have not shown you the option to clear Caschem.

On youtube there is a lot of videos how to configure the module, the documentation is described step by step how and what. :)

Regards

bhupendra_kanojiya’s picture

Enable syndicate block or add feed page in your view. Syndicate block will give you the feed of all the contents of the site and using view feed page you can alter the fields.