Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

YouTube Uploader

Beschreibung

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/)

Screenshots

Installation

  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

FAQ

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.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„YouTube Uploader“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „YouTube Uploader“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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)