Pages

23 November 2012

Create a Blogger search widget

Blogger Search Gadget not working ! (i had the same issue and noticed this is a common, known issue on blogger.)

I added a search widget to my blog to enable blog search Eureka ! It works like a charm.

Login to your Blogger account.

Layout > Page Elements (elements on the layout). Click on Add a Gadget and select HTML/Javascript.

In the Title field, enter how you would want to call your search ex:"Search blog", etc.; In Content, paste the following code:
<form action="search" name="input" method="get">
<input value="Search" name="q" size="20" type="text"/>
<input value="Go!" type="submit"/>
</form>

1 comment:

  1. This is great and works perfectly. Thank you for sharing. I would love to know if there is a way to show the results in a title list (with maybe a snippet of text) to help more results above the fold?

    ReplyDelete