外掛說明
The Simplecast Epsiodes plugin allows you to add and embed podcasts hosted at simplecast.fm into WordPress. You have the ability to add direct download links, as well as titles, descriptions (for Show Notes), and tags. The plugin also creates an options page where you can add information about upcoming episodes, sponsors, and select the type of embedded player you want.
安裝方式
- Download and install simplecast-episode.zip
- Upload to
/wp-content/plugins/
- Activate the plugin
There is a list of template tags on the FAQs page.
常見問題集
= Where do the podcasts come from?
In order to use this plugin, you need to have a Simplecast account. You can sign up at simplecast.fm
= Do you have template tags or short codes?
Right now there is only one template tag, called simplecast_latest_show()
. It will display the latest show. I hope to add more in the near future. they will all be in the simplecast-functions.php file
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
0.6.1
- Fixed a bug that was causing a conflict with some other plugins
- Made the default download description the title of the post.
0.6
- Some Documentation is on my blog:* http://casabona.org/2014/04/simplecast-episodes-version-0-6/
- New setting to choose to download the epsiode onto your server (Epsiodes->Settings). When set to yes, this will happen automatically.
- BETA- Ability to download ALL previously added simplecast episodes into the WordPress Media area (Episodes->Settings). This is still in beta and can be pretty slow, especially if you have a lot of episodes.
- Added a new function,
simplecast_direct_url()
to get the download URL of an episode from its embed URL.
0.4
First official release of the plugin