BBCode for video

Post Reply
User avatar
Blue Frost
Posts: 1442
Joined: July 22nd, 2010, 11:48 am

BBCode for video

Unread post by Blue Frost »

I figure someone might need some code so here is what I came up with.
Some you may want to change since I'm not really good at it but these work for me right now.
I have the size bigger for my use, you may want to change it for yours.
The default size is usually 425x350, you can change it as you like or need.

For Ebaums World video

BBCODE Usage
[ebaum]{SIMPLETEXT}[/ebaum]

HTML Replacement
<embed src="http://www.ebaumsworld.com/player.swf" allowScriptAccess="always" flashvars="id1={SIMPLETEXT}" wmode="opaque" width="854" height="510" allowfullscreen="true" />

Help
Use video number code
This can be used also [ebaum]video ID number[/ebaum]


User avatar
Blue Frost
Posts: 1442
Joined: July 22nd, 2010, 11:48 am

Re: BBCode for video

Unread post by Blue Frost »

For Google videos

BBCODE Usage
[googlevideo]{SIMPLETEXT}[/googlevideo]

HTML Replacement
<object type="application/x-shockwave-flash" style="width:854px; height:510px;" data="http://video.google.com/googleplayer.sw ... SIMPLETEXT}" ><param name="movie" value="http://video.google.com/googleplayer.sw ... SIMPLETEXT}" /></object>

Help line
Use video number code
You can also use this [googlevideo]video ID number[/googlevideo]


User avatar
Blue Frost
Posts: 1442
Joined: July 22nd, 2010, 11:48 am

Re: BBCode for video

Unread post by Blue Frost »

For Vimeo

BBCODE Usage
[vimeo]{IDENTIFIER}[/vimeo]

HTML Replacement
<object type="application/x-shockwave-flash" width="854" height="510" data="http://vimeo.com/moogaloop.swf?clip_id= ... R}"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={IDENTIFIER}" /></object>

Help Line
Use video number code
Also this would be fine [vimeo]video ID number[/vimeo]


User avatar
andy1
Posts: 1295
Joined: February 22nd, 2010, 9:42 am

Re: BBCode for video

Unread post by andy1 »

super!! thanks blue it's so good to have all those in one place:)

back in the day tho i installed a mod that normalizes any platform video under one bbcode - it's lil harder to keep an eye on for updates and such so i think if i were to do it again, i'd just stick with what you've posted,

this is Video BBCode Mod by Fraev (i may have posted this before can't remember but just as well) http://www.phpbb.com/community/viewtopi ... &t=2109502


User avatar
Blue Frost
Posts: 1442
Joined: July 22nd, 2010, 11:48 am

Re: BBCode for video

Unread post by Blue Frost »

I was going to add more, but that's works I have that works I came up with mostly on my own.
I have Zip cast, but their videos start when you open the page. so that's not good.
Ill try to add more, it might help someone.


User avatar
Blue Frost
Posts: 1442
Joined: July 22nd, 2010, 11:48 am

Re: BBCode for video

Unread post by Blue Frost »

BBcode usage
[yahoo]{IDENTIFIER}[/yahoo]

<div><object width="854" height="510"><param name="movie" value="http://d.yimg.com/nl/search/site/player ... ram><param name="flashVars" value="vid={IDENTIFIER}"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="transparent"></param><embed width="854" height="510" allowFullScreen="true" src="http://d.yimg.com/nl/search/site/player.swf" type="application/x-shockwave-flash" flashvars="vid={IDENTIFIER}"></embed></object></div>

Help Line
Use video number code
Also this would be fine [yahoo]video ID number[/yahoo]


Post Reply