Just so I don’t forget, this is how to put a Google Site Search (search within your domain) in your Blogger template:
<FORM METHOD="GET" ACTION="http://www.google.com/search"> <INPUT TYPE="hidden" name="num" value="10" /> <INPUT TYPE="hidden" name="hl" value="en" /> <INPUT TYPE="hidden" name="as_sitesearch" value="<$BlogURL$>" /> <INPUT TYPE="text" NAME="as_q" style="width: 100px;" /> <INPUT TYPE="submit" value="Search!" /> </FORM>
Copy/Paste into your Blogger sidebar and off you go!
Related posts:
- Setting up a new Blogger site So you want to blog? Blogger is by far...
- Trackback wizard for Blogger users Trackbacks are a good way to alert other bloggers that...
- Google introduces music search When a user enters a music-related search in Google search...
- Recent posts + comments in Blogger One of the disadvantages of using Blogger is that...
- “Interestingness” for Google web search Interesting Flickr Last year, when Flickr wanted to create a...




note that this will not work in blogger beta because
value=”" is not valid. hand-code the url here or figure out the new syntax for this.
I mean value=”<$BlogURL$>” is not valid
i’ve added it onto my blogger but it’s an overall google-search add, not a search within my domain… or do i have to change still something within the code?