0
我在我的網站中使用iframe you-tube視頻。將外部鏈接設置爲youtube iframe視頻
示例代碼:
<iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe>
如果我點擊YouTube視頻會重定向到外部頁面。我使用了下面的代碼。
<a href="#"> <iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe></a>
我知道我的方式是錯誤的。它不工作。無論如何請確認要這樣做?