By divyeshvk on
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
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
The items on your front page
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
thank you
thank you for your valuable help
Use Views Module
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.
using Views to create rss feed
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?
Try to edit "Row style" in
Try to edit "Row style" in "Basic settings".
i think you need an wysiwyg
i think you need an wysiwyg RSS editor. This RSS Creator is very useful for making RSS.
latest Views 2 seems to be working fine for making RSS feeds
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
do i have to bring in some
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
To pull in rss feeds you
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
Has anyone been successful
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.
hi
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
Enable core Syndicate block or add feed page in your view
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.