Google Video BBCode

A selection of BBCodes for use on your phpBB3 Forums.
Post Reply
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Google Video BBCode

Post by LDM »

This BBCode will let users embed Google Videos into their posts.

BBCode:

Code: Select all

[gvideo]http://video.google.{TEXT1}/videoplay?docid={TEXT2}[/gvideo]
HTML:

Code: Select all

<embed style="width:425px; height:350px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.{TEXT1}/googleplayer.swf?docId={TEXT2}&hl=en-GB" flashvars=""> </embed>
Helpline:

Code: Select all

Google Video: [gvideo]Link to video here[/gvideo]
To embed, just add the full url of the video from Google, in between the gvideo tags, like this:

Code: Select all

[gvideo]http://video.google.com/videoplay?docid=4955713339843205391&hl=en[/gvideo]
Example embed:
Post Reply