martes, 10 de marzo de 2009

Insertar buscador de google


Los pasos para ponerlo en nuestra web serán los siguientes:

1. En primer lugar, vamos a nuestro panel de blogger, y elegimos la pestaña “Diseño” y la subpestaña “Elementos de página”.

2. A continuación elegimos “Añadir nuevo elemento de página”, y elegimos la opción HTML/Javascript.

3. Finalmente, para terminar copiamos el siguiente código HTML, reemplazando NOMBRESITIO por el nombre de tu sitio, y DIRECCIONSITIO por la correspondiente URL (algo de la forma http://tublog.blogspot.com). Para que todo esté correcto en total se han de hacer 3 cambios. fg

  <form action="http://www.google.com/search" method="GET">
  <input value="UTF-8" name="ie" type="hidden"/>
  <input value="UTF-8" name="oe" type="hidden"/>
  <table bgcolor="#FFFFFF">
  <a href="http://www.google.com/">
  <img border="0" alt="Google" src=" http://www.google.com/logos/Logo_40wht.gif"/>
  </a>
  <input maxlength="255" value=""
 name="q" size="15" type="text"/> <input value="Buscar" name="btnG" type="submit"/>
  <font size="-1">
 <input value="DIRECCIONSITIO"
 name="domains" type="hidden"/><br/><input value=""
 name="sitesearch" type="radio"/> la web<input checked value="DIRECCIONSITIO" name="sitesearch" type="radio"/> NOMBRESITIO<br/>
  </font>
  </table></form>

0 comentarios:

Publicar un comentario