YouTube リンクを HTML タグに挿入する解決策を見つけましたが、機能せず、ビデオが表示されません。
<video controls="controls" x-webkit-airplay="allow" class="video-stream"
src="http://youtu.be/8sUr5uBFInQ"></video>
このブログによると、別の構文が必要です。
<iframe class="youtube-player" type="text/html" width="640" height="385"
src="http://www.youtube.com/embed/VIDEO_ID" allowfullscreen frameborder="0">
</iframe>