Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Hercules Recaptcha

Descrizione

Hercules Recaptcha uses the latest Google Recaptcha API to more accurately determine if users are bots or not.
If the user is not logged in it will display a Recaptcha for the user to fill out in the comment form. If the user
disables javascript and is not logged in then comments will fail to submit.

The Recaptcha is also added to the registration page for both multisite setups and single blogs. There are options for
having it show up on comments and/or the registration page, as well as options for its position on the comment form, and
which style (Google gives only two options, dark or light).

Screenshot

  • This is how the Recaptcha looks in a form on a real Wordpress theme.
  • This is what users see when they press the “I’m not a robot” checkbox.
  • This is the settings page where you set the Recaptcha keys.

Installazione

Add this plugin by uploading the zip using the “Add Plugin” feature built into WordPress. Otherwise manaully unzip the folder
and upload the entire directory to your blog’s plugins folder ( /wp-content/plugins/ ). Next you have to activate the plugin.

Lastly, to make it work you need to go to the Hercules Recaptcha settings page (a submenu of “Settings”) and add your
site key and and secret key. If you don’t have these yet you need to go to https://www.google.com/recaptcha/ to register your site
and get keys.

FAQ

Why isn’t my Recaptcha rendering?

First of all make sure you are not logged into WordPress and that you are viewing a post that has comments enabled.
If the Recaptcha isn’t displaying then you may have not set your Recaptcha keys yet. If it is displaying an error
message then you are using invalid keys (ones not associated with the domain that your blog is on) or there is some
sort of error in the keys (like an extra space in them).

Where do I get Recaptcha keys?

If you don’t have these yet you need to go to https://www.google.com/recaptcha/ to register your site
and get keys.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Hercules Recaptcha” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

= Version 1.1
* Added Registration page support
* Added toggle for rendering on comment form and registration form