이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

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.

후기

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