Tag Archives: google bbcode

Custom BBCodes for phpBB3 bulletin boards. Add Youtube and Google video to your posts.

Custom BBCodes for your bulletin board.

Below are the popular phpBB3 custom BBCodes that are frequently asked for.

To use any of the following custom  BBCodes, navigate to your bulletin boards AdminControlPanel (ACP) and go to

Posting ======> BBCodes section and click the “Add a new  BBCode” button.

Enter the respective code from below into the “BBCode  usage” and “HTMLreplacement” boxes.

  

  

  

Youtube (embed video in  post) 

BBCode usage:  

[youtube]http://www.youtube.com/watch?v={SIMPLETEXT}[/youtube] 

HTML  Replacement:    

<object width=”425″ height=”350″><param name=”movie” value=”http://www.youtube.com/v/{SIMPLETEXT}&ap=%2526fmt%3D18&hl=en&fs=1&rel=0&color1=#0000FF&color2=#0000FF&border=1 “></param><param name=”wmode” value=”transparent”></param><param name=”allowFullScreen” value=”true”></param><embed src=”http://www.youtube.com/v/{SIMPLETEXT}&ap=%2526fmt%3D18&hl=en&fs=1&rel=0&color1=#0000FF&color2=#0000FF&border=1 ” type=”application/x-shockwave-flash” wmode=”transparent” allowfullscreen=”true” width=”425″ height=”350″></embed></object> 

Help line text 

Put the YouTube URL in between the brackets 

   

  

  

  

   

Google Video
(embed video in post using the full URL)
  

BBCode usage:  

[googlevid]http://video.google.com/videoplay?docid=-{NUMBER}[/googlevid] 

HTML Replacement:   

<embed style=”width:400px; height:326px;”  id=”VideoPlayback” type=”application/x-shockwave-flash”  src=”http://video.google.com/googleplayer.swf?docId={NUMBER}&hl=en”  flashvars=””></embed> 

Help line text 

Put the YouTube full URL in between the brackets 

   

  

  

  

   

Google Video
(embed video in post using video id
)
 

BBCode usage:  

[googlevid]{NUMBER}[/googlevid] 

HTML Replacement:   

<embed style=”width:400px; height:326px;”  id=”VideoPlayback” type=”application/x-shockwave-flash”  src=”http://video.google.com/googleplayer.swf?docId={NUMBER}&hl=en”  flashvars=””></embed> 

Help line text 

Put the YouTube Video ID in between the brackets 

 

   

  

  

  

Align Center 

BBCode usage:  

[center]{TEXT}[/center] 

HTML Replacement:   

<div align=”center”>{TEXT}</div> 

Help line text 

Center Text 

   

  

  

  

Align Left 

BBCode usage:  

[left]{TEXT}[/left] 

HTML Replacement:   

<div align=”left”>{TEXT}</div> 

Help line text 

Align Left 

  

  

  

  

Align Right 

BBCode usage:  

[right]{TEXT}[/right] 

HTML Replacement:   

<div align=”right”>{TEXT}</div> 

Help line text 

Align Right