Youtube Playlist

♀尐吖头ヾ 提交于 2021-02-08 05:02:32

问题


I'm using the below embed code to display youtube playlists:

<iframe width="854" height="480" src="www.youtube.com/watch?v=HwSKkKrUzUk&list=PLdSMQMuTYK4A2e67n5JcmjQQODoRK4S-6"
 frameborder="0" allowfullscreen></iframe>

But the playlists are not being displaying on page load, the user have to click on a button in order for the playlists to be display. Is there is any way that will make the playlist appear on page load? by the way my website based on JSP. Thanks in advance

来源:https://stackoverflow.com/questions/35570567/youtube-playlist

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!