This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Signature Youtube BBcode - add specific words

support for bbcodes in the video bbcodes section!
Post Reply
Flogging My Log

Signature Youtube BBcode - add specific words

Post by Flogging My Log »

it is possible to made this bbcode when add specific words for example football to shown only footbal or any other words
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Signature Youtube BBcode

Post by cisco007 »

NO! did you read the description!
Description: Adds a small strip of your youtube channel videos on your sig, or anywhere you want on your post!
not random youtube videos!
Image
Flogging My Log

Re: Signature Youtube BBcode

Post by Flogging My Log »

yeah i know that but it is possible to made new one to shown only specific words
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Signature Youtube BBcode

Post by cisco007 »

like i said no not with this one! like i've stated in other topics before i cannot re-write googles files to do exactly what people want them to do, i can only do so much, so sorry, but no it can't be done with this one!
Image
Flogging My Log

Re: Signature Youtube BBcode

Post by Flogging My Log »

okay man thank you

[edit]-- Thu Dec 09, 2010 5:24 pm --[/edit]

i found this and i talking about it,, Search Expressions:Note: You can specify a single search expression (e.g., hamster dance) or a comma separated list of expressions
same site http://www.google.com/uds/solutions/wiz ... eobar.html
so can you made it to works only on single search expression
i try it with this one but not working
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Signature Youtube BBcode

Post by cisco007 »

well i think you have to change the html part
to this!

Code: Select all

<!-- ++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 id="videoBar-bar">
    <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 options = {
        largeResultSet : !true,
        horizontal : true,
        autoExecuteList : {
          cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
          cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
          executeList : ["ytfeed:most_viewed.this_week","{IDENTIFIER}"]
        }
      }

    videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
                              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++ -->

then you just put any word like your FOOTBALL and it should work!
Image
Post Reply