jsphstls
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] I only see 25 videosVersion 0.4 increases the limit to 50.
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] I only see 25 videosHello Danny,
I’m glad you enjoy the plugin. It looks like YouTube has a limit on the amount of playlist data that can be returned in one query. The plugin at the current version (0.3) is bound to that 25 limit. If I am able to work around it I will update this thread when a new version is released.
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] Related Videos at the EndThis should cue the first video of a playlist.
You will need to be using at least Youtube Playlist Thumbs version 0.2.5 (the latest as of this post)
This script will need to be on the page somewhere. It can be added to a theme file, custom field, or even to the page content when using “text” instead of “visual” editor. Adding it to a theme file is ideal because the same script will work for all playlists and page content is often reformatted by WP and other plugins.
<script type="text/javascript"> jQuery(document).on('playlistEnd', function () { player.cuePlaylist({ listType: 'playlist', list: playlistID, index: 0, suggestedQuality: 'hd720' }); }); </script>
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] Related Videos at the EndIn this case, YouTube determines what happens within their player after a video/playlist ends. The “other notes” section of this plugin there is a JavaScript event for the end of a playlist. In one project, I use that event to close the modal containing the video player. What would you like to do instead of show the default related videos?
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] Multiple playlistsI’m glad you like the plugin. This plugin is not currently designed to handle multiple playlists on one page. I may include this in a future update.
I cannot think of any immediate solutions until that update is made other than dividing the affected page into one playlist per page.
I will update this thread if a new version allows the multiple playlist capability.
Forum: Plugins
In reply to: [Youtube Playlist Thumbs] Just black box being showedWhat is your playlist ID?