This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Google Suggest

Description

This plugin uses an abstraction of jQueryUI’s autocomplete widget that interacts with the unofficial/undocumented Google Suggest API.
Props go to Haochi Chen.

It adds an AJAX call to the search form, returning matches for the current search query.
Make sure the searchform input field has id="s" applied, so this plugin can hook in the existing WordPress API to unfold its magic.

Translations

I will be more than happy to update the plugin with new locales, as soon as I receive them!
Currently available in:

  • English
  • Serbian

Installation

  1. Download WP Google Suggest.
  2. Unzip the folder into the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Make sure the search form input field has id="s" or name="s".

FAQ

Why are there no suggestions, when I enter a searchterm?

To pick up the user entry, the Plugin needs the search input field to have id="s", like in the default Themes that come with WordPress.

Reviews

February 8, 2017
sir, plugin not work why ? I need the plugin working in my site . But it does not work correctly . Help me !!!!!!! Regards Mostafijur
Read all 2 reviews

Contributors & Developers

“WP Google Suggest” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Google Suggest” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2

  • Maintenance release.
  • Updated code to adhere to WordPress Coding Standards.
  • Tested for WordPress 5.0.

1.4.1

  • Added Serbo-Croatian translation. Props Borisa Druraskovic.
  • Tested with WordPress 4.1.

1.4.0

  • Added Serbian translation. Props Borisa Djuraskovic.
  • Updated Utility Class.
  • Tested with WordPress 3.9.

1.3.1

  • Redo packaging.

1.3.0

  • Updated Utility Class.
  • Tested with WordPress 3.4.

1.2

  • Fixed a bug that prevented the plugin from activating.

1.1

  • Updated Google Suggest Script.
  • Relies on Core for JavaScript bootstrap, so Version 3.3 is required.
  • Tested up to WordPress 3.3.1.

1.0

  • Initial Release.