Getting the Source Link for Podcast Player
Our Podcast Player widget supports podcast sources in RSS Feed URL format. If you already have your podcast’s RSS Feed URL, you can use it directly in the widget. If not, this guide will show you how to find your RSS Feed URL on popular podcast platforms.
In this article
Getting an RSS Feed from Spotify Podcasts
- 1
-
In your Spotify for Podcasters dashboard, click Settings in the left menu:

- 2
-
Select Availability:
- 3
-
Scroll down to RSS Distribution and click Copy:
If RSS distribution isn’t enabled yet, click Enable to access the RSS feed URL and then copy the link.
Getting an RSS Feed for Apple and Google Podcasts
For Apple Podcasts and Google Podcasts, you can use getrssfeed.com to find your RSS feed. Enter your podcast link, click Find RSS feed, and then click Copy to grab the link:

Alternatively, you can create an RSS feed with RSS.com. Create an account and follow RSS.com’s guide to set up your feed. Once it’s ready, open your podcast and click Copy RSS Feed:

Getting an RSS Feed from SoundCloud
- 1
-
Open your SoundCloud page, click the three dots in the top-right corner, and select Settings:

- 2
-
In the Content section, you’ll find your RSS link:

If you’ve copied the link, added it to the widget, but your podcasts aren’t showing up, check your podcast settings - Adding tracks to your RSS Feed.
FAQ
Does Podcast Player cache RSS feed data?
No. The Podcast Player doesn’t cache your RSS feed. It retrieves the latest information directly from the feed when the widget loads, so updates appear right away.
Why aren’t my RSS feed episodes appearing in the widget?
Podcast Player supports episode audio URLs only in the <enclosure> tag. If your RSS feed stores them in <link> or <content> tags, the episodes won’t appear in the widget.
Each episode is defined in an <item> section of the RSS file. Make sure the direct audio URL is added to an <enclosure> tag within that section:

<enclosure> tag and the general RSS file structure, check out the W3Schools XML RSS Guide.
If you manage the RSS file yourself, add each audio URL to an <enclosure> tag as shown above. Then follow our instructions to Fix and Resave an RSS File. Upload the corrected file to a server and add its new link to the widget.
If your RSS feed is generated automatically and you can’t edit it, contact your podcast provider. Ask them to add each episode’s direct audio file URL to a valid <enclosure> tag.


