RSS Feed

Demo to preview the settings

Introduction

Enter an RSS Feed URL to display the contents in your Bubble app.

How to set up

Data Sources

This plugin has one data call which outputs three different data sources:
Get Feed (RSS) -- this has top-level channel information
Get Feed rss channel atom:link (RSS) -- this contains channel metadata
Get Feed rss channel item (RSS) -- this is a list of individual feed items (e.g. articles, posts, etc.)

Quick Start

Add a group to your design where the type of content is "Get Feed (RSS)":
Image without caption
Using a button, trigger a "display data" action to give this group a data source. You'll start with the expression "Get data from an external API" then select "RSS - Get Feed" as the API Provider:
Image without caption
Next, you'll see a new setting to configure the dynamic RSS URL. We're using an input on the page, but you can also pull in a URL from your database or some other dynamic text source:
Image without caption
Now, the group can reference the full feed's details. Try displaying the channel title in a text element inside the group:
Image without caption

Feed Items

Next, add a repeating group inside the group and set the type of content to "Get Feed rss channel item (RSS)" and the data source to the "parent group's Get Feed (RSS)'s rss channel item":
Image without caption
Each cell now represents an individual feed item. From here, you can display content about each item or refer back to the main group if needed:
Image without caption

Tips

  • If the individual feed items don't contain an image, you can still refer to the channel's image.
  • The feed description will most likely be HTML, so use an HTML element to display that content with better formatting versus a plain text element.
  • Use a link element to offer a way for the user to open the original feed webpage.
  • Note that not all feeds will contain data in every field. It just depends on how comprehensive the original feed authors made the data.

Changelogs

Update 13.09.19 - Version 1.0.0

  • First Release

Update 20.05.20 - Version 1.1.0

  • Updated to include company, tags, image, and item titles

Update 20.05.20 - Version 1.1.1

  • Bug fix

Update 11.04.23 - Version 1.1.2

  • Updated documentation

Update 26.06.23 - Version 1.2.0

  • Updated the description

Update 12.07.23 - Version 1.3.0

  • Updated the description

Update 04.09.23 - Version 1.4.0

  • Updated the description

Update 12.09.23 - Version 1.5.0

  • Minor updates

Update 15.09.23 - Version 1.6.0

  • Updated the description

Update 04.10.23 - Version 1.7.0

  • Added error handling feature for improved stability