
To fully automate your content distribution from a Joomla-powered website, you first need to locate your site’s native RSS feed link. This URL acts as the data bridge that the PostRSS tool uses to fetch your latest articles and broadcast them directly to your active social networks.
Joomla has a built-in syndication system that generates feeds automatically, meaning you don’t need to install complex extensions to get started.
For most standard Joomla installations, your primary RSS feed link can be found by adding specific query parameters to the end of your main website address or category URL.
The universal Joomla RSS feed link structure looks like this:
https://YOUR-WEBSITE-LINK/?format=feed&type=rssThis format is current as of Joomla 4 and 5. Joomla also supports Atom feeds using the same pattern with type=atom instead of type=rss — useful to know since PostRSS reads both formats interchangeably, so either works as a source.
&format=feed&type=rss to that specific URL.Once connected, our system will seamlessly track your Joomla platform updates, converting every new article into professional social media posts completely on autopilot.
If pasting the feed URL into your browser shows an error or empty page instead of XML content, the most common cause is that the page or category isn’t set up as a “blog type” menu item in Joomla (specifically, a Category Blog or Featured Articles layout) — Joomla only generates RSS output for these layout types, not for every menu item. Check your menu item’s type under Menus in the Joomla admin, and switch it to a Category Blog layout if needed. If you don’t want to change your site’s navigation just to get a feed, creating a dedicated (even unpublished/hidden) Category Blog menu item pointed at the content you want to syndicate is a common workaround.
The ?format=feed&type=rss pattern has been Joomla’s standard feed URL structure across recent major versions, so it should work on Joomla 3, 4, and 5 alike, though older installs may have feed generation disabled in Global Configuration.
Joomla’s native feed system generates one feed per category or per site-wide blog view rather than letting you merge specific categories into a single custom feed. If you need multiple categories combined into one feed, a third-party feed-merging tool sitting between Joomla and PostRSS would be required.
By default, Joomla’s RSS feeds are public and require no login, which is what allows PostRSS (or any feed reader) to access them. If your site is behind additional access restrictions, you may need to configure an exception for the feed URL specifically.
PostRSS polls your connected feed at an interval determined by your plan — every 5 minutes on Free through Professional plans, or as often as every 1 minute on Enterprise tiers. There’s no separate configuration needed on the Joomla side; as soon as a new article is publicly visible in your feed, it’s picked up on PostRSS’s next scheduled check.