>
Download This Plugin | |
Download Elegant Themes | |
Name | WordPress ReCaptcha Integration |
Version | 1.1.0 |
Author | Jörn Lund |
Rating | 100 |
Last updated | 2015-03-04 02:49:00 |
Downloads |
6184
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WordPress ReCaptcha Integration plugin added 4 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
WordPress ReCaptcha Integration plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WordPress ReCaptcha Integration plugin ads no tables to your Wordpress blog database.Integrate reCaptcha in your blog. Supports no Captcha as well as old style recaptcha. Provides of the box integration for signup, login, comment forms, Ninja Forms and contact form 7 as well as a plugin API for your own integrations.
Latest Files on GitHub: https://github.com/mcguffin/wp-recaptcha-integration
On a WP Multisite you can either activate the plugin network wide or on a single site.
Activated on a single site everything works as usual.
With network activation entering the API key and setting up where a captcha is required is up to the network admin. A blog admin can override the API key e.g. when his blog is running under his/her own domain name.
You can't have more than one old style reCaptcha on a page. This is a limitiation of reCaptcha itself. If that's an issue for you, you should use the no Captcha Form.
A No Captcha definitely requires client side JavaScript enabled. That's how it does its sophisticated bot detection magic. There is no fallback. If your visitor does not have JS enabled the captcha test will not let him through.
On a Contact Form 7 when the reCaptcha is disabled (e.g. for logged in users) the field label will be still visible. This is due to CF7 Shortcode architecture, and can't be fixed.
To handle this there is a filter recaptcha_disabled_html
. You can return a message for your logged-in
users here. Check out the GitHub Repo for details.
Old style reCaptcha does not work together with WooCommerce.
In WooCommerce the reset password form can not be protected by a captcha. Woocommerce does not fire any action in the lost password form, so there is no way for the plugin to hook in To overcome this restriction I asked for a little change in the official WC repository. Sadly it did not make into the WC core.
Due to a lack of filters there is no (and as far as one can see, there will never be) support for the MailPoet subscription form.