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

  1. Upload the freedom-podcasting folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Settings > Freedom Podcasting and fill in your show details.
  4. Add audio URLs to individual posts using the Episode Details meta box.
  5. Submit your feed URL (yoursite.com/?feed=fp-podcast) to Apple Podcasts, Spotify, etc.

Optional — FreedomPodcasting hosted audio:

  1. On the settings page click Connect to FreedomPodcasting.
  2. Authorise the connection in the FreedomPodcasting app.
  3. You will be redirected back to WordPress. An Upload to FreedomPodcasting button will now appear in the Episode Details meta box.

FAQ

Where is my podcast feed?

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).

Do I need a FreedomPodcasting account?

No. The plugin works standalone — FreedomPodcasting integration is entirely optional and only needed if you want to host your audio files on our CDN.

What post types generate episodes?

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.

Is the feed iTunes / Apple Podcasts compatible?

Yes. The feed includes all required iTunes namespace tags and passes castfeedvalidator.com.

How do I embed the audio player?

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

There are no reviews for this plugin.

Contributors & Developers

“Freedom Podcasting” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Freedom Podcasting” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.