Viewing 15 replies - 16 through 30 (of 43 total)
  • From the drop menu at the top choose “All Videos” the default is “Upload”

    This is the part where the walkthrough broke down for me… I don’t seem to have any of these options in the drop menu (or not anymore?).

    Thanks to David for how to get the playlist ID. I was able to fix this by telling the shortcode to just pull from the playlist instead of the channel just editing a little bit of text. Below is the code I am using for shortcode and you can probably edit it to work for you. This code should work anywhere you can put shortcode. I got it right into a normal textbox. PLEASE NOTE: I had to follow all of David’s steps to get the playlist ID, it WILL NOT work with the channel ID.

    Thanks

    [Youtube_Channel_Gallery feed=”playlist” user=”PUT IN THE PLAYLIST ID HERE” feedorder=”asc” videowidth=”200″ ratio=”16×9″ theme=”light” color=”white” quality=”large” autoplay=”0″ rel=”1″ showinfo=”1″ maxitems=”0″ thumbwidth=”0″ thumbratio=”16×9″ thumbcolumns=”3″ title=”1″ description=”0″ thumbnail_alignment=”left” descriptionwordsnumber=”0″ link_window=”0″ cache=”0″]

    This how i’m dealing with this issue:
    https://youtu.be/o9xXkEOvpgw
    I hope it help.

    David’s approach worked here, but I have a random order of videos now (even with feedorder=”asc”). And the first video is missing.

    ok, here’s another fix:

    • open the file wp-content/plugins/youtube-channel-gallery.php
    • goto line 622 and paste this (directly under the foreach-line): if ($entry->title == ‘https://youtube.com/devicesupport’) { continue; }
    • let the plugin display 1 more video than before (maxitems)

    What it does is: just throws away the “device support” video from the video feed. so there’s one video less now, this is why you have to add 1 to the maxitems.

    This works with the shortcode. If anyone can check it with the widget, that would be great

    Thank you, David Swanson. Your instructions were very clear and worked for my site. The videos arranged themselves in the same order that they were before.

    oldlaborhall.org

    Again, thank you.

    Thanks koem !!!

    A perfect workaround !!!

    Kind regards
    Tom

    Koem clever solution ?? Tested, works with the widget. Thanks!

    Thanks, @dsfinancial! Great solution, and you saved me from the wrath of an inconvenienced client. ?? I appreciate you.

    Koem’s version worked for me! Cheers dude.

    Used Koem’s solution, worked here! Thanks man ??

    @koem rocks. Bravoooooo !

    Phenomenal!!!! Thank you so much Koem. Kudos. BRAVISSIMO!

    Thanks Koem, it works!

    Thread Starter SN0WKRASH

    (@sn0wkrash)

    Oh thank you, thank you!

Viewing 15 replies - 16 through 30 (of 43 total)
  • The topic ‘getting no longer supported video from YouTube’ is closed to new replies.