html - How do I include youtube videos in a carousel on Google sites using embedded custom code? -


the html box embed feature on google sites great. google provides example of how build 3-slide carousel text or logos content. however, i'm struggling how add youtube videos content.

i've tried putting in content section:

iframe width="420" height="315" src="https://www.youtube.com/embed/ski_4n0dffi" frameborder="0" allowfullscreen>/iframe 

but google sites complains src tag not allowed here. suspect sort of security restriction.

just try.

<object data="https://www.youtube.com/embed/ski_4n0dffi"> cannot load video. </object> 

or

<embed src="https://www.youtube.com/embed/ski_4n0dffi"> 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -