How to select an specific time of video when embedding it in our websits

2 replies
  • WEB DESIGN
  • |
Hello mates,

Do you use any plugin or so when you want to embed a Youtube video in your WordPress website to select just an specific time of it? What's the best way please?

Thanks.
#embedding #select #specific #time #video #websits
  • Profile picture of the author tronce
    Hi wizard12,

    I found 2 techniques but I can't make it work in this forum...

    you can try to embed in your site these codes:

    Code:
    https://www.youtube.com/watch?v=3xWthDqkQfA&t=689
    Code:
    <iframe width="420" height="315" src="https://www.youtube-nocookie.com/embed/3xWthDqkQfA?rel=0&amp;showinfo=0&amp;start=689" frameborder="0" allowfullscreen></iframe>
    the trick is to add t=x or start=x in the end of the url where x is the start time where you want the video to begin, depending on the iframe or url copy method
    {{ DiscussionBoard.errors[10405630].message }}
    • Profile picture of the author wizard12
      Originally Posted by tronce View Post

      Hi wizard12,

      I found 2 techniques but I can't make it work in this forum...

      you can try to embed in your site these codes:

      Code:
      https://www.youtube.com/watch?v=3xWthDqkQfA&amp;t=689
      Code:
      <iframe width="420" height="315" src="https://www.youtube-nocookie.com/embed/3xWthDqkQfA?rel=0&amp;showinfo=0&amp;start=689" frameborder="0" allowfullscreen></iframe>
      the trick is to add t=x or start=x in the end of the url where x is the start time where you want the video to begin, depending on the iframe or url copy method
      Thanks.

      I know this trick, but the problem is that I want the end seconds of the video not to be played.
      {{ DiscussionBoard.errors[10405739].message }}

Trending Topics