One of the key ideas of a federated and connected Tangoverse is that we can re-use existing web sites and content, and bring that into the social networking apps.
The common ways to do that are 1) RSS feeds, 2) ActivityPub extensions and 3) custom code.
This post is just about including RSS feeds.
RSS Feeds
RSS feeds are the most common feature you will find on many web sites, especially those running on CMS that are made for blogging, like WordPress.
Key Benefits
- Real-time updates in your home feed
- Built-in feed reader functionality
Here’s how to implement this across each platform:
Friendica: Native RSS Integration
Friendica treats RSS feeds as pseudo-contacts, allowing seamless integration into your timeline:
- Add Feed as Contact
Navigate to Contacts > Add New Contact and paste the RSS feed URL into the address field. - Configure Feed Settings
Enable options to:- Fetch full content and media attachments
- Mirror posts as your own content (for automated sharing)
- Apply keyword filters or privacy settings
- Advanced Automation
Admins can enableremote_self
flag in contact settings to auto-share feed posts publicly.




Hubzilla: Feed-to-Channel Bridging
Hubzilla processes RSS through channel connections:
- Add Feed Connection
In your channel’s Connections panel, paste the RSS URL.
Note: Feeds update 1-2x daily. - Content Syndication
Use the Channel Sources app to:- Auto-repost feed items as channel posts, and optionally filter on tags/categories to not post everything.
- Add new tags/categories for organization within Hubzilla
- Generate Outbound Feeds for Channels
Hubzilla channels automatically provide RSS at:https://your-hub.tld/feed/channelname
Administration Notes
- Admins must enable RSS in Site Policies
- Feed limits may apply (typically 50-100 feeds/user)




Streams
As a Hubzilla fork, one could expect Streams to have similar RSS handling, but it doesn’t.
Except for Pubcrawl, the optional ActivityPub connector, all federation with non-Zot projects and platforms has been removed, mostly when the first incarnation of Osada was created already.
While (streams) cannot subscribe to RSS or Atom feeds anymore, channels still generate feeds.
Leave a Reply
Only people in my network can comment.