I want to create iPhone application that can load all new post from my website in to my app.
my website was designed using joomla 3.3.6 so How can I get rss feed ling of website?
thank before hand
Syndication Module creates a Syndicated Feed for the page where the Module is displayed. The page has to be a blog layout for the module to show/work. When the module is displayed, click on the RSS icon for a new page to get feed URL.
In addition,RSS feed only available for the following Menu Item Type:
Once you have determined your Menu Item Type, you may just use the following URLs,for example:
http://your_joomla_url/index.php?option=com_content&view=category&id=14&Itemid=473&format=feed&type=rss (for RSS)
http://your_joomla_url/index.php?option=com_content&view=category&id=14&Itemid=473&format=feed&type=atom (for ATOM)