Saturday, March 28, 2009

Create Search Engine in Blogger

Have you ever want your blog have internal search engine? If you search in blogger widget, it doesn't available (ups.. NOW AVAILABLE IN BLOGGER WIDGET). So how to create your own "Search Engine" in your blogger? Create Search Engine to find articel in your blog, not to find article at all website like google does. It's easy, with the steps below you will have your internal search engine in your blog. The steps are:

1. Login to Blogger;
2. Go to Layout -> Page Elements.
3. Click "Add a gadget" then chose "HTML/JavaScript".
4. Type this code into "Content" Box

<form action="http://nameofyourblog.blogspot.com/search" method="get"> <input class="textinput" name="q" size="30" type="text"> <input value="search" class="buttonsubmit" name="submit" type="submit"></form>

Change nameofyourblog with your blog's name. The number "30" is form width of your search engine, you can change it to fit with your blog layout.

5. Fill the title with the text if you wish.

THAT'S ALL FOLK.

MyBlog Related Search

Custom Search