Linux 软件免费装
Banner图

AiO Podcast Studio: All-in-One Podcast Manager, Player & Publisher

开发者 aiopodcasting
freemius
更新时间 2026年8月22日 23:32
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

podcast rss feed audio player podcast player podcast manager

下载

1.0.3 1.0.1 1.0.2 1.0.4

详情介绍:

View Demo | Getting Started | Contact & Support | Home Page
AiO Podcast Studio is a complete WordPress podcasting plugin built for creators at every stage — whether you are showcasing an existing show, self-hosting your own podcast, or migrating from a third-party platform. Whether you already have a podcast and want to display it beautifully on your WordPress site, prefer to host everything on your own server for full control, or are ready to move away from an external host entirely — AiO Podcast Studio handles every part of the workflow: importing your feed, organizing episodes and participants, generating a standards-compliant RSS feed, displaying your content with beautiful layouts, and tracking listener statistics — all inside the WordPress admin you already know. https://www.youtube.com/watch?v=GsDv9gA-Ipg&rel=0

安装:

Automatic Installation
  1. Log in to your WordPress admin panel.
  2. Go to Plugins → Add Plugin.
  3. Search for AiO Podcast Studio.
  4. Click Install Now, then Activate.
Manual Installation
  1. Download the plugin ZIP file.
  2. Upload the aio-podcast-studio folder to /wp-content/plugins/ via FTP, or use Plugins → Add Plugin → Upload Plugin.
  3. Activate the plugin through the Plugins screen.
Getting Started
  1. After activation, a Podcasts menu item appears in the WordPress admin sidebar.
  2. Go to Podcasts → Add New Podcast to create your first podcast manually, or paste an RSS feed URL to import an existing show.
  3. Add episodes under Episodes → Add New Episode, or let the importer populate them from your feed.
  4. Configure the player, feed, and display options under Podcasts → Settings.
  5. Embed your content anywhere using the provided Gutenberg blocks, shortcodes, or widgets.

屏幕截图:

  • **Podcast editor** — The podcast edit screen organized into Podcast Details, Distribution, and Import Options tabs, with accordion sections for podcast details, participants, subscribe buttons, and follow buttons.
  • **Episode editor** — The episode edit screen with metaboxes for episode file, chapters, transcription, participants, and distribution.
  • **Episodes grid layout** — Front-end grid display of episodes with cover art, title, and duration.
  • **Episodes list layout** — Compact front-end list layout with cover art, title, and duration.
  • **Episodes compact layout** — Space-saving layout with a featured episode and an inline mini-player above a compact episode list.
  • **Episode slider layout** — Swiper-powered episode slider for embedding on landing pages.
  • **Single episode player** — The embedded episode player with playback speed, volume, download, and sharing controls.
  • **Video episode player** *(Premium)* — The embedded player rendering a video episode, with configurable width and aspect ratio alongside the standard playback, volume, download, and sharing controls.
  • **Settings panel** — The tabbed settings panel showing the 100+ configuration options organized by category.
  • **Statistics — global view** *(Premium)* — The global statistics screen showing plays and downloads over a date range with a Chart.js line graph.
  • **Statistics — episode view** *(Premium)* — Per-episode statistics breakdown.
  • **Shortcode builder** — The visual shortcode builder with grouped attribute controls that generate a ready-to-paste shortcode.
  • **Categories page** — Front-end categories grid with cover images.
  • **Participants page** — Front-end participant profile page with bio, social links, and linked episodes.

升级注意事项:

1.0.4 Introduces several new features, bug fixes & enhancements. See changelog

常见问题:

Does AiO Podcast Studio support video podcasts?

Yes, with the Premium upgrade. The core plugin supports audio podcast episodes. Video podcast publishing and video playback in the built-in player require the Premium upgrade. The RSS feed correctly identifies the media type for each episode regardless of tier.

Can I import my existing podcast from Apple Podcasts, Spotify, or another host?

Yes. Paste your public RSS feed URL into the importer (Podcasts → Add New Podcast → Import Podcast from RSS Feed). The plugin fetches the feed, creates the podcast and episode records, and pulls in metadata and artwork. Your original audio files are not re-uploaded — episode enclosure URLs continue to point to your existing host unless you re-upload them.

Is there a limit on the number of podcasts or episodes?

No. You can create an unlimited number of podcasts, episodes, categories, tags, and participant profiles.

Does the RSS feed work with Apple Podcasts and Spotify?

Yes. The generated feed follows the RSS 2.0 specification extended with the iTunes podcast namespace — the same format required by Apple Podcasts, Spotify, Amazon Music, and most other directories.

Why are older episodes missing from my RSS feed?

Feeds include the most recent 300 episodes. Apps and directories only ever see what the feed contains, so once a podcast grows past 300 episodes the oldest ones stop appearing in Apple Podcasts, Spotify, and your listeners' apps. Episodes a listener has already downloaded are not affected, and nothing is deleted — the episodes remain on your site and keep their pages. The limit keeps feeds quick to fetch and parse. It applies to member feeds in the same way. To change it, add this to your theme's functions.php file or a custom plugin: add_filter( 'aiopod_feed_episodes_limit', function() { return 500; } );

I changed something but my RSS feed has not updated

Feeds are cached, so that podcast apps checking for new episodes do not rebuild the whole feed every time. To refresh a feed straight away, open the podcast and click Update. That clears both the public feed and your members' feeds for that podcast. Developers who would rather not cache feeds at all can add this to their theme's functions.php file or a custom plugin: add_filter( 'aiopod_feed_cache_enabled', '__return_false' );

Does the plugin support multiple podcasts on one site?

Yes. Each podcast is an independent post with its own RSS feed URL, settings, episodes, and participants.

Where are statistics stored?

All statistics data is stored in your own WordPress database. No data is sent to external services.

Is the plugin translation-ready?

Yes. All user-facing strings use the aio-podcast-studio text domain. The plugin ships with a .pot template file in the languages/ directory.

Does the plugin work with caching plugins?

Yes. Standard page caching is compatible. The RSS feed is generated server-side on each request; if you use a full-page caching plugin, exclude your podcast feed URLs from the cache or use the feed caching recommended in the plugin settings.

Is the plugin compatible with multisite?

Yes. The plugin can be installed on a WordPress Multisite network, but it must be activated individually on each site. Network-wide activation is not supported.

Can I use the standard WordPress categories and tags?

Yes, although the plugin's own Podcast Categories and Episode Tags are the better fit for most sites: they are what your RSS feed publishes to Apple Podcasts and Spotify, and their pages are rendered by the plugin with your artwork and player. The standard WordPress categories and tags are worth adding when your podcast sits alongside a blog and you want one structure across everything you publish, or when you already use other plugins that work with them. They come with a few limits, described below. To switch them on, go to Settings → General → WordPress Categories & Tags and tick one or both. The setting is off by default, and your own Podcast Categories and Episode Tags carry on working exactly as before — this adds a second set of boxes, it does not replace the first. Once it is on, your podcasts and episodes are listed in your site's own /category/…/ and /tag/…/ archives beside your blog posts, so someone browsing that subject finds your audio as well as your writing. Those archives are drawn by your theme, not by this plugin, so a podcast appears there looking like an ordinary blog post — no player, no episode count. The terms are not shown on the plugin's own output either: single podcast and episode pages, episode lists and the player continue to show your Podcast Categories and Episode Tags only. If you want the boxes purely for organising your own content, untick "Include in WordPress Archives" in the same settings section. Your RSS feed is not affected either way. Turning the setting back off removes your podcasts and episodes from those archives but keeps everything you filed, so switching it on again restores your work exactly as it was.

Can I control who is allowed to listen to my podcasts and episodes?

Yes, with the Premium upgrade. Restrict an entire podcast or an individual episode to specific WordPress user roles, straight from the podcast or episode editor. No other plugin is needed. Visitors without access see your restricted message in place of the episode, and the player is not loaded for them. In episode lists the episode is still shown with its artwork and title, marked with a padlock, so visitors can see what they are missing. Restricted episodes are left out of the RSS feed, and their download links return a "403 Forbidden" response to anyone without access — see "What exactly does restricting an episode protect?" below for what that does and does not cover. Restricting a podcast also restricts every episode belonging to it, including episodes added later by an RSS import or a scheduled sync, so you do not have to edit each one. If you would rather control access per episode, leave the podcast unrestricted and restrict individual episodes instead. To turn the inheritance off altogether, add this to your theme's functions.php file or a custom plugin: add_filter( 'aiopod_inherit_podcast_access', '__return_false' );

Is the plugin compatible with Paid Memberships Pro?

Yes. To restrict podcasts and episodes by membership level, you will also need the Custom Post Type Membership Access add-on, which is not part of the free Paid Memberships Pro plugin — see their website for what your plan includes. Select Podcasts and/or Episodes on the add-on's settings page, then use the "Require Membership" box on any podcast or episode to choose which levels may view it. The restriction is applied everywhere the content appears: single pages, shortcodes, blocks, widgets, the player, and the RSS feed. Visitors without the required level see the restriction message from Paid Memberships Pro itself, so your membership levels, custom messages, and translations are used exactly as you set them up. The public feed shows the same episodes to everyone and leaves restricted ones out. Members can also have a feed of their own — see the next question.

Can members subscribe to a private podcast feed in their podcast app?

Yes. This needs the Member RSS add-on for Paid Memberships Pro, which is not part of the free Paid Memberships Pro plugin — see their website for what your plan includes. Each member gets a feed address of their own. Opened in a podcast app, it delivers the episodes their membership entitles them to alongside every unrestricted episode. Everyone else carries on receiving the public feed, with restricted episodes left out of it. Members find their addresses on the page holding the [pmpro_member_rss] shortcode, or on their membership account page. Only the podcasts their own membership gives them access to are listed, so every address they are shown is one that works for them. Two ways of signing in are supported, both of them the add-on's own:

  • Member key in the address — the simpler option, and the one every podcast app can handle. The key is part of the address, so the address itself has to be treated as private.
  • Basic authentication — the member supplies their WordPress username and an application password. Stronger, because nothing secret sits in the address, but only some podcast apps support it. Turn it on under Memberships → Settings → Advanced.
Regenerating a member's key takes effect at once: the old address stops working, and that member has to update the subscription in their app.

What exactly does restricting an episode protect?

Restricting an episode keeps it out of the public feed, replaces the player with your restricted message on the site, and makes the episode's download link answer "403 Forbidden" to anyone without access. It does not encrypt the media file or move it out of reach. The file stays where you uploaded it, and anyone who already has its direct address — from a link someone shared, or from a browser's network tools — can still open it. If you have also turned off download tracking with the aiopod_rss_tracking_enabled filter, to route downloads through an analytics service for example, feeds carry those direct addresses and the 403 check does not come into play at all. Where that matters, host the media on a service that issues signed addresses that expire. We are also working on built-in support for third-party storage services such as Amazon S3, which will make this easier to set up.

Where can I report a bug or request a feature?

Please open a support thread on the WordPress.org plugin support forum.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0.0