Page 1 of 1
Vimeo Video BBCode
Posted: 06 Mar 2010, 17:59
by BBCode Bot
Vimeo Video BBCode
The Vimeo Video BBCode puts a Vimeo Video in the topics of Your phpbb3 Board.
BBCode:
Code: Select all
[vimeo]http://www.vimeo.com/{IDENTIFIER}[/vimeo]
HTML:
Code: Select all
<object type="application/x-shockwave-flash" width="500" height="350" data="http://www.vimeo.com/moogaloop.swf?clip_id={IDENTIFIER}"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id={IDENTIFIER}" /></object>
Helpline:
Code: Select all
Vimeo: [vimeo]Vimeo Video ID[/vimeo]
Example:
Code: Select all
[vimeo]http://www.vimeo.com/168455[/vimeo]
Demo:
[vimeo]
http://www.vimeo.com/168455[/vimeo]
Re: Vimeo Video BBCode
Posted: 25 Apr 2010, 13:38
by Backstage
Thnx for code, but:
When I tested code, your video working if I put (your 'http' link) into my forum but my video did not work..
One of my video is
http://vimeo.com/10113250
If you can, help me with this one.
Have a nice day!
Re: Vimeo Video BBCode
Posted: 25 Apr 2010, 14:26
by cisco007
try this code as the HTML replacement instead and see if it works!
Code: Select all
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={INDENTIFIER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id={IDENTIFIER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
Re: Vimeo Video BBCode
Posted: 25 Apr 2010, 17:30
by Backstage
No, still nothing. Same thing.
Post look like: [vimeo]
http://vimeo.com/10113250[/vimeo]
Re: Vimeo Video BBCode
Posted: 25 Apr 2010, 17:53
by cisco007
how about replacing the {IDENTIFIER} with {NUMBER} in the HTML code i gave you, but change the bbcode usage to
and just use the number in the URL
Re: Vimeo Video BBCode
Posted: 25 Apr 2010, 18:40
by Backstage
Thank you so much!! Working!
Valid and working
CODE
HTML code:
Code: Select all
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
Example 1: (mouse over)
Code: Select all
Vimeo: [vimeo]Vimeo Video ID[/vimeo]
Example 2
Re: Vimeo Video BBCode
Posted: 20 Aug 2010, 18:11
by jmsoni
Backstage ยป 25 Apr 2010, 18:40 wrote:
Thank you so much!! Working!
Valid and working
CODE
HTML code:
Code: Select all
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
Example 1: (mouse over)
Code: Select all
Vimeo: [vimeo]Vimeo Video ID[/vimeo]
Example 2
Thanks dude... ..