Hi It's not a published but here it is http://naplesrolfing.com/?p=235 Thanks!
The pasted code is: <!-- ++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 : false, horizontal : false, autoExecuteList : { cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM, cycleMode : GSvideoBar.CYCLE_MODE_LINEAR, executeList : ["Integrative Medicine","Alternative Medicine","Energy Healing","Yoga","Meditation","Massage","Acupuncture","Fibroyamyalgia","Reflexology","Reiki","Shiatsu","Pain Management","Structural Integration","Homeopathy"] } } 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++ --> More about the Video Bar On May 27, 2:28 pm, Jeremy Geerdes <[email protected]> wrote: > It's tough to say what's going on without being able to see what you've done. > Any chance you can provide a link to your page, working or not? > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote:http://jgeerdes.home.mchsi.com > [email protected] > > If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan > Church! > > On May 27, 2010, at 12:18 PM, Zen The Ducky wrote: > > > > > Hello > > I'm very new to this, having only made a beginning website for my wife > > in MS Publisher several years ago and now trying outWordpress(so I > > have all of about 3 weeks experience) > > > I pasted the HTML code from > >http://www.google.com/uds/solutions/wizards/videobar.html?uds_o=0&uds... > > into a post on my 2.9.2wordpresssite which is hosted on godaddy (see > > code below). Please note that I pasted the google code into the HTML > > tab not the Visual tab on theWordpressedit posting page. > > > When I view it gets stuck on Loading and the webpage shows an error on > > line 131, char 30 (see HTML source also pasted below here). > > > I'm probably doing something very wrong. Is there a way to fix this? > > > Thanks! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google AJAX APIs" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-ajax-search-api?hl=en.- Hide quoted > > text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
