如何在我的 html 页面上嵌入 youtube 视频?
我想在我的网页上添加一些 YouTube 链接...任何人都可以帮助我吗?我对此非常陌生,我不知道格式或类似的东西......你能解释一下我应该使用什么以及如何将它嵌入我的 html 代码之间吗? 非常感谢
I want to include a few youtube link on my webpage...Can anyone help me with this? I am relly new to this and i have no idea about the formats or things like these....Could you explain me what should I use and how to embed it between my html code?
Thank you very much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
只需:
有些视频设置为不可嵌入。
Just:
Some videos are set to not be embeddable.
尝试在谷歌上搜索“嵌入 youtube 视频 html”。虽然只有 1160 万个结果,但您应该能够在那里找到一些东西。
Try googling for "embed youtube video html". There's only 11.6 Million results, but you should be able to find something there.
YouTube 页面中视频的正下方有一个名为“分享”的按钮。
单击它将展开共享框。只需单击共享,您将获得一个 iframe,您可以将其复制并粘贴到您网站的 html 中。
Just below the video in the youtube page there is a button named "Share".
Clicking that will expand the sharing box. Just click share and you will get an iframe which you can just copy and paste in your websites html.
你可能会发现这些youtube 搜索结果 有帮助
you may find these youtube search results helpful