=== Asynchronous Widgets === Contributors: da.futt Tags: widgets, ajax, asynchronous Requires at least: 2.8.6 Tested up to: 3.3.1 Stable tag: 1.1.1 Asynchronous Widgets allows you to have any registered widget on your WordPress.org-powered site be loaded asynchronously via an AJAX call. == Description == Asynchronous Widgets allows you to have any registered widget on your WordPress.org-powered site be loaded asynchronously via an AJAX call. It is configured via the admin panel. No further integration is required. == Installation == 1. Download the plugin; 2. Extract the plugin archive to `/wp-content/plugins`; 3. Activate the plugin through the 'Plugins' menu in the administration section; 4. Configure the plugin via its settings page; 5. That's all. == Frequently Asked Questions == = How does it work? = The plugin replaces the callback a widget has registered with the WordPress.org engine with one of its own. When that callback is invoked, instead of outputting the widget content, it outputs a customized chunk of HTML. That chunk contains information that will be parsed on the client side, after the page is loaded, by a short bit of JavaScript this plugin also injects on the page. This will result in an AJAX call to the server delivering the actual widget content (one call for each widget). The HTML also contains a `