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.
Go to Plugins → Add New. Search for "Insert Headers and Footers" by WPCode. Install and activate it.
Go to Code Snippets → Header & Footer. Paste this code in the "Footer" section:
<script src="https://cdn.podcasty.fm/widget.js" data-site-id="YOUR_SITE_ID" async></script>Click Save Changes. The Podcasty player will now appear on your posts.
Go to Appearance → Theme File Editor. Select footer.php from the file list.
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>Click Update File. The player is now live on your site.
Check our FAQ or contact us at support@podcasty.app.