Replacing the video in the mobile sites.

After downloading the DFY videos from the members area, upload them to your YouTube channel.  Then copy just a part of the code of the video.   You can copy it from the link you see after your video is successfully uploaded to your YouTube channel.

video_code1.png

Or you can copy it from your browser tab or from within your embed code.

video_code2.png

 

Next, open your index html using notepad++.  Scroll down and look for the YouTube code.  Replace part of that code with the one you copied from your youtube video.

video_code3.png

If you want your video to autoplay when someone visits your site just add this code ?rel=0&autoplay=1 after your YouTube URL.    

videocode4.png

 

If for some reasons you don't see you video, try adding https:  before //www. if that makes a difference.  So your video link should look like this:

<iframe src="https://www.youtube.com/embed/sP9EAti_x0E?rel=0&autoplay=1" frameborder="0" allowfullscreen class="iframe-youtube"></iframe>

Click save after you have done your changes.

Have more questions? Submit a request