【发布时间】:2011-12-23 01:34:00
【问题描述】:
http://boythemovie.co.nz/wordpress/videos-test
我正在使用下面的 YouTube iframe 代码,但在我的 iPhone 上,我只看到带有 YouTube 徽标的黑框,点击它没有任何反应。
删除?rel=0;autoplay=1 没有帮助。
我错过了什么吗?
谢谢!
<iframe width="640" height="360" src="http://www.youtube.com/embed/RwqfR8g-Qow?rel=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
【问题讨论】:
-
您是否尝试过使用 youtube.com?watch=id.. url 而不是 youtube embede/..
-
你的意思是像
<iframe width="640" height="360" src="http://www.youtube.com?watch=RwqfR8g-Qow" frameborder="0" allowfullscreen></iframe>?我想使用来自 Youtube 的代码,因为我的客户必须自己嵌入视频。