Knowledge base/Feature Requests

PlannedDoneNot planned

Support translation of time anchors to start parameter in embed code for YouTube videos

Nicholas Paldino
suggested this on July 05, 2010 12:19

If given a URL to a YouTube resource that ends with an anchor that can start the player at a specific point, like so:

http://www.youtube.com/watch?v=LRuxQd1cXsQ#t=01m23s

Going to that link will cause the player to start playing at 1:23.

If passed to Embedly, it would be great if that translated to the following URL in the embed code (emphasis mine):

http://www.youtube.com/v/LRuxQd1cXsQ&fs=1;start=83

Which will cause the playback to start at 1:23.

Here is more info on deep linking to a time for the player on YouTube's page:

http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=116618

And more info for the player embed code starting at a particular point can be found here:

http://code.google.com/apis/youtube/player_parameters.html#start

 

Comments

User photo
Art
embed.ly

This sounds like a good idea,  I will add it to the queue, and keep you updated.

July 06, 2010 12:25
User photo
Nicholas Paldino

While I know not all content providers support this functionality, if there is a way to expose this (start playback from a particular point) for a particular provider, then that would be great if it is exposed as well.

July 06, 2010 13:51
User photo
Art
embed.ly

Hi Nicholas,

We have not seen many players with this option yet, obviously youtube is ahead of the game. As we continue going along we will try to figure out the best way to expose these.

 

If this is something that is critical to what you are building, please feel free to submit a support ticket and we can try to work through it.

 

Art

July 06, 2010 14:10
User photo
Nicholas Paldino

Art,

NOW you're talking =)

I agree, YouTube is ahead of the curve on this, and I don't know of many (or any, other than YT) that have this option.

As for something that is critical to what I'm building, it's a discussion I'd prefer to keep more private.  Is there a better channel to have that conversation on?

July 06, 2010 14:14
User photo
Art
embed.ly

http://support.embed.ly/tickets/new  ( Add a support ticket and this will be a private conversation)

July 06, 2010 14:15
User photo
Marcus Lum

Hulu also allows for links that have time slices, is there a way that could be supported in the embeds via embedly?

September 30, 2010 18:33
User photo
Tom Lehman

+1 for this feature – is it close to completion?

June 09, 2011 17:21
User photo
Cody Jung

I know a lot of Reddit users would love to see this feature. +1

June 26, 2011 18:18
User photo
Art
embed.ly

We've got this support in for Youtube. We are respecting the "t" parameter passed in with the Youtube url.

Checkout:

http://embed.ly/docs/explore/oembed?url=http%3A%2F%2Fwww.youtube.co...

August 10, 2011 22:01
User photo
Cody Jung

Close! In the time that it's taken to fix this, YouTube has changed their URL format. If you right-click a video on YouTube and click "Copy Video URL at Current Time", you'll get a URL with this format:
 

http://www.youtube.com/watch?v=xxxxxxxxxxx#t=1m2s
 

The format that you added still works, but this one is probably the much more common one now.

August 10, 2011 23:01
User photo
Art
embed.ly

Thanks for the heads up! Added support for the anchor tag time format on YouTube. Enjoy this classic clip:

http://embed.ly/docs/explore/oembed?url=http%3A%2F%2Fwww.youtube.co...

August 11, 2011 09:39