在我的网站上嵌入带有完整视频和缩略图的 vimeo

发布于 2024-11-02 08:52:36 字数 123 浏览 0 评论 0原文

我想嵌入 vimeo,就像您转到视频 -> 我的视频 ->“单击其中一个”一样 现在您会在右侧看到视频(它也应该自动启动)和缩略图。

我怎样才能以完全相同的方式将其嵌入到我的网站中?

谢谢

I want to embed vimeo like when you go to video->my videos->'click on one of them'
Now you see you video (it should also autostart) and thumbnails on the right side.

How can I embed this to my site in exactly the same way?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘年祭陌 2024-11-09 08:52:36

如果将鼠标悬停在视频上,将会出现一个“嵌入”按钮。单击它并获取 HTML。
并在其后面添加“?autoplay=true”以进行自动播放。

基本上,插入以下内容: http://player.vimeo.com/video/22541365?autoplay =true 进入 iframe。

If you hover over the video, there will be an "Embed" button. Click it and get the HTML.
And add "?autoplay=true" behind it for the autoplay.

So basically, insert this: http://player.vimeo.com/video/22541365?autoplay=true into an iframe.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文