Published using Google Docs
Insert Youtube in Your Website
Updated automatically every 5 minutes

Insert Youtube Video into your page in Step 3 -> WYSIWYG page editor.

  1. Click the area you want to insert Youtube.
  2. Click “Edit HTML” tool.

Then go to youtube.com in order to copy url.

  1. On the selected youtube page, click “Embed” under the video file.
  2. Copy the code from the field.

Back to RVsitebuilder Step 3 -> WYSIWYG page editor.

  1. Insert the copied code in the HTML area.
  2. 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>

Thank you credit

Then publish your website again.