Now in order for you to make the video play as soon as someone lands on your page, you need to go back once again to the Text tab within the Editor.

For now, we have a video that when you press the Play button, it will start at the minute 3:00.

So, how do you set it to autoplay?

From the last code:

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

We will need to add the following code:&autoplay=1 at the end of the second of where we want the video to start.

With the code added, it should look like this:

<iframe src="https://www.youtube com/embed/3jTjBt0Enyw?start=180&autoplay=1" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>


Don't forget to add the point between youtube and com!!! (youtube.com)

The final code version, in the editor, will look like this:


*Make sure that you Update the post/page before leaving!

I hope that you enjoyed this training! :D

Cheers,

Andrei.



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