RSS Feed in your Notion Pages
A quick and relatively easy way to display just about any RSS feed on a page within your Notion.
Last updated
A quick and relatively easy way to display just about any RSS feed on a page within your Notion.
Last updated
⚠️NOTE: 👨💻 Source code is .
Gather all the RSS feeds URLs ;
Replace the [COMA_SEPARATED_SOURCES] section of the following URL with the concatenated feeds URLs (coma-separated) ;
(Option) Tell the widget how many days since the articles have been published (defaults to 14)
Create an Embed block and paste the URL generated in step 2.
You're done!
This widget is customizable so that it can match your Notion pages theme. You use the following query
params to customise :
The font:
mono: &font=mono
;
serif: &font=serif
;
default (sans-serif): &font=default
The theme:
light: &theme=light
;
dark: &theme=dark
Examples :
Serif with Light Theme
Mono with Dark Theme
<aside> 💅 Troubleshooting
</aside>
⛔️ Invalid source or feed
In the example bellow, and are invalid sources.
If the widget cannot fetch or parse the RSS feed, an error message will be displayed in place. To fix it, verify the source or remove it.If you're sure the URL and the RSS feed is valid, please .