Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Firma Youtube BBCodeTema Solucionado

Solo BBCodes, dudas en este foro no


Cerrado
oskr_nacho
Observador/a
Mensajes: 49
Registrado: 13 Jun 2009, 20:08
Edad: 29

Firma Youtube BBCode  Tema Solucionado

#1

Mensaje por oskr_nacho »

Autor: Dazbobaby

Descripción: La Firma Youtube BBCode Añadir un vídeo de YouTube a tu barra de la firma
Además, si un usuario hace clic en un vídeo, se abre un cuadro que juega y código fuente.
Traducido (la drescripcion, titulo): Oskr_Nacho :chulo:
BBcode:

Código: Seleccionar todo

[ytsig]{IDENTIFIER}[/ytsig]
HTML:

Código: Seleccionar todo

    <!-- ++Begin Video Bar Wizard Generated Code++ -->
      <!--
      // Created with a Google AJAX Search Wizard
      // http://code.google.com/apis/ajaxsearch/wizards.html
      -->

      <!--
      // The Following div element will end up holding the actual videobar.
      // You can place this anywhere on your page.
      -->
      <div name="{IDENTIFIER}">
        <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
      </div>

      <!-- Ajax Search Api and Stylesheet
      // Note: If you are already using the AJAX Search API, then do not include it
      //       or its stylesheet again
      -->
      <script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
        type="text/javascript"></script>
      <style type="text/css">
        @import url("http://www.google.com/uds/css/gsearch.css");
      </style>

      <!-- Video Bar Code and Stylesheet -->
      <script type="text/javascript">
        window._uds_vbw_donotrepair = true;
      </script>
      <script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
        type="text/javascript"></script>
      <style type="text/css">
        @import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
      </style>

      <style type="text/css">
        .playerInnerBox_gsvb .player_gsvb {
          width : 320px;
          height : 260px;
        }
      </style>
      <script type="text/javascript">
        function LoadVideoBar() {

        var videoBar;
       var allDivs = document.getElementsByTagName('div');
       var i=0;
        var options = {
            largeResultSet : !true,
            horizontal : true,
            autoExecuteList : {
              cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
              cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
              executeList : ["ytchannel:{IDENTIFIER}"]
            }
          }

          for (i=0; i<allDivs.length; i++){
       
             if (allDivs[i].getAttribute('name') == '{IDENTIFIER}'){
             
                videoBar = new GSvideoBar(allDivs[i],GSvideoBar.PLAYER_ROOT_FLOATING,options);
             }
          }
                         
                         
       }
        // arrange for this function to be called during body.onload
        // event processing
        GSearch.setOnLoadCallback(LoadVideoBar);
      </script>
    <!-- ++End Video Bar Wizard Generated Code++ -->
Linea De Ayuda:

Código: Seleccionar todo

YouTube Sig: [ytsig]Tu nombre de usuario de Youtube Aqui.[/ytsig]
Ejemplo:

Código: Seleccionar todo

[ytsig]Dazbobaby[/ytsig]
Demo:
http://www.mafiavirtual.totalh.com/view ... p?f=43&t=3
URL: http://www.mafiavirtual.totalh.com/
Versión phpBB: phpBB3 (3.0.5)
MODs Instalados: PwGame, Portal 1.2.2, Advanced Visual Anti Bot
Plantilla(s) usada(s): 1thank
Servidor: http://hostcreativo.co.cc
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

oskr_nacho
Observador/a
Mensajes: 49
Registrado: 13 Jun 2009, 20:08
Edad: 29

Re: Firma Youtube BBCode

#2

Mensaje por oskr_nacho »

Aqui esta el demo :ops : http://www.phpbb3bbcodes.com/viewtopic.php?f=4&t=2802
URL: http://www.mafiavirtual.totalh.com/
Versión phpBB: phpBB3 (3.0.5)
MODs Instalados: PwGame, Portal 1.2.2, Advanced Visual Anti Bot
Plantilla(s) usada(s): 1thank
Servidor: http://hostcreativo.co.cc
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Avatar de Usuario
mitch
Ex Staff
Mensajes: 4260
Registrado: 04 Sep 2005, 04:28
Género:

Re: Firma Youtube BBCode

#3

Mensaje por mitch »

BBcode Actualizado: Corregido con bbcode seguro.

Cerrado

Volver a “⚙️ BBCode General”