Generate a link that opens a YouTube video at an exact moment — perfect for sharing a specific part of a video.
A timestamp link is a regular YouTube URL with an added ?t= or &t= parameter specifying the number of seconds into the video the player should start at. When someone clicks the link, YouTube automatically seeks to that exact moment instead of starting from 0:00. This is one of the most useful and under-used YouTube features for sharing specific moments — a joke, a key explanation, a highlight, or an error you want someone to see.
YouTube recognises several timestamp formats: youtu.be/VIDEO_ID?t=90 (plain seconds), youtube.com/watch?v=VIDEO_ID&t=90 (seconds with ampersand), and youtube.com/watch?v=VIDEO_ID&t=1m30s (human-readable format with h/m/s suffixes). This tool generates the seconds-based format, which is universally supported and the most compact for sharing.
The embed code generated by this tool uses the start parameter, which works in YouTube's iframe embed player on any website. This is different from the sharing link's t parameter — both achieve the same result but use different parameter names because they apply to different YouTube systems (the watch page vs. the embed player).