Join the Webstudio community

Updated 2 months ago

Is it possible to embed an RSS feed?

At a glance

The community member has a Substack publication and wants to display the RSS feed inside Webstudio. They found the RSS feed URL but are unsure how to embed it in Webstudio. The comments suggest several options, such as rendering the RSS feed data with custom design, outputting a local feed that redirects to the Substack feed, or using a tool like Notion or Airtable to create a collection of the Substack content. One community member suggests using a simple <link /> to make the Substack feed discoverable through the website. Ultimately, the community member decides to use Notion to manage the Substack content in a collection.

Useful resources
I have a Substack publication, and I'm wondering if I can display the RSS feed inside Webstudio somehow?
The Substack help section shows how to get the RSS feed: "You can find the RSS feed for your publication at https://your.substack.com/feed." but I don't have a clue how to embed it in Webstudio (or even if that's possible!) Thanks in advance!
O
E
J
13 comments
display the RSS feed inside Webstudio

Can you expand what you mean by this?
I guess like a collection from an external CMS?
So that I can have something like "prefer to consume your content on Substack, I've got you" and then an 'embed' of my posts
I mean in practical terms, do you want to get the rss feed as data and render it with custom design? or do you just want to output yourwebsite.com/feed that actually serves https://your.substack.com/feed
I'm thinking like a collection - so that I can have the title, subtitle and featured image and maybe a "read on Substack" link. Super happy to do this in something like Airtable if it's easier!
Actually, I could do exactly the same thing using Notion as a collection! Without faffinf around getting Substack in itself
let me ask this way: you just want your substack rss feed to be discoverable through your website, right?
<link rel="alternate" type="application/rss+xml" title="Your Feed Title" href="https://yourdomain.com/feed.xml" />

this is basically what you need and you can point that directly to substack
Ignore me completely - I can do it with Notion, because that way I can have the title, subtitle, featured image, blog link, substack link + the Medium link all in 1 (I already log everything in Notion, so it makes sense to use that)
Sorry to waste your time Oleg, I really appreciate you!
there is a template john made for RSS last time I looked - just search this discord
@Esme useable ?
Thanks love, that looks super awesome!
Add a reply
Sign up and join the conversation on Discord