我知道当有新的上传时如何在网站上自动嵌入视频。但除了之前的视频,我没有找到完全相同的方法。
<iframe width="640" height="360" src="https://www.youtube.com/embed?max-results=1&controls=1&showinfo=1&rel=0&listType=user_uploads&list=EminemVEVO" frameborder="0" allowfullscreen></iframe>
找到答案!
使用js,而不仅仅是html: 这是 code