I had to try it in Blogger and found out what it was complaining about. It doesn't like the ampersands (&) in the script url
Use this instead <script src="http://www.google.com/uds/api? file=uds.js&v=1.0&source=uds-vbw" type="text/javascript"></ script> I just replaced & with & So the script url http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw should be http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw Works for me now in Blogger. Try that :) Cheers! Vision Jinx On Jan 10, 6:21 pm, Baz <[email protected]> wrote: > I applied the code in the head and separated the div part in to the > body section. Still didn't work. I think there's a word limit here so > I couldn't put the whole code in but I sent it to your email. Please > let me know what you think. Thank you once again. > > On Jan 10, 8:18 pm, Vision Jinx <[email protected]> wrote: > > > Hi, > > > To help others who may come across this post with a similar issues, I > > will post my reply here. > > > There are a few things you need to correct, first you should not paste > > all the code above the <head> tag. > > > To break it down a bit for you, the scripts (javascript code) and css > > you can place in the head section of your page (between the <head></ > > head> tags) and the div element (<div id="videoBar-bar"></div>) should > > be in the <body> section of your page as this is where the video bar > > will display. > > > See if that helps. > > > Cheers! > > Vision Jinx > > > On Jan 10, 4:03 pm, Baz <[email protected]> wrote: > > > > Hi there, > > > > Trying to implement the html video bar (horizontally) on to my > > > websitehttp://www.basim.cayetIam having problems doing so. Blogger is > > > stopping me when I put the code in with the message: > > > > Please correct the error below, and submit your template again. > > > Your template could not be parsed as it is not well-formed. Please > > > make sure all XML elements are closed properly. > > > XML error message: The reference to entity "v" must end with the ';' > > > delimiter." > > > > Does anyone know what I am doing wrong? > > > > Sincerely, > > > > Basim
-- 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.
