這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Hercules Recaptcha

描述

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).

螢幕截圖

  • 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.

安裝

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.

常見問題

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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Hercules Recaptcha” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Hercules Recaptcha 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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