在我的网站上嵌入带有完整视频和缩略图的 vimeo
我想嵌入 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果将鼠标悬停在视频上,将会出现一个“嵌入”按钮。单击它并获取 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.