我只是想在我的网站中嵌入一个 Youtube 播放列表,同时允许用户从播放列表中选择他们想要查看的视频。(显示播放列表按钮)
试验#1:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY?version=3&showinfo=1" frameborder="0" allowfullscreen></iframe>
试验#2:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY" frameborder="0" allowfullscreen></iframe>
试验#3:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY?showinfo=1" frameborder="0" allowfullscreen></iframe>
上述代码似乎都不起作用。