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
Post a Comment