编辑“WordPress:Podcasting

跳转至: 导航、​ 搜索
警告:您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您登录创建一个账户,您的编辑将归属于您的用户名,且将享受其他好处。

该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。

最后版本 您的文本
第1行: 第1行:
<span style="border:1px solid #000; text-align:center; float:right; padding:6px;"><strong>导航:</strong> [[WordPress:WordPress文档|上一级]] | [[WordPress]] | {{Template:WordPress导航}}</span>
== What Is Podcasting? ==
<div style="clear:both;"></div>
 
Podcasting is distributing audio or video content via [[WordPress:Glossary#RSS|RSS 2.0]], or  [[WordPress:Glossary#Atom|Atom]]. Podcast clients such as [http://www.itunes.com/ iTunes], [http://juicereceiver.sourceforge.net/index.php Juice], or [http://www.castpodder.net/ CastPodder(linux)] allow listeners to subscribe to your RSS/Atom feed and automatically download your content to their portable audio players as it becomes available.
 
== 什么是Podcasting? ==
== 什么是Podcasting? ==


Podcasting 通过[[WordPress:Glossary#RSS|RSS 2.0]], 或者  [[WordPress:Glossary#Atom|Atom]]分配视频或者音频内容. Podcast 客户端如 [http://www.itunes.com/ iTunes], [http://juicereceiver.sourceforge.net/index.php Juice], 或 [http://www.castpodder.net/ CastPodder(linux)],运行听众订阅你的RSS/Atom feed,在可用时自动下载你的内容到他们的随身听中。
Podcasting 通过[[WordPress:Glossary#RSS|RSS 2.0]], 或者  [[WordPress:Glossary#Atom|Atom]]分配视频或者音频内容. Podcast 客户端如 [http://www.itunes.com/ iTunes], [http://juicereceiver.sourceforge.net/index.php Juice], 或 [http://www.castpodder.net/ CastPodder(linux)],运行听众订阅你的RSS/Atom feed,在可用时自动下载你的内容到他们的随身听中。
'''How It Works'''
# Create audio or video that you want to share (usually MP3 or MP4)
# Upload the file to a server
# Link to the file in a post in your weblog
# Wordpress automatically Includes a link to the file in your RSS/Atom feed
# Listeners "subscribe" with podcast client application to your RSS/Atom feed and download new files automatically.
WordPress creates all the necessary links for you!


'''如何工作'''
'''如何工作'''
第15行: 第27行:
WordPress 会为你创建必须的链接!
WordPress 会为你创建必须的链接!


== Using WordPress For Podcasting ==
Podcasting is seamlessly supported as of Wordpress 1.5. Just link to an audio file in one of your posts and WordPress will automatically add the necessary enclosure tag to your RSS2 feed to make it useable as a podcast.
'''''Important:''' Use a complete, absolute URI when linking to the audio file.'' Otherwise WordPress will not make an enclosure for it.
'''Wrong:''' &lt;a href="'''my-podcast.mp3'''">My podcast&lt;/a>
 
'''Right:''' &lt;a href="'''<nowiki>http://example.com/my-podcast.mp3</nowiki>'''">My podcast&lt;/a>


==为了Podcasting使用WordPress ==
==为了Podcasting使用WordPress ==
第25行: 第46行:
    
    
  '''正确的:''' &lt;a href="'''<nowiki>http://example.com/my-podcast.mp3</nowiki>'''">My podcast&lt;/a>
  '''正确的:''' &lt;a href="'''<nowiki>http://example.com/my-podcast.mp3</nowiki>'''">My podcast&lt;/a>
That's it &mdash; just link to an audio file and WordPress takes care of everything for you.


就是这样&mdash;只需要链接到音频文件,WordPress会为你做好其他所有事情的。
就是这样&mdash;只需要链接到音频文件,WordPress会为你做好其他所有事情的。
Well, there is one more step: You need to make your RSS2 feed available. Be sureto put a link somewhere on your page:
<nowiki>http://example.com/wordpress/?feed=rss2</nowiki>


还有一步:你需要让你的RSS2 feed可用。确定你在你的页面上放上了链接:
还有一步:你需要让你的RSS2 feed可用。确定你在你的页面上放上了链接:


<nowiki>http://example.com/wordpress/?feed=rss2</nowiki>
<nowiki>http://example.com/wordpress/?feed=rss2</nowiki>
Or, if you're using Atom:
<nowiki>http://example.com/wordpress/?feed=atom</nowiki>


或者你使用的是Atom:
或者你使用的是Atom:


<nowiki>http://example.com/wordpress/?feed=atom</nowiki>
<nowiki>http://example.com/wordpress/?feed=atom</nowiki>
As of WordPress 1.5, the RSS 2.0/Atom links are located on the bottom of the page by default.


从WordPress1.5起,RSS 2.0/Atom链接默认情况下定位在页面底部。
从WordPress1.5起,RSS 2.0/Atom链接默认情况下定位在页面底部。
To make life easier for iTunes users, consider also linking to your podcast feed with the itpc:// protocol rather than http, e.g.:
<nowiki>itpc://domain.org/path/?feed=atom</nowiki>
iTunes users will then be able  to subscribe to your feed with a single click.


要想让iTunes用户更加方便,可以考虑使用itpc://协议而不是http链接到你的podcast feed:
要想让iTunes用户更加方便,可以考虑使用itpc://协议而不是http链接到你的podcast feed:
第43行: 第83行:


iTunes用户就可以通过简单的点击来订阅你的feed了。
iTunes用户就可以通过简单的点击来订阅你的feed了。
'''Notes:'''
# As of WordPress 1.5, this '''only''' works for ''posts'' but not for static ''pages''.
# Make sure the linked file is accessible when you publish your post.  Otherwise, WordPress won't be able to collect the information it needs from the linked files.
# If you change a linked file, republish the post so WordPress can update its file size information about the file.
# To get Wordpress to recognize m4a and m4b files as podcasts, you need to make sure that your web server is configured to serve them with the right content-type. Do this by adding the following directives to your Apache configuration file or .htaccess file:
<nowiki>AddType audio/x-m4a .m4a>
<AddType audio/x-m4b .m4b</nowiki>
# Occasionally, you may have to put .xml at the end of the RSS/Atom url, for it to properly work.


'''注意:'''
'''注意:'''
第50行: 第102行:
# 如果你更改了链接文件,需要重新发布这个文章,这样WordPress可以更新关于该文件的信息。
# 如果你更改了链接文件,需要重新发布这个文章,这样WordPress可以更新关于该文件的信息。
# 想让Wordpress象podcasts那样识别m4a 和 m4b文件,你需要确认网页服务器可以使用正确的内容形式提供服务。通过添加如下指令到你的Apache 配置文件或者.htaccess 文件:
# 想让Wordpress象podcasts那样识别m4a 和 m4b文件,你需要确认网页服务器可以使用正确的内容形式提供服务。通过添加如下指令到你的Apache 配置文件或者.htaccess 文件:
<nowiki>AddType audio/x-m4a .m4a>
<nowiki>AddType audio/x-m4a .m4a>
<AddType audio/x-m4b .m4b</nowiki>
<AddType audio/x-m4b .m4b</nowiki>
# 偶然的, 你可能不得不放一个 .xml文件在RSS/Atom 链接的末尾, 为了正常的运行。
# 偶然的, 你可能不得不放一个 .xml文件在RSS/Atom 链接的末尾, 为了正常的运行。
==Dedicated Podcasts==
To create a dedicated podcast feed:
# Create a category in the Admin > Manage > Categories panel for your audio files and call it something like "podcasts".
# Assign every post containing an audio link to your "podcasts" category.
# If your blog is at example.com, your podcast feed will automatically be available at:
<nowiki>http://example.com/wordpress/?feed=rss2&category_name=podcasts</nowiki>
Add this to your .htaccess file to make a nice rewrite rule that points visitors directly to your podcasts (assumes you've categorised your podcasts as 'podcasts' as in the example above):
<nowiki>#podcast rewrite
RewriteRule ^podcasts/?$ /yourWPsubdirectoryhere/index.php?category_name=podcasts [QSA,L]
RewriteRule ^podcasts/feed/(atom|rss2)/?$ /yourWPsubdirectoryhere/index.php?feed=$1&category_name=podcasts [QSA,L]</nowiki>
Now, you can give your podcasts feed as  <nowiki>http://example.com/podcasts/feed/rss2</nowiki> for RSS2 format, or <nowiki>http://example.com/podcasts/feed/atom</nowiki> for Atom format. (If you don't know the difference between the two, give out the first, as RSS2 is generally a bit better supported).


==Dedicated Podcasts==
==Dedicated Podcasts==
第70行: 第141行:


现在你可以给你的podcasts feed <nowiki>http://example.com/podcasts/feed/rss2</nowiki> 一个 RSS2 格式, 或者是<nowiki>http://example.com/podcasts/feed/atom</nowiki> Atom格式. (如果你不知道这两者的区别,就用第一种,因为RSS2 普遍来说支持性较好).
现在你可以给你的podcasts feed <nowiki>http://example.com/podcasts/feed/rss2</nowiki> 一个 RSS2 格式, 或者是<nowiki>http://example.com/podcasts/feed/atom</nowiki> Atom格式. (如果你不知道这两者的区别,就用第一种,因为RSS2 普遍来说支持性较好).
==Archive.org issues==
Archive.org can be used to host podcast audio files but archive.org uses re-directs on the file paths it publishes - this confuses WordPress, and consequently, the Podcast publication fails (missing enclosure tag error).
To avoid this error, if you are hosting your audio files on archive.org, you need to add a Custom Field called "enclosure" and paste the full url for the mp3 file in the Value field.


==Archive.org 问题==
==Archive.org 问题==
第76行: 第153行:


为了避免这种错误,如果你使用archive.org作为音频文件主机, 你需要添加一个自定义域叫做"enclosure" 然后把完整的mp3链接粘贴到值域。
为了避免这种错误,如果你使用archive.org作为音频文件主机, 你需要添加一个自定义域叫做"enclosure" 然后把完整的mp3链接粘贴到值域。
== External Links ==
* [http://en.wikipedia.org/wiki/Podcasting Wikipedia on Podcasting]
* [http://www.ipodder.org/whatIsPodcasting iPodder on Podcasting]
*[http://www.mightyseek.com/podpress/ PodPress - Podcasting Plugin] Designed to make Podcasting super easy in Word Press. Includes iTunes support and a built in Flash MP3 Player
* [http://www.nobodylikesonions.com/feedcheck Podcast Feedcheck Tool]  Used for verifying tag contents and tweaking RSS and iTunes tag output.
* [http://ctmagazin.de c't magazin] German Magazine features on podcasting and how to use WordPress for podcast.  Issue 14/2005
* [http://www.chrisjdavis.org/2005/06/15/podcasting-with-wp/ ChrisJDavis Podcasting with WordPress]
* [http://www.tomrafteryit.net/wordpress-podcasts-not-showing-up-fixed/ Tom Raftery I.T.] Detailed instructions on overcoming the archive.org audio file publishing issue
* [http://www.tamba2.org.uk/wordpress/podcast/ WordPress QuickTag Button for Podcasting
Adds Link for podcasting]
== 外部链接 ==
== 外部链接 ==


第86行: 第176行:
* [http://www.tomrafteryit.net/wordpress-podcasts-not-showing-up-fixed/ Tom Raftery I.T.] 关于克服archive.org的音频文件发布问题的详细说明。
* [http://www.tomrafteryit.net/wordpress-podcasts-not-showing-up-fixed/ Tom Raftery I.T.] 关于克服archive.org的音频文件发布问题的详细说明。
* [http://www.tamba2.org.uk/wordpress/podcast/ WordPress中 podcasting 的Podcasting Adds Link 的QuickTag Button]
* [http://www.tamba2.org.uk/wordpress/podcast/ WordPress中 podcasting 的Podcasting Adds Link 的QuickTag Button]
=== Podcasts with PodPress ===
The [http://www.mightyseek.com/podpress PodPress plugin] is designed to make Podcasting with WordPress as easy as possible.
Features
* Full featured and automatic feed generation (RSS2, iTunes and ATOM)
* Auto Generation of enclosure tag
* Preview of what your Podcast will look like on iTunes
* Podcast Download stats
* Support for Premium Content (Pay Only)
* Makes adding a Podcast to a Post very simple
* View MP3 Files ID3 tags while you are Posting
* Control where the player will display within your post.
* Support for various formats including Video Podcasting
* Supports unlimited number of media files.
* Automatic Media player for MP3, MP4, MOV, FLV, ASF, WMV, AVI, and more
* Includes inline and Popup Window support.
* Preview image for videos


===使用PodPress的Podcasts ===
===使用PodPress的Podcasts ===
第104行: 第212行:
* 包括线形和弹出窗口支持.
* 包括线形和弹出窗口支持.
* 预览视频图片
* 预览视频图片
While you're Posting you will be presented with fields for your media file, and everything is made easy.
[http://podcasterswiki.com/images/Podpress_screenshot_post_full.jpg]
In the admin screens you're able to define your  standard podcast settings as well as your iTunes-specific settings and can even see a preview of what your podcast will look in the iTunes music store.
If you want to control where the player and links will show up in your comment, use the display_podcast tag.
[http://podcasterswiki.com/images/Podpress_screenshot_displaypodcast.jpg]
By adding the mp3 location after your Post, it will show the player in the post, and will add the enclosure tags to your RSS2 feed.
[http://podcasterswiki.com/images/Podpress_screenshot_post.jpg]
You can set the iTunes-specific settings and get an instant preview of what it will look like in iTunes.
[http://podcasterswiki.com/images/Podpress_screenshot_itunes.jpg]
You can view your MP3 file's ID3 tag information and even copy the contents of the ID3 tags into your Post.
[http://podcasterswiki.com/images/Podpress_screenshot_ID3Preview.jpg]
The end result is a nice flash player for MP3 plugin support for most video formats. Additionally you will have download links for each media file.
[http://podcasterswiki.com/images/Podpress_screenshot_result.jpg]
Here's what it looks like when you play a video inline.
[http://podcasterswiki.com/images/Podpress_screenshot_result_video.jpg]


当你正写文章时你将因为你的媒体文件被显示出域,一切都变的简单
当你正写文章时你将因为你的媒体文件被显示出域,一切都变的简单
第127行: 第259行:
这里是你播放视频的时候的界面.
这里是你播放视频的时候的界面.
[http://podcasterswiki.com/images/Podpress_screenshot_result_video.jpg]
[http://podcasterswiki.com/images/Podpress_screenshot_result_video.jpg]
=== Post Podcasts with Quicktag Button ===
[http://www.tamba2.org.uk/wordpress/podcast/ Podz' Podcasting Quicktag Button] instructions add a podcasting quicktag button to your [[WordPress:Write_Post_SubPanel|Write Post]] admin panel.
To use the podcasting quicktag button, follow the directions in the article by opening your <tt>quicktags.js</tt> file from your <tt>/wp-admin</tt> folder in a [[WordPress:Glossary#Text editor|text editor]] and adding the supplied code. Save and upload your <tt>quicktags.js</tt> to your site and test it out. In your Write Post panel, have the link ready for your podcast, click the podcasting quicktag button and paste in your link. Done!


=== 带有Quicktag Button的文章 Podcasts ===
=== 带有Quicktag Button的文章 Podcasts ===
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅Wordpress-mediawiki:版权的细节)。 未经许可,请勿提交受版权保护的作品!
取消 编辑帮助(在新窗口中打开)

本页使用的模板: