Now, you already have a Youtube video on your post or on your page.

Let's say that you want to make that video to start at a specific time when people play it.

The first thing you need to do is to go back to your post and to press once again on the Text tab in the right corner.

Now this is the code:

<iframe src="www.youtube com/embed/3jTjBt0Enyw" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

Please notice that I left a space between " www.youtube" and "com".

That's only because when I put the . between youtube and com, it will load the video in this training and I am not able to properly show you how to modify it.

In your page or post's editor, make sure to include the dot between "youtube" and "com"

In order to make the video to start at a specific time we will need to add the following code: ?start=X

Where X is the number of SECONDS of where we want the video to start.

For example, if we want the video to start at the minutes 2:01, we will add ?start=121

Therefore, the code should look like this:


<iframe src="www.youtube com/embed/3jTjBt0Enyw?start=X" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

You want to make sure that you include the ?start=X right behind the lest letter or number of the link and right before the quotes(" ") close.

A few examples:

The video will start at 25 seconds:

<iframe src="www.youtube com/embed/3jTjBt0Enyw?start=25" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>


The video will start at 6 minutes 25 seconds:


<iframe src="www.youtube com/embed/3jTjBt0Enyw?start=385" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>


The video will start at the minute 10 and 0 seconds:


<iframe src="www.youtube com/embed/3jTjBt0Enyw?start=600" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>


Now, I'll make mine to start at the minute 3. Therefore, the complete code in the Text tab will look like:



*Once again, make sure to write the link down as www.youtube.com and not as www.youtube com in your editor!!

And if you press on the visualize Tab, and hit play you will see that it starts exactly from 3:00:


After you decided at which second you want your video to start, make sure to Update the post! :)



Join the Discussion
Write something…
Recent messages
queenredgie Premium
I am having great difficulty getting a Youtube on my post. The code shows up in 'Visual' as well as 'text' but no video still. I have watched another video tutorial on WA where you can add the time when you want to start the video before you copy the code? Not sure if that has anything to do with it but either way it doesn't work?? Any tips??
P.S. There is no embed button on Youtube now?
Reply
TheOldSilly Premium
There is still the embed code for sharing a YouTube. Click on "share", then in the popup, on the far left, you will see < > ... and it says "embed" under the symbol. Click on that, and the embed code will show up. Copy that, and paste it into you text mode editor. It should then show up and play in your visual editor.

You can also adjust the size of the video so it looks balanced on your post page. The code looks like-

<iframe width="560" height="315" src="https://www.youtube.com/embed/eBG5PQuW6oo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

In the width and height codes, change the numbers (be sure you don't delete the parenthesis, stay inside them) to fit your screen better. Be sure that the new numbers are in the same proportions as the original ones.

Hope this helps!
Reply
queenredgie Premium
Got it! Not where I thought it would be. Thanks!

But have also discovered an even quicker way of doing this through just uploading the video through the "Add Media" option on a post and instead you just select the add URL option.

Need to do a training like this myself but not sure where I start?
Reply
Shweta10mg Premium
I love this tutorial the best !!! its really so well outlined that no one can get confused:) accolades to you>
Reply
From0to100 Premium
Hi! Thank you for your feedback :).
Reply
JBargy Premium
Awesome info! How many videos can you add to a page? I dont want to add too many and have the page run slow
Reply
From0to100 Premium
Hi, JBargy!

All those videos are considered "external links". Therefore, try to keep them at a minimum. I personally try to aim to have a maximum of 2-3 external links on a 1000 words post :).
Reply
jghwebbrand Premium
Hi,

This is great information. Thank you for sharing this with the WA community. I will begin to use this wonderful trick on my videos I have already published.

Have a wonderful day.

George
Reply
From0to100 Premium
Thank you George! You're most welcome :D!
Reply
Top