"},{"@type":"HowToStep","name":"Save","text":"Save your changes. The player will appear on your posts."}]}
All Guides

WordPress

How to Add a Podcast Player to WordPress

Add the Podcasty player to your WordPress site using the theme editor or a free plugin. Choose the method that works best for you.

Method A: Using a Plugin Recommended

1

Install "Insert Headers and Footers"

Go to PluginsAdd New. Search for "Insert Headers and Footers" by WPCode. Install and activate it.

2

Add the code

Go to Code SnippetsHeader & Footer. Paste this code in the "Footer" section:

<script src="https://cdn.podcasty.fm/widget.js" data-site-id="YOUR_SITE_ID" async></script>
3

Save Changes

Click Save Changes. The Podcasty player will now appear on your posts.

Method B: Using Theme Editor

1

Open footer.php

Go to AppearanceTheme File Editor. Select footer.php from the file list.

2

Paste before </body>

Find the closing </body> tag and paste the code just above it:

<script src="https://cdn.podcasty.fm/widget.js" data-site-id="YOUR_SITE_ID" async></script>
3

Update File

Click Update File. The player is now live on your site.

Need help?

Check our FAQ or contact us at support@podcasty.app.