Knowledge Base Article

Pull different Aurora community content into an RSS feed using URLs

You can pull different community content from different levels in the community in an RSS feed using URLs.

To pull the most recent RSS results for the entire community, use:

https://yourdomain.com/t5/s/[CommunityID]/rss/Community

For example, for Atlas, you'd use:

https://community.khoros.com/t5/s/lithosphere/rss/Community

To pull content over the RSS for a category, use:

https://yourdomain.com/t5/s/[CommunityID]/rss/Category?category.id=[CategoryID]

For example, if Atlas had a category with the ID of "Social,"  you'd use:

https://community.khoros.com/t5/s/lithosphere/rss/Category?category.id=Social

Note: Category IDs are case sensitive.

To pull content over the RSS for a KB, use:

https://yourdomain.com/t5/s/[CommunityID]/rss/Community?interaction.style=tkb

For example, for Atlas you'd use:

https://community.khoros.com/t5/s/lithosphere/rss/Community?interaction.style=tkb

Updated 8 days ago
Version 4.0

4 Comments

  • GlennD​ 
    interaction.style=idea works to pull all ideas, but you cannot filter it to a specific one.
    One workaround I found is to use a third party service to help with filtering: https://siftrss.com/ 
    e.g. guid contains "title of your idea board"

  • How do pull from specific Discussion or Idea boards? 

  • Awesome, thanks for sharing this!
    Beyond what's available out of the box, our members have expressed interest in being able to create an RSS feed for a specific user (e.g.  for the community to follow the Community Manager or Developer account).