joomla 1.7 - how to create rss feed for my content?

Katrin picture Katrin · Sep 23, 2011 · Viewed 18.1k times · Source

is it possible to create the feed for joomla website? what is the way?? the joomla doc page dont hv the related page yet http://docs.joomla.org/How_to_create_component_feeds

what i mean is creating the rss using the contents of my joomla webiste but not displaying other's rss feed in my joomla website

i saw that joomla administration panel have something call rss content, but it is only used for displaying rss feed, but not creating , am i right? thx

Answer

pathfinder picture pathfinder · Feb 11, 2013

This will work for Joomla 1.6, Joomla 1.7, and Joomla 2.5

RSS feeds are only available for the following:

-- A Category

-- Featured Articles

CATEGORY FEED

In the Joomla Admin you can get any category ID in the Category Manager, you can construct the feed url yourself even if it has no menu item on your website:

RSS:
http://YOUR_SITE/index.php?option=com_content&view=category&id=YOUR_CATEGORY ID&format=feed&type=rss
ATOM:
http://YOUR_SITE/index.php?option=com_content&view=category&id=YOUR_CATEGORY ID&format=feed&type=atom

FEATURED ARTICLE FEED

RSS:
http://YOUR_SITE/index.php?option=com_content&view=featured&format=feed&type=rss
ATOM:
http://YOUR_SITE/index.php?option=com_content&view=featured&format=feed&type=atom

MAKING A FEED FROM A CATEGORY BLOG MENU ITEM USING SEF LINKS

You can also simply navigate to a category blog or featured blog menu item that is already created and has friendly URL's which show just the SEF alias' copy it and add ?format=feed&type=rss or ?format=feed&type=atom. Here is an example:

http://YOUR_SITE/ALIAS/?format=feed&type=rss
http://YOUR_SITE/ALIAS/?format=feed&type=atom

FULL TEXT OR INTRO TEXT?

In each menu item configuration you have "Integration Options" in the right panel that allow you to decide if you want that item to show the full text or just the intro text as well as show/hide the "read More.." link.

Also, you can set a global setting for Full/Intor text from the Article Manager. In the admin, simply navigate to the Article Manager and click on the "Options" icon in the upper right of the screen and go to the "Integration" tab.