WP Instant
Integrates a google instant search to your blog. The wp-instant pluing uses the Ajax.Updater function of script.aculo.us and the Form.Element.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1004 days ago
Is WP Instant abandoned?
Possibly abandoned (last update 1004 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WP Instant is deprecated and will be removed from the plugin directory on October 9, 2023, 12 years after its first release. You can find my other plugins on my WordPress profile page.
Integrates a Google Instant Search to your blog. The wp-instant plugin uses the Ajax.Updater function of script.aculo.us and the Form.Element.DelayedObserver class. A jQuery implementation will be following soon.
A list of all of my plugins can be found on the WordPress Plugin page on my blog kau-boys.de.
Installation
Installation through WordPress admin pages:
- Go to the admin page
Plugins -> Add New - Search for
wp-instant - Choose the action
install - Click on
Install now - Activate the plugin after install has finished (with the link or trough the plugin page)
- You might have to edit the settings, especially the “Content tag ID” value
- Create a wp-instant-search-template.php file including the part of the “search loop” within the “Content ID tag”
Installation using WordPress admin pages:
- Download the plugin zip file
- Go to the admin page
Plugins -> Add New - Choose the
Uploadlink under theInstall Pluginsheadline - Browse for the zip file and click
Install Now - Activate the plugin after install has finished (with the link or trough the plugin page)
- You might have to edit the settings, especially the “Content tag ID” value
- Create a wp-instant-search-template.php file including the part of the “search loop” within the “Content ID tag”
Installation using ftp:
- Unzip und upload the files to your
/wp-content/plugins/directory - Activate the plugin through the
Pluginsmenu in WordPress - You might have to edit the settings, especially the “Content tag ID” value
- Create a wp-instant-search-template.php file including the part of the “search loop” within the “Content ID tag”
Frequently Asked Questions
Review feed
Screenshots
Changelog
- 1.1.1 Adding deprecation warning
- 1.1 Fixing bug with uninitialized variables
- 1.0 Use AJAX the way it’s described here: https://codex.wordpress.org/AJAX_in_Plugins
- 0.2 Using STYLESHEETPATH as primary folder to search for search result template
- 0.1 First stable release