這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Simcast

描述

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.

常見問題

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.

評價

2020年4月16日
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.
閱讀全部1個評價

貢獻者及開發者

“Simcast” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simcast 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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