Tuesday, 12 February 2013

Google Custom Search Engine With Your Website

Easy 3 Steps to create a Google Custom Search Engine With Your Website

Type 1:

   1. Login with your Gmail account in the below link
                                  http://www.google.com/cse/

   2. Enter your Valid Website Name in SITE TO SEARCH text area and click CREATE BUTTON.

   3. Google will generate and produce a coding, copy that coding and paste it in to your website coding and now run your website in browser, your website will appear with GOOGLE CUSTOM SEARCH Engine bar..

Type 2:

<form id="searchbox" action="http://www.google.com/search">
<input type="hidden" name="cx" value="Replace Value provide by google CSE" /> 
<input type="hidden" name="cof" value="FORID:0" />
<input name="q" type="text" size="40" />
<input type="submit" name="sa" value="Search" />
<img src="http://www.google.com/coop/images/google_custom_search_smnar.gif" alt="Google Custom Search" />
</form>

Thank You,
If this posting useful then comment.

          

3 comments:

  1. I have one doubt where to place this coding :-o

    ReplyDelete
  2. html tag
    body tag

    //Custom Search Engine Coding

    close body tag
    close html tag

    ReplyDelete
  3. Thank u very useful

    ReplyDelete