gpt4 book ai didi

javascript - 在一个网站中嵌入多个YouTube视频

转载 作者:行者123 更新时间:2023-12-03 06:23:25 25 4
gpt4 key购买 nike

我想将5个最新的youtube视频嵌入到我的代码中,我已经使用了这段代码,但是它只显示一个:

<iframe width="300" height="200" src="http://www.youtube.com/embed?max-results=0&controls=0&showinfo=0&rel=0&listType=user_uploads&list=elementanimation" frameborder="0" allowfullscreen="allowfullscreen">   </iframe>

如何编辑它以显示最新的5个?谢谢

最佳答案

您必须像这样每个视频制作一个iframe

<iframe width="420" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allowfullscreen></iframe>

<iframe width="420" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allowfullscreen></iframe>

<iframe width="420" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allowfullscreen></iframe>

<iframe width="420" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allowfullscreen></iframe>

<iframe width="420" height="315" src="https://www.youtube.com/embed/xxxxxxxxxxx" frameborder="0" allowfullscreen></iframe>

但是要做到这一点,您必须事先知道要显示哪个视频,如果您想要动态的东西,则必须使用php或javascript。

关于javascript - 在一个网站中嵌入多个YouTube视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30710812/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com