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.
⚠️NOTE: 👨💻 Source code is available here.
How to use this Widget (Steps)
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)
<https://notion-widget-rss.vercel.app/?sources=**[COMA_SEPARATED_SOURCES]**&sinceDays=**[NUMBER]**>
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
<https://notion-widget-rss.vercel.app/?**font=serif&theme=light&**sources=https://www.reddit.com/r/webdev.rss>
Mono with Dark Theme
<https://notion-widget-rss.vercel.app/?**font=mono&theme=dark&**sources=https://www.reddit.com/r/webdev.rss>
<aside> 💅 Troubleshooting
</aside>
⛔️ Invalid source or feed
In the example bellow, http://example.com and **http://localhost/feed** 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 file an issue on the Github repository.
Last updated