【发布时间】:2018-03-05 06:15:19
【问题描述】:
我有这个代码,我在我的网站上嵌入了一个 Youtube 播放列表
<iframe width="300" height="165"
src="PLAYLIST_URL?autoplay=1&showinfo=0&loop=1&list=PLAYLIST_ID&rel=0"
frameborder="0" allowfullscreen></iframe>
这适用于桌面,它会自动播放和循环。 But I can only listen one track in mobile and does not auto play(iPhone 4S、iOS 7)。
这是我的网页:www.hqtunes.com
如何修复嵌入代码并像在桌面上一样自动播放和循环播放?
【问题讨论】:
标签: mobile youtube youtube-api embed playlist