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

YouTube Uploader

描述

This plugin allows you to upload your videos on youtube without leaving wordpress. It doesn’t require any 3rd party library, being easy to install and administer.
It uses broswer-based uploading in a wordpress uploader like interface, your videos will be uploaded directly to youtube (so no traffic will be wasted uploading videos first to your website, and after that to youtube).
Youtube authentification data is different for each wordpress user, making it secure to use in multi-user wordpress enviroment.
Authentification can be either done by storing youtube username/password (less secure) or by requesting a session token (if you don’t want your username/password to be stored in the database)

Requirements

  1. Curl library
  2. Youtube API developer key (you can get it from : http://code.google.com/apis/youtube/dashboard/)

螢幕截圖

安裝

  1. Upload youtube-uploader folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enter your developer key and choose the method of authentification to youtube.
  4. When adding/editing a post, choose youtube uploader tab when you want to upload your video on youtube

常見問題

I get an error “Call to undefined function curl_init()” when accessing the uploader

Youtube uploader needs curl library to be installed on the servers.

Why is “You must choose a developer key from the settings page” displayed when i try to access youtube uploader tab?

You did not save your user base youtube uploader settings. Go to Settings->Youtube uploader and enter your developer key and authentification info.

Are there any limitations in using youtube uploader?

The only limitations comes from youtube api limitation – which is 2000 video uploaded per account.

My videos will be visible imediatlly after upload?

Availability of the videos depends on how fast youtube will convert your videos. The “status” field in the uploader form will give you informations about the current status of your uploaded video.

Can i upload more than 1 file?

Currently, due to a flash/swfupload bug, multiple file uploading to youtube was disabled. This could be enabled in the future versions.

I’d like to see a feature/I have a bug to report

Go to http://www.php-code.net/2010/07/youtube-uploader-wordpress-plugin and leave a comment.

評價

There are no reviews for this plugin.

貢獻者及開發者

“YouTube Uploader” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 YouTube Uploader 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1

  • Initial version

0.2

  • Removed allow_url_fopen from requirements

0.3

  • Fixed bug: only administrators could add their youtube authentification data (Thanks to Mac)