https://youtu.be/dQw4w9WgXcQ?t=43s Share this link — opens video at your start time
Generate shareable YouTube links that start at an exact second. Paste a URL and a timestamp, get a link.
https://youtu.be/dQw4w9WgXcQ?t=43s Share this link — opens video at your start time
<iframe
width="560" height="315"
src="https://www.youtube.com/embed/dQw4w9WgXcQ?start=43"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe> Paste into HTML — uses ?start= and ?end= for the iframe player
Paste one entry per line: URL, timestamp (e.g. https://youtu.be/abc123, 1:23)
Any YouTube URL works: youtu.be, youtube.com/watch, Shorts, or embed URLs. The video ID is extracted automatically.
Type a time as HH:MM:SS, MM:SS, or plain seconds. Add an end time for embed clips with a defined endpoint.
The timestamp URL uses ?t=Xs for sharing. The embed code uses ?start= and ?end= for iframes. Both update instantly.
A YouTube timestamp link is a regular YouTube URL with a
?t= query parameter added at
the end. When someone clicks the link, the YouTube player jumps to that exact second before
starting playback. For example, https://youtu.be/VIDEO_ID?t=83s
starts the video at 1 minute and 23 seconds.
The parameter accepts seconds: ?t=83 and ?t=83s are equivalent. YouTube's
own "Share at current time" feature always generates the seconds format. Avoid relying on
minutes-and-seconds notation in the URL (?t=1m23s) as its support is inconsistent across YouTube's own apps.
For embedded YouTube players (iframes), the syntax is slightly different: you use the ?start= and ?end= parameters on the youtube.com/embed/VIDEO_ID URL.
This lets you define a clip within a longer video — useful for embedding a specific segment
in a blog post or documentation page.