Template:YoutubeTest: Difference between revisions

Template page
(Added a video shuffle function)
No edit summary
Line 1: Line 1:
<html>
<html>
<div id="youtube-outer"><div class="youtube-middle"></div>
<iframe id="ytPlayer" type="text/html" width="640" height="360"
<iframe id="ytPlayer" type="text/html" width="640" height="360"
   src="https://www.youtube.com/embed/M7lc1UVf-VE"
   src="https://www.youtube.com/embed/M7lc1UVf-VE" style="position: relative; top: 10%;left: 9.5%;width: 81%;height: 75%;border-radius: 3%;border: none;" allowfullscreen>  
  frameborder="0">  
   </iframe>
   </iframe>
 
</div>
<button id="ytButton">Play next</button>
<button id="ytButton">Play next</button>
<!-- Put Your javascript here-->
<!-- Put Your javascript here-->

Revision as of 09:57, 23 April 2022