This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simcast

Description

A plugin that connects your WordPress website to your Simplecast podcast hosting account. Displays your most recent podcast episodes and their show notes. Optionally embeds the Simplecast player into your pages as well. This plugin has no affiliation with Simplecast. NOTICE: The lastest version of this plugin has breaking changes if you are still using V1 of the SimpleCast API.

From within WordPress

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Simplecast’
  3. Activate Simcast from your Plugins page.
  4. Go to “after activation” below.

Manually

  1. Upload the simcast folder to the /wp-content/plugins/ directory
  2. Activate the Simcast plugin through the ‘Plugins’ menu in WordPress
  3. Go to “after activation” below.

After activation

  1. You will see a new tab under plugins called Simcast
  2. Enter your API Key and Show ID from your Simplecast account.
  3. Use the [simcast] shortcode to display your podcast episodes on any page or post.

FAQ

Do you support Simplecast V2?

Yes, that is the only version of the API we support.

Do I need a Simplecast account in order to use this plugin?

Yes, you sure do.

What if I have hundreds of episodes?

You can add this to your shortcode: limit=”10″ to just show 10 episodes. Currently the plugin only imports your 30 most recent episodes. If you need more than that please contact me.

Reviews

أڥريل 16, 2020
Helped me a lot to customize my own page with the episodes from Simplecast. One this that is missing for me is the ability to display the episode notes, and not the link that takes me to the Simplecast website.
Read all 1 review

Contributors & Developers

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

Contributors

Translate “Simcast” 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.1

  • Updated a fatal PHP error when activating the plugin.
  • Modified the settings page helper text.

1.0.0

Breaking changes! We no longer support Simplecast V1 API. If you haven’t upgraded your Simplecast account, then this plugin will not work. Made various other improvements and accommodations for the new Simplecast API. Also – clear your cache to reflect the new updates.

0.2.2

Removed podcasts in draft mode from being visible.

0.2.1

Re-added the ability to add links directly to the episode.

0.2.0

Support for API V2 is here! Couple of notes: because the new API change, the link to view the full episode is disabled in this version (support for that is coming soon). Control over the amount of episodes shown and pagination is coming soon too. This had to be reconfigured due to the new API as well.

0.1.4

Small bug fixes.

0.1.3

Two new shortcode attributes: hide_player and link_text. hide_player optionally hides the embedded player (use “true” or “false”) while link_text changes the text that links to your Simplecast page for that podcast.

0.1.2

Added the ability to limit the amount of podcast episodes shown through the use of the limit attribute.

0.1.1

Fixed compatible WordPress version.

0.1

Initial Revision