How to Install Search Box in Blogger

Install (Search Box) Widget in Blogspot & Blogger

It's important for your blog to has a search box, to make it easier for vistors to get the information they want. So if you get bored from the the default one in the nabar or you've removed it you will need this gadget.


You can install it on your blog in two methods:


First method:
  • Click on (Install) button above » Select a blog.
  • You can change the Title to what ever you want, like:
    • Search this blog.
    • Search Here.
  • Click (Add widget).

Second method:
  • Go to Layout » Page Elements.
  • Click one of (Add a Gadget) links » Choose one of:
    • Search Box: depending on your blog archive in google.
    • or HTML/JavaScript: depending on your blog (Recomended).
  • if you chose (HTML/JavaScript) copy/paste this code into the content:

<!-- by your-tools.blogspot.com -->

<form method="get" style='display: inline;' action="/search" accept-charset="utf-8">
<input type="text" autocomplete="off" size="25" style="border:1px solid #BCCDF0;padding-left:2px;" name="q" title="search">
<input type="submit" value="Search" style="margin-left:4px;" title="search">
</form>

<!-- by your-tools.blogspot.com -->

You can change the blue number (25), its mean the size of the search box.

Codes in your comment? escape them first:


(Undo: ctrl + z)

Post a Comment