Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 15:04
Location: bbcode table
Post
by BBCode Bot » 06 Mar 2010, 17:59
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]
Backstage
BBCoder II
Posts: 5 Joined: 25 Apr 2010, 13:31
Post
by Backstage » 25 Apr 2010, 13:38
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!
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 25 Apr 2010, 14:26
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>
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 25 Apr 2010, 17:53
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
Backstage
BBCoder II
Posts: 5 Joined: 25 Apr 2010, 13:31
Post
by Backstage » 25 Apr 2010, 18:40
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
jmsoni
BBCoder II
Posts: 8 Joined: 12 Jul 2010, 19:59
Post
by jmsoni » 20 Aug 2010, 18:11
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... ..