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

Audio Tube

外掛說明

Hides the video area and show only the controls.
Easy setup page with examples of the shortcode usage.
Flash Only with no fallback to HTML5.

Check the screenshots.

Shortcode options

  • id -> Required! YouTube video ID
  • bar -> Progress bar (yes or no, default = yes)
  • time -> Timer (yes or no, default = yes)
  • tiny -> Minimal player, not compatible with Progress Bar (yes or no, default = no)
  • size -> Extended sizes (small, medium or large, default = small)
  • invisible -> Hidden player (yes or no, default = no)
  • auto -> Autoplay (yes or no, default = no)
  • loop -> Loop (yes or no, default = no)
  • theme -> Player color, will override plugin options (dark or light, default = dark)
  • start -> Start time in seconds

Localizations

  • Português
  • Español
  • Turkish (thanks to ra.

Acknowledgments

Based on Navarr Barnier’s PHP script YouTube Audio Player.
Released under GPL, you can use it free of charge on your personal or commercial blog.

Plugin waveform image by freeimages.co.uk

螢幕擷圖

  • Settings page.

安裝方式

Extract the zip file and upload the contents to the wp-content/plugins/ directory of your WordPress installation, and then activate the plugin from plugins page.

Uninstall

If you delete the plugin, the entry will be deleted automatically via unsinstall.php.

常見問題集

Configuration

Go to Tools -> AudioTube to adjust the plugin options

Usage

Use the shortcode [audiotube id="PWJmwi1qJdQ"] to play a video as an audio file. Use only the video id grabbed from the URL, i.e., “http://www.youtube.com/watch?v=PWJmwi1qJdQ?hl=en”. Start after “?v=” and ends before “?hl=en”.

Do I need this plugin?

No. You can just copy/paste the inc/shortcode.php into your functions.php, following the instructions in this file.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Audio Tube〉的開發相關工作。

參與者

將〈Audio Tube〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.2.2

  • Bug fix: Unwanted modification got included in v1.2.1, probably related to this report.

1.2.1

  • Minor adjustments: WP version and Flash Only notice.

1.2

  • New feature: start time. Props to edsilva7

1.1

  • Fixed embed code not displaying in some sites.

1.0

  • Removed support for YouTube with privacy enabled. The domain www.youtube-nocookie.com used for that disappeared since some days and seems that it’s not coming back 🙁

0.7

  • Previous update was missing the bug correction ( sorry:( )

0.6

  • Bug correction: (again) works with the new YouTube embed code

0.5

  • Bug correction: works with the new YouTube embed code

0.4

  • checked against WordPress 3.4-beta3

  • portuguese and spanish localization

0.3

  • looks that SVN and plugin are now friends

0.2

  • First public version