Page 1 of 1
New Module "Vimeo Player"
Posted: Sat Nov 06, 2010 10:45 pm
by mw
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
Re: New Module "Vimeo Player"
Posted: Tue Nov 16, 2010 8:17 pm
by moonoo
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!
Re: New Module "Vimeo Player"
Posted: Wed Nov 17, 2010 4:01 am
by mw
moonoo 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!
in final_default template change loop=0 to loop=1
or create a playlist and use the embed code :
http://vimeo.com/widget
Re: New Module
Posted: Tue Mar 08, 2011 1:13 am
by Ulysses
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
Re: New Module
Posted: Tue Mar 08, 2011 5:58 pm
by bryan
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
Re: New Module
Posted: Tue Mar 08, 2011 10:26 pm
by Ulysses
Bryan, you legend! Exactly what I was after. Thanks mate.
Re: New Module
Posted: Wed Mar 09, 2011 1:11 am
by mw
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
of course this is possible using Vimeo Player, simply use :
{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...