Engineering and Developers Blog
What's happening with engineering and developers at YouTube
New Player Options for Lists of Videos
Friday, March 30, 2012
Update (May 2012):
The
showinfo=1
parameter can now be included in the player's URL to indicate that the list of video thumbnails should be initially visible. The example below has been updated to illustrate this usage.
Most developers know that the YouTube embedded player can display a single video, but did you know that it can be used to display a list of videos as well? There have been a number of recent enhancements around list playback functionality, and if you’re not already taking advantage of those new features, we wanted to let you know what you’re missing out on.
The first change of note is the syntax for embedding the player in an HTML document. As for
single-video playback
, you can use the
<iframe>
embed code to load a list of videos, and the IFrame embed supports HTML5
<video>
playback in environments where Flash is not available.
Another exciting change relates to the lists of videos that you can load. The player is no longer limited to just displaying videos from an actual YouTube playlist. You can also load a user's uploaded videos, a user's favorite videos, or videos matching a specific search term. In the embed URL, the
listType
and
list
parameters control the list of videos that is loaded. The
listType
value can be either
playlist
(the default),
user_uploads
, or
search
. Depending on the
listType
value, the
list
parameter value should be set to the desired playlist id, YouTube user ID, or search term. For example, the following embed code displays the most recent videos uploaded in the “GoogleDevelopers” YouTube channel:
<iframe width="560" height="315" src="http://www.youtube.com/embed/?
listType=user_uploads
&
list=GoogleDevelopers
&showinfo=1
" frameborder="0" allowfullscreen></iframe>
The corresponding embedded player is shown below:
Finally, for developers who want more control over their player than what a simple embed code offers, a full YouTube JavaScript API is available for use. There are methods for
loading lists
, moving to the
next/previous video in a list
, and controlling whether playback is
shuffled or looped
. To give you an idea of how you can use this new JavaScript Player API functionality, we’ve put together
a sample page
that you can experiment with and use as inspiration when developing your own code.
Cheers,
—Jeff Posnick, YouTube API Team
No comments :
Post a Comment
Labels
.net
acceleration
access control
accessibility
actionscript
activities
activity
android
announcements
apis
app engine
appengine
apps script
as2
as3
atom
authentication
authorization
authsub
best practices
blackops
bootcamp
captions
categories
channels
charts
chrome
chromeless
client library
clientlibraries
clientlogin
code
color
comments
compositing
create
curation
custom player
decommission
default
deprecation
devs
direct
discovery
docs
Documentation RSS
dotnet
education
embed
embedding
events
extension
feeds
flash
format
friendactivity
friends
fun
gears
google developers live
google group
googlegamedev
googleio
html5
https
iframe
insight
io12
io2011
ios
iphone
irc
issue tracker
java
javascript
json
json-c
jsonc
knight
legacy
Live Streaming API
LiveBroadcasts API
logo
mashups
media:keywords keywords tags metadata
metadata
mobile
mozilla
news
oauth
oauth2
office hours
open source
partial
partial response
partial update
partners
patch
php
player
playlists
policy
previews
pubsubhubbub
push
python
quota
rails
releases
rendering
reports
responses
resumable
ruby
samples
sandbox
shortform
ssl https certificate staging stage
stack overflow
stage video
staging
standard feeds
storify
storyful
subscription
sup
survey
tdd
theme
tos
tutorials
updates
uploads
v2
v3
video
voting
watch history
watchlater
webvtt
youtube
youtube api
youtube developers live
youtube direct
ytd
Archive
2015
December
November
October
May
April
March
January
2014
October
September
August
May
March
2013
December
October
September
August
July
June
May
April
March
February
2012
December
November
September
August
July
June
May
April
March
New Player Options for Lists of Videos
Minimum embeds: 200px x 200px
Keeping Things Fresh
YouTube, Google+, the API, and You
“Super Tuesday” Reporting, Powered by YouTube Direct
See you at GDC, PyCon and SXSW
February
January
2011
December
October
September
August
July
June
May
April
March
February
January
2010
December
November
October
September
July
June
May
April
March
February
January
2009
November
October
September
August
July
June
May
April
March
February
January
2008
December
November
October
September
August
July
June
May
April
March
February
2007
December
November
August
June
May
Feed
YouTube
on
Follow @youtubedev
No comments :
Post a Comment