Insert Youtube Video into your page in Step 3 -> WYSIWYG page editor.
- Click the area you want to insert Youtube.
- Click “Edit HTML” tool.
Then go to youtube.com in order to copy url.
- On the selected youtube page, click “Embed” under the video file.
- Copy the code from the field.
Back to RVsitebuilder Step 3 -> WYSIWYG page editor.
- Insert the copied code in the HTML area.
- Click “Save” icon. (You may need to click on the content area which has youtube video appears, in order to activate the “Save” function first.)
Tips: In case you want to have the youtube auto-played in your website.
In the following image, you’ll see the blue highlight. It’s the additional code to set the youtube auto-played.
You can directly insert the auto-play code after :
<iframe width="640" height="360" src="[YouTube Video URL]
Auto-play code:
?rel=0&autoplay=1
Then you’ll get like:
<iframe width="640" height="360" src="[YouTube Video URL]?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Then publish your website again.
Comments
0 comments
Article is closed for comments.