A jQuery plugin that sets a division to show a Google Search Blogbar. If you find this plugin useful please vote for it on the jQuery site.
This page provides a documentation reference for working with the plugin v1.0.1. See a demonstration of the Google Search Blogbar plugin and download the code from there.
For more detail on the Google Search Blogbar functionality, see the Google API documentation.
A separate GSBlogbar instance is created for each targetted division and has its own settings:
$('divs').gsblogbar({...});.
currentResult | cycleMode | cycleTime | horizontal | linkTarget | manyResults | order | search | siteRestriction | title | verticalCompressed
| Signature | Returns | Comments |
|---|---|---|
| $.gsblogbar.setDefaults(settings) | GSBlogbar object | Update the default instance settings to use with all GSBlogbar instances. |
| $(div).gsblogbar('change', settings) | jQuery object | Update the settings for the GSBlogbar instance(s) attached to the given div(s). |
| $(div).gsblogbar('destroy') | jQuery object | Remove the GSBlogbar functionality from the given div(s). |
| $(div).gsblogbar('search', terms) | jQuery object | Execute a new search for the GSBlogbar.terms (string) the keywords to search for. |
Contact Keith Wood at kbwood{at}iinet.com.au with comments or suggestions.