How to add search box for post in blogger or website

How to add search box for post in blogger or website 

Search box for blogger/ blog / website. You can use this search box inside blog to search any post of your website. So your site visitors and users will get your blog post easily by searching in this blog search bar. How to add search box for post in blogger or website to learn this here you get step by step method ..

If you dont know how to start blog than check our this blog 


search box for post in blogger or website



If you dont know how to increase blog traffic
If you dont know top websites with high pagerank

How to add search box in blogger ?


  • Open your blog dashboard -> Page layout 
  • Add a widget in your blog -> Save code in Html/Javascript
  • Give title to this search box by which this will show 

<!--search bar form btsnts.blogspot.com(Code Starts)--><form id="searchThis" action="/search" style="display: inline;" method="get"><input onfocus="if(this.value==this.defaultValue)this.value='';" value="Search this Site" type="text" id="searchBox" onblur="if(this.value=='')this.value=this.defaultValue;" style="width: 150px;color:#636363;" vinput="" name="q"> <input id="searchButton" value="Go" type="submit"></form><!--search bar form btsnts.blogspot.com(Code Ends)-->

Comments