A simple module that will embed Vimeo Movies in your website.
when adding movies it grabs the thumbnail from Vimeo which is used in the movie list.
anyway if your interested you can grab it from here:
http://dev.cmsmadesimple.org/projects/vimeoplayer
Have fun!
Martin
New Module "Vimeo Player"
Re: New Module "Vimeo Player"
Hi there, does this plugin create a playlist at all? or is it single videos only?
Looking for a simple solution for my client to link videos from Vimeo to one page on the CMS site. and Vimeo videos on one page in a playlist or in a loop/array would be great!
Looking for a simple solution for my client to link videos from Vimeo to one page on the CMS site. and Vimeo videos on one page in a playlist or in a loop/array would be great!
Re: New Module "Vimeo Player"
in final_default template change loop=0 to loop=1moonoo wrote: Hi there, does this plugin create a playlist at all? or is it single videos only?
Looking for a simple solution for my client to link videos from Vimeo to one page on the CMS site. and Vimeo videos on one page in a playlist or in a loop/array would be great!
or create a playlist and use the embed code :
http://vimeo.com/widget
Re: New Module
This is great.
But I just want to show one video in the middle of another content page, without the Video name, Video ID or Description titles and values. I only want to show the video itself - nothing else.
Is this possible?
Thanks
But I just want to show one video in the middle of another content page, without the Video name, Video ID or Description titles and values. I only want to show the video itself - nothing else.
Is this possible?
Thanks
Re: New Module
The webvideo tag allows you to embed vimeo widets using the url parameter. see the help section for an example.
http://dev.cmsmadesimple.org/projects/webvideo
http://dev.cmsmadesimple.org/projects/webvideo
Re: New Module
Bryan, you legend! Exactly what I was after. Thanks mate.
Re: New Module
of course this is possible using Vimeo Player, simply use :Ulysses wrote:This is great.
But I just want to show one video in the middle of another content page, without the Video name, Video ID or Description titles and values. I only want to show the video itself - nothing else.
Is this possible?
Thanks
{cms_module module="vimeoplayer" alias="alias_of_item"}
edit the final template to show/add what ever text you wish, it's simply an example
It's all in the help...