• About
  • Sitemap
  • Privacy Policy
  • Disclaimer
  • Contact
Download Tutorial Gratis ( Photoshop, Corel Draw, Blog, SEO, Desain Grafis, Template )
  • Home
  • Tutorial
    • Submenu1
    • Submenu2
  • Desain Grafis
  • Template
  • Contoh Undangan
  • Sitemap
  • SEO
  • Blog
  • Photoshop
  • Corel Draw

Home » Tips and trick » Tutorial Blog » Custom Google Search API Setup Tutorial

Custom Google Search API Setup Tutorial



S
o today I did a little tutorial on how to setup Google Search API for your blog/website. This could be used instead of the standard search facilities usually provided in WordPress Themes. It’s really easy to setup! You can customise the search to show results only from your blog/website and other searches such as images, video, news and others (see below for full list).



How to do it
  • Get your Google API Key
  • Put your key in the code below
  • Customise the search (add your own domain name!)
  • Customise the styles to suit your website
  • Enjoy!


The JavaScript
google.load("search", "1", {"language" : "en"});



// Call this function when the page has been loaded

function initialize() {

var searchControl = new google.search.SearchControl();



// site restricted web search

var siteSearch = new google.search.WebSearch();

siteSearch.setUserDefinedLabel("Making Different");

siteSearch.setUserDefinedClassSuffix("siteSearch");

siteSearch.setSiteRestriction("gj37765.blogspot.com");

searchControl.addSearcher(siteSearch);



//Search API Topics

searchControl.addSearcher(new google.search.WebSearch());

searchControl.addSearcher(new google.search.NewsSearch());

searchControl.addSearcher(new google.search.BlogSearch());

searchControl.addSearcher(new google.search.ImageSearch());

searchControl.addSearcher(new google.search.BookSearch());

searchControl.addSearcher(new google.search.VideoSearch());

//others

//searchControl.addSearcher(new google.search.LocalSearch());

//searchControl.addSearcher(new google.search.PatentSearch());



// create a drawOptions object

var drawOptions = new google.search.DrawOptions();

// tell the searcher to draw itself in tabbed mode

drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);

searchControl.draw(document.getElementById("searchcontrol"), drawOptions);

}

google.setOnLoadCallback(initialize);




The HTML
<p>Type in a search below!</p>

<div id="searchcontrol"></div>


The CSS
/* the width of the controls (keep same as gsc-results for flush look) */

#searchcontrol { width:600px; }

.gsc-control { width:600px; }

/* the width of the search results box; no height value = nice auto look  */

.gsc-results { width:600px; }

/* the width of the search input */

.gsc-input { width:20px; }

/* hide "powered by google" (optional) */

.gsc-branding { display:none; }

/* custom colors */

.gs-title a { color:orange; font-weight:bold; }

#searchcontrol a { color:orange; }
If You Enjoyed This Post Please Take 5 Seconds To Share It.
Posted by Unknown on Saturday, May 12, 2012 - Rating: 4.5
Title : Custom Google Search API Setup Tutorial
Description : S o today I did a little tutorial on how to setup Google Search API for your blog/website. This could be used instead of the standard sear...

Share to

Facebook Google+ Twitter

0 Response to "Custom Google Search API Setup Tutorial"

Post a Comment

Newer Post
Older Post
Home
Subscribe to: Post Comments (Atom)

Popular Posts

  • FORMAT CONTOH UNDANGAN (doc)
    Kali ini saya mencoba membuat link download berupa beberapa contoh undangan yang sering dibikin untuk acara-acara tertentu, misalnya tah...
  • Download Film Semi Gratis | Film Semi Indonesia
    Download Film Semi Gratis lainnya Di : 1. andrianacom.blogspot.com 2. sh3hack3r.blogspot.com Movie Synopsis Starting in Jakarta in...
  • Add Social Sharing/Bookmarking Widget with Cool Hover Effect
    Social sharing / bookmarking widget with Cool Gray-scale/Color hover widget to Blogger blog. i have given a beautiful sharing widget with c...
  • PreWedding dengan Efek Foto Sephia
    Pada tutorial ilmuGrafis kali ini kita akan belajar membuat efek Photo Sephia . Maaf ini buka sephia judul lagunya Sheila On7 tapi maksunya ...
  • Spooky HDR Effect
    OK Brader en Sister sudah lama saya tidak berkontribusi di Web kesayangan saya ini... :D . Pada Efek Photo dengan Photoshop kali ini s...

Labels

CONTOH UNDANGAN (doc) Desaign grafis Hardware and Software News PLUGIN PHOTOSHOP FREE Search Engine Optimization SEO SEO BLOG skripsi Software Desain Grafis Template Tips and trick Tips Komputer Tips Software Tutorial Blog Tutorial Corel Tutorial Photoshop Tutorial PHOTOSHOP GRATIS Tutorial SEO

Site Info

Copyright © 2012 Download Tutorial Gratis ( Photoshop, Corel Draw, Blog, SEO, Desain Grafis, Template ) - All Rights Reserved
Design by Mas Sugeng - Powered by Blogger