Si quieres agregar un buscador google en tu space solo tienes que agregar el siguiente codigo en un nueva entrada de tu space en modo html y veras que ya tienes un buscador google en tu Space:




<center>

<FORM method=GET action="http://www.google.com/search">

<TABLE bgcolor="#FFFFFF"><tr><td>

<A HREF="http://www.google.com/">

</A>

<INPUT TYPE=text name=q size=31 maxlength=255 value="">

<INPUT TYPE=hidden name=hl value=es>

<INPUT type=submit name=btnG VALUE="Búsqueda Google">

</td></tr></TABLE>

</FORM>

</center>


Fuente.