Plugin supports many arguments. All arguments are optional except for API key..Which you should set in default options in the plugin Javascript instead of setting it on every div!
| Option |
Description |
Default value |
| debug |
Set debug to true while you test to display errors , then
turn it off by setting it to false |
false |
| key |
API argument; It must be a valid key associated with your site which is validated against the passed
referrer header.
Sign-up! |
'' |
| v |
API argument; protocol version number. no need to set it |
'1.0' |
| rsz |
API argument; number of results that the application would like to
receive. 'small' gets 4 results. 'large' gets 8 results. |
'large' |
| hl |
API argument; optional argument supplies the host language of the application making the request. If this argument is not present then the system will choose a value based on the value of the Accept-Language http header. If this header is not present, a value of en is assumed. |
'en' |
| scoring |
API argument; How to order results. Results may be ordered by relevance (which is the default) or by date. To select ordering by relevance, do not supply this argument or leave empty. To select ordering by date, set scoring as scoring='d'. |
'' |
| blogURL |
API hack; Set a site restriction (ex: 'moretechtips.net').
To get results only from my site, and in this case it works as related posts widget.
Otherwise results returned from everywhere.
More info on this hack! |
'' |
| title |
Title to be used. set this to empty to disable title output. |
'' |
| q |
Don't specify any search query and query is constructed by OR-ing post tags found on page. or specify a
fixed search term! |
'' |
| defaultQ |
Specify a default search query to be used when no tags are found on page. If you leave this empty and no tags is found then
blog bar is not loaded. |
'' |
| powered |
HTML for Google branding logo. No need to change it. You are
required to keep Google branding. |
Google logo |
| content |
true to show post excerpt or false to disable (which
it is more suitable for a one-line blog bar). |
false |
| visibleURL |
true to show blog URL or false to disable (which it is
more suitable for a one-line blog bar). |
false |
| duration |
Time in milliseconds for a link to be shown. set this to 0 to
disable fading in and out. |
4000 |