• Can the YouTube Uploader plugin be used to allow a site’s users (as opposed to just the administrator) to upload videos? And can those videos be organized into a gallery?

    I’m already using TubePress to organize my own YouTube playlists into galleries on my site. So, if, for example, YouTube Uploader could be used to let site users upload videos to my YouTube account, then those could theoretically be organized by TubePress into a gallery.

    https://www.ads-software.com/extend/plugins/youtube-uploader/

Viewing 5 replies - 1 through 5 (of 5 total)
  • This would be great jamminjames! I really need it too

    Anyone knows how to let users upload videos that are published automatically to youtube account?

    Thread Starter jamminjames

    (@jamminjames)

    I never got an answer, so what I did instead is create a form people can submit using FS Contact Form, where they can submit the url of their YouTube movie, then, after checking the video out, I display it in a gallery created with Tubepress.

    I have a site that i required this as well.
    I managed to figure it out.

    Edit media-upload.php
    Just after line 27 being the following line $settings = youtubeuploader_get_settings();

    Add the following lines

    // Hack Dev Key request for all users
    $DevKey = 'INSERT YOUTUBE DEV KEY';
    $settings['developerKey'] = $DevKey;

    This will save the You Tube Development key for all users

    Then use something like:
    Wordpress user dashboard which is standard

    Or some really cool Frontend Editor Plugin for WordPress like:
    WP User Frontend Plugin – Free Plugin Link

    Frontend Post and Media Manager Plugin
    – $19 Link

    NOTE:Users accounts Must be Author or higher to display the WordPress Add media button

    Were you able to get users to upload videos to their own channel or does it always upload to your channel?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can YouTube Uploader plugin allow the site's users to upload videos?’ is closed to new replies.