Youtube uploader – wordpress plugin

I needed a plugin for uploading videos to youtube, directly from wordpress administration area using youtube upload API. Since none of the plugins i searched suited my needs i decided to write my own plugin.

Here are the key features of this plugin:

  • It uses browser based uploading (no traffic is wasted moving the video first to the blog, and after that to youtube)
  • It doesn’t use any external libraries to make it work
  • Youtube authentification is separate for each user, preventing conflicts when running in a multi-user environment
  • You can login using either youtube username / password or token session

Requirements:

  • Curl library
  • Allow_url_fopen switched on
  • Youtube API developer key

More instructions can be found in the readme.txt from the attached file.

Download youtubeuploader plugin

Encourage the development of this plugin:


No related posts.

56 Responses to “Youtube uploader – wordpress plugin”

  1. Marco says:

    Hi to everyone.
    I put the title of vid and choose the categories but when I click Next button I always get back “Invalid youtube authentification”

    What I can do?

    Thanks

  2. Stephen says:

    I have he same problem with WP 3.3

    any soulution please!

  3. Hello there, I found your website via Google whilst looking for a comparable subject, your site got here up, it seems good. I have bookmarked to my favourites|added to my bookmarks.

  4. Colin says:

    Does anyone know how I can make it so all the videos get uploaded as unlisted or private? Thanks so much in advance if you can help me with this!

  5. Colin says:

    Just found out how to make the videos set as PRIVATE and not go public right away! All you need to do is open up ‘youtube_upload.class.php’ and change this:

    (around line 146)
    Change:

    ‘.$params['keywords'].’
         
         

    To:

    ‘.$params['keywords'].’
         
         
         

    So all you really need to add is ”

    :)

  6. Colin says:

    *sigh* it didn’t show up correctly, I guess you can’t post code in the comments, CLICK HERE for how to make it private!

    http://pastebin.com/Gsgj6dBW

Leave a Reply