# Starting youtube embeds at a time in

**URL:** https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461
**Category:** Support
**Created:** [March 18, 2015, 5:23am UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461 "2015-03-18T05:23:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [March 18, 2015, 5:23am UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/1 "2015-03-18T05:23:32Z")

</div>

I’m sure I’ve seen it here but drat if I can find it mow.

I’m looking for the way to onevbox a youtube vid **X time into it.**

I’ve tried adding GET vars to the URL with my best guesses but have failed miserably.

---

<div class="post-metadata">

### Author: ![elberet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elberet/32/122404_2.png) [@elberet](https://meta.discourse.org/u/elberet)
#### Post date: [March 18, 2015, 6:06am UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/2 "2015-03-18T06:06:38Z")

</div>

Does the query param added by ticking the “start at” box on Youtube’s share widget not work?

![](https://global.discourse-cdn.com/meta/original/3X/2/c/2cfa387cc32548b4f04fb39dda43b33a06d653d1.png)

[![](https://global.discourse-cdn.com/meta/original/4X/1/2/f/12f4ad5dfb144a8c9605b0f929cd7190bb071f0f.jpeg "Two Drums and a Cymbal Fall off a Cliff") ](https://www.youtube.com/watch?v=8eXj97stbG8&t=19s)

`https://youtu.be/8eXj97stbG8?t=19s`

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 19, 2015, 11:37pm UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/4 "2015-03-19T23:37:32Z")

</div>

Works fine for me. So there is no issue here.

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [March 19, 2015, 11:43pm UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/5 "2015-03-19T23:43:33Z")

</div>

> [@elberet](#):
>
> Does the query param added by ticking the “start at” box on Youtube’s share widget not work?

Ah, I totally missed that and was thinking it was something I needed to add to the URL myself as in  
`?t=1m5s`

Thanks

[SOLVED]

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [March 20, 2015, 3:40am UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/6 "2015-03-20T03:40:47Z")

</div>

These three all mean the same thing:

> #t=1m  
> &t=1m  
> &start=1m

You can also use:

> &end=1m  
> &loop

You might find that setting a start, end point and loop doesn’t work, however.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [March 20, 2015, 3:48am UTC](https://meta.discourse.org/t/starting-youtube-embeds-at-a-time-in/26461/7 "2015-03-20T03:48:00Z")

</div>


