InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Youtube tutorials

  • Create and embed youtube playlist
  • Create youtube video link from a specific start time
  • Embed youtube video slice
  • Enable youtube monetization and link to adsense
  • Upload closed captions youtube video
  • Create vanity url for your channel in youtube
 
  • Home
  • > Tutorials
  • > Youtube

How to create youtube video link from a specific start time

By admin | Last updated on Mar 21, 2016

Youtube video link looks something like this: http://www.youtube.com/watch?v=gdXN0DXMd6Y and when you open it in any browser, it starts from the beginning. Youtube also lets you create a video url link at a specific time. That means when that url is loaded, it will start from that specific time.

To create video url link starting at a specific point follow these steps:

  1. Play the video and pause at the desired point.
  2. Right click on the video. You will see the menu copy url at current time as shown below:
    youtube-video-right-click-menu-with-copy-video-url-at-current-time

  3. Click on “Copy Video URL at current time”. This will copy a link to clipboard which looks like: http://www.youtube.com/watch?v=gdXN0DXMd6Y#t=15s

    Not the value t=15s after the hash (#) mark (also known as fragment identifier). We can also manually create video URL starting at a specific point using “#t=START_TIME” after the url. e.g.

    • Url for starting video after 15 seconds: http://www.youtube.com/watch?v=gdXN0DXMd6Y#t=15s
    • Url for starting video after 1 minute: http://www.youtube.com/watch?v=gdXN0DXMd6Y#t=1m

Few points to note:

  1. When url is fetched by browser from the server, the url component after # is not sent to server in HTTP request. It is handled by the browser using javascript. In javascript the hash value can be accessed using window.location.hash.
  2. The url with “#t=” can also be used in the YouTube video embed code. That way we can embed video in a page which starts from a specific time.

Suggested posts:

  1. How to create and embed youtube playlist
  2. Python selenium webdriver – quick start guide on Mac
  3. HP 2515 printer review (deskjet ink advantage all-in-one)
  4. How to become Google verified author of your wordpress blog using Google+ profile
  5. How to write custom css in wordpress
  6. Python – How to sort dictionary by values
  7. How to create vanity url for your channel in youtube
  8. How to use wordpress facebook plugin comments box with lazy loading
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Tutorials, Youtube
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress