Difference between revisions of "Podcasting - WordPress"
From Help Wiki
m (subst applied to Template:TwoColumn) |
|||
Line 1: | Line 1: | ||
− | + | ||
+ | <div class="container-fluid"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-8"> | ||
+ | <div class="lead"> | ||
Podcasting features are built-in to WordPress. | Podcasting features are built-in to WordPress. | ||
− | + | </div> | |
+ | |||
===Upload (or link to) your podcast file=== | ===Upload (or link to) your podcast file=== | ||
#Create your mp3, m4a or mov file | #Create your mp3, m4a or mov file | ||
Line 17: | Line 22: | ||
See: http://codex.wordpress.org/Podcasting for more information on podcasting with WordPress | See: http://codex.wordpress.org/Podcasting for more information on podcasting with WordPress | ||
− | + | ||
+ | |||
+ | <!-- end col-md-8 --> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-3 sidebar"> | ||
{{WordPress Sidebar Header}} | {{WordPress Sidebar Header}} | ||
Line 23: | Line 33: | ||
{{WordPress Help Sidebar}} | {{WordPress Help Sidebar}} | ||
− | + | <!-- end col-md-3--> | |
+ | </div> | ||
+ | <!-- end row--> | ||
+ | </div> | ||
+ | <!-- end container--> | ||
+ | </div> | ||
+ | <!-- Generator=Template:TwoColumn --> | ||
+ | __NOTOC__ | ||
+ | __NOEDITSECTION__ | ||
[[category:Wordpress]] | [[category:Wordpress]] |
Latest revision as of 16:01, 14 August 2017
Podcasting features are built-in to WordPress.
Upload (or link to) your podcast file
- Create your mp3, m4a or mov file
- Create a new post Write > Post
- Add a media file (audio or video) by clicking the Media file upload button in upper right of editing window
- Browse and upload your media file or add the url to the media file if it already exists on another server
- If you plan on also embedding a quicktime player of your video or m4a podcast you may also want to copy the url of the uploaded file now
- Choose Insert into Post this will create a link to your media file
Embed a quicktime player for your m4a or video podcast
If you'd like your m4a (audio plus still images) or video podcast to be playable directly within your post you'll need to enable the QuickTime Embed Plugin. See Embed Enhanced or Video Podcast - Wordpress
Create a podcasts category
If you create a category called podcasts and assign each of your podcast posts to that category you will have one url that people can subscribe to as the podcast feed. "yourblogurl/category/podcasts/feed"
See: http://codex.wordpress.org/Podcasting for more information on podcasting with WordPress