Recent Posts
SeC Gaming
the Lounge
New Lounge Topic
New Gaming Topic
We've moved to Discord

You are not connected. Please login or register

[Good to Know] Video embed time stamping

2 posters

Go down  Message [Page 1 of 1]

StormEye

StormEye

This is for those of you whom want to embed a video into your post, but want to play it from a specific point of time.

I will use my infamous 'High' video as to demonstrate the code.

Original
Code:
<iframe title="YouTube video player" class="youtube-player"
 type="text/html" width="480" height="390"
src="http://www.youtube.com/embed/D9LopyqdzIw"  frameborder="0"
allowFullScreen></iframe>

With time 61 seconds into the video
Code:
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/D9LopyqdzIw#t=61s"  frameborder="0" allowFullScreen></iframe>

Since youtube has changed its embedding to iframe instead of my last instruction (if ANYONE remembers, LoL) which was object based. It actually became MUCH easier to time stamp this time around, since it is practically the same thing as just time stamping without embedding.

All you need to do is to find the web address that the video is located within the code that you have copied, then add
Code:
#t=00m00s
Of course, you have to change those 0s into your desired time.

Then the result is

<iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="https://www.youtube.com/embed/D9LopyqdzIw#t=61s" frameborder="0" allowFullScreen></iframe>

Its that simple.

The Adli Corporation

The Adli Corporation

needs less james blunt.

Very Happy

StormEye

StormEye

It ain't going to happen unless the term 'High' no longer refers to the state of being high.

<_<
>_>

Slide~

The Adli Corporation

The Adli Corporation

StormEye wrote:It ain't going to happen unless the term 'High' no longer refers to the state of being high.

<_<
>_>

Slide~

DAMN YOU OXFORD ENGLISH DICTIONARY!!!

yes i did look... Evil or Very Mad

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum