Freedom Podcasting
Freedom Podcasting
Description
Freedom Podcasting turns any WordPress site into a fully functional podcast publisher.
Features:
- Generates a standards-compliant iTunes / Podcast Index RSS feed at
/?feed=fp-podcast(optionally also/?feed=podcast) - Adds episode-level metadata to posts: audio URL, episode number, season, type, explicit flag
[fp_player]shortcode embeds a clean HTML5 audio player anywhere in your content- Settings page under Settings > Freedom Podcasting for show-level podcast metadata
- Optional one-click connection to FreedomPodcasting.com for managed audio hosting — upload files directly from the post editor
RSS feed is compatible with:
- Apple Podcasts / iTunes
- Spotify
- Google Podcasts
- Pocket Casts
- Overcast
- Any standard podcast directory
External Services
This plugin can optionally connect to the FreedomPodcasting API to upload and host podcast audio. This feature is entirely optional and is only active after you explicitly authorise the connection from the Settings page.
When connected, the following data is transmitted to FreedomPodcasting servers (https://api.freedompodcasting.com):
- Podcast show metadata (title, description, author, artwork URL)
- Audio file uploads
No data is sent until you connect your site. You can disconnect at any time from Settings > Freedom Podcasting, which immediately revokes the access token.
- Service home: https://freedompodcasting.com
- Terms of Service: https://app.freedompodcasting.com/wp-plugin/terms
- Privacy Policy: https://app.freedompodcasting.com/wp-plugin/privacy
Installation
- Upload the
freedom-podcastingfolder to/wp-content/plugins/. - Activate the plugin through the Plugins menu in WordPress.
- Go to Settings > Freedom Podcasting and fill in your show details.
- Add audio URLs to individual posts using the Episode Details meta box.
- Submit your feed URL (
yoursite.com/?feed=fp-podcast) to Apple Podcasts, Spotify, etc.
Optional — FreedomPodcasting hosted audio:
- On the settings page click Connect to FreedomPodcasting.
- Authorise the connection in the FreedomPodcasting app.
- You will be redirected back to WordPress. An Upload to FreedomPodcasting button will now appear in the Episode Details meta box.
Faq
Your feed is always available at https://yoursite.com/?feed=fp-podcast. You can also find the URL on the Settings > Freedom Podcasting page. Optionally, you can enable the standard /?feed=podcast slug from the same settings page (useful after migrating away from another podcast plugin).
No. The plugin works standalone — FreedomPodcasting integration is entirely optional and only needed if you want to host your audio files on our CDN.
Standard WordPress Posts with an audio URL in the Episode Details meta box will appear in the feed. Pages and custom post types are not included by default.
Yes. The feed includes all required iTunes namespace tags and passes castfeedvalidator.com.
Add [fp_player] to any post that has an audio URL set. You can also pass the URL directly: [fp_player url="https://example.com/episode.mp3" title="Episode 1"].
Reviews
Changelog
1.0.0
- Initial release.