1

YouTube リンクを HTML タグに挿入する解決策を見つけましたが、機能せず、ビデオが表示されません。

<video controls="controls" x-webkit-airplay="allow" class="video-stream" 
  src="http://youtu.be/8sUr5uBFInQ"></video>
4

1 に答える 1

2

このブログによると、別の構文が必要です。

<iframe class="youtube-player" type="text/html" width="640" height="385" 
  src="http://www.youtube.com/embed/VIDEO_ID" allowfullscreen frameborder="0">
</iframe>
于 2013-03-02T01:46:23.163 に答える