Ruben
Ruben

Reputation: 9186

embed vimeo on my site with full video and thumbnails

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

Upvotes: 2

Views: 3708

Answers (1)

Gerben Jacobs
Gerben Jacobs

Reputation: 4583

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.

Upvotes: 1

Related Questions