it would be really nice to hear something from the author
Yes please update your plugin. It’s by far the best 🙂
Yes agreed, it would be nice to hear back. Are there any alternatives around like this?
The devs twitter handle: @PoseLab
@nigeltp
I tested around 10 plugins and the only alternative is “YouTube Channel”.
@jaegerschnitzel, thanks that looks good. Does it give you one main top video and smaller thumbnails underneath like this plugin does?
no unfortunately not, just try it
using an older plugin that doesn’t have these features, would like to use this one once it’s v3 compatible.
These lines also need changing in the plugin. ‘user’ needs changing to ‘channel’ for the “Show link to channel” URL to work. Lines 539 and 543 (copied below)
if ( $ytchag_feed == ‘user’ ) {
$ytchag_rss_url = $youtube_feed_url . ‘/users/’ . $ytchag_user . ‘/uploads?v=2&max-results=’. $ytchag_maxitems;
$ytchag_link_url = $youtube_url . ‘/user/’ . $ytchag_user;
}
if ( $ytchag_feed == ‘favorites’ ) {
$ytchag_rss_url = $youtube_feed_url . ‘/users/’ . $ytchag_user . ‘/favorites’;
$ytchag_link_url = $youtube_url . ‘/user/’ . $ytchag_user . ‘/favorites’;
}
Only playlist is working atm. When you change it to uploaded by user (channelname) it doesnt work anymore.
Fix please!
@jaegerschnitzel: That other plugin has the same problem. Ive tested several, and they all having problems with the channelname. Playlist works fine, but when you start using channelname, you get nothing or that device support video.
@fr0d0
thanks for that.
Just a bit challenged by it and need a little guidance please
‘user’ needs changing to ‘channel’
have changed this to :
if ( $ytchag_feed == ‘channel’ ) {
$ytchag_rss_url = $youtube_feed_url . ‘/channels/’ . $ytchag_channel . ‘/uploads?v=2&max-results=’. $ytchag_maxitems;
$ytchag_link_url = $youtube_url . ‘/channel/’ . $ytchag_channel;
}
if ( $ytchag_feed == ‘favorites’ ) {
$ytchag_rss_url = $youtube_feed_url . ‘/channels/’ . $ytchag_channel . ‘/favorites’;
$ytchag_link_url = $youtube_url . ‘/channel/’ . $ytchag_channel . ‘/favorites’;
}
now when i insert the shortcode below into a page or into a text widget nothing happens.
no videos whatsoever. Any ideas??
[Youtube_Channel_Gallery channel =”UCzuqE7-t13O4NIDYJfakrhw” style=”float: left;” videowidth=”470″ ratio=”16×9″ theme=”light” color=”white” autoplay=”0″ rel=”1″ showinfo=”1″ maxitems=”10″ thumbwidth=”148″ thumbratio=”16×9″ thumbcolumns=”3″ title=”1″ description=”0″ thumbnail_alignment=”top” descriptionwordsnumber=”10″]