问题
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