Esto es muy facil solo ahy que saber un poco de html, no lo habia hecho antes pero lo probe para darte soporte y he aqui la solucion:
Utilizando este bbcode:
vBhispano - vBulletin en español
lo modifique para que saliera con la barra de color. entonces vamos.
Descripción:
Permite introducir videos de Youtube en tus mensajes con una barra de color.
Instalación:
1. Agregar el BBCode: AdminCP > Códigos BB > Agregar nuevo:
Nombre: Youtube
Etiqueta: youtube
Reemplazo: (PARA LA BARRA ROJA)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x5d1719&color2=0xcd311b"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x5d1719&color2=0xcd311b" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(
BARRA AMARILLA)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(
BARRA VERDE)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x234900&color2=0x4e9e00"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x234900&color2=0x4e9e00" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(
BARRA AZUL)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x006699&color2=0x54abd6"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(
BARRA PURPURA)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x402061&color2=0x9461ca"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x402061&color2=0x9461ca" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(
BARRA NEGRA)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
(BARRA ROSADA)
HTML:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0xcc2550&color2=0xe87a9f"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{param}&hl=es_ES&fs=1&rel=0&color1=0xcc2550&color2=0xe87a9f" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object>
Ejemplo: [*youtube]MPuRJRe1hSI[/youtube] (
sin la *)
Descripción: Introducir videos de YouTube
Usar{option}: No
Botón: colocan el icono adjunto
Nota: el codigo lo sacan de la url del video ejemplo
HTML:
http://www.youtube.com/watch?v=MPuRJRe1hSI
Saludos