YouTube Firma BBcode

BBCode database
BBCode che hanno bisogno di niente altro che un installazione per ACP
Regole del forum
Immagine
Rispondi
Avatar utente
Galandas
Staff phpBB3World
Staff phpBB3World
Messaggi: 792
Iscritto il: 4 nov 2012, 9:18
Località: phpbb3world
Contatta:

YouTube Firma BBcode

Messaggio da Galandas » 22 nov 2012, 0:01

YouTube Firma BBcode

Autore: Dazbobaby
Descrizione: Il BBcode Firma Youtube Aggiunge una barra video Youtube alla tua firma
Inoltre, se un utente fa clic su un video, una finestra si apre e riproduce tale video.

BBCode:

Codice: Seleziona tutto

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

Codice: Seleziona tutto

<!-- ++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++ -->
Aiuto in linea:

Codice: Seleziona tutto

YouTube Sig: [ytsig]Youtube nome utente[/ytsig]
Esempio:

Codice: Seleziona tutto

[ytsig]phpbb3world[/ytsig]
Demo:
Menu Forum ha scritto:

Rispondi

Torna a “BBCode”

Chi c’è in linea

Visitano il forum: Nessuno e 3 ospiti