Plugin Directory

Changeset 1636407


Ignore:
Timestamp:
04/12/2017 11:28:10 PM (9 years ago)
Author:
er11
Message:

Upload readme again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • e11-recaptcha/trunk/readme.txt

    r1636400 r1636407  
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WordPress plugin to use reCAPTCHA to help protect comments and new user signups
    11 against spam.
     10WordPress plugin to use reCAPTCHA to help protect comments and new user signups against spam.
    1211
    1312
    1413== Description ==
    1514
    16 e11 reCAPTCHA is a no-frills way to add Google's reCAPTCHA widget to the
    17 standard WordPress comment form and/or the user registration page.  By default
    18 it will require only logged-out users to solve CAPTCHAs on comments and new
    19 users to solve a CAPTCHA to successfully register on the site; it's also
    20 possible to configure e11 reCAPTCHA to not require CAPTCHA solving in
    21 either of these two forms or to require it on comments by all users.
     15e11 reCAPTCHA is a no-frills way to add Google's reCAPTCHA widget to the standard WordPress comment form and/or the user registration page.  By default it will require only logged-out users to solve CAPTCHAs on comments and new users to solve a CAPTCHA to successfully register on the site; it's also possible to configure e11 reCAPTCHA to not require CAPTCHA solving in either of these two forms or to require it on comments by all users.
    2216
    2317
    2418== Installation ==
    2519
    26 1. The plugin needs two keys from your Google reCAPTCHA account in order to
    27    connect to the service.  If you don't have an account yet,
    28    [please create one now.](https://www.google.com/recaptcha)  Otherwise, log
    29    into your account.
    30 2. Ensure the website you will be running this plugin on is registered under
    31    your Google reCAPTCHA account and set to use "reCAPTCHA V2" for validation.
    32 3. Open the registration page for your website, and look for the section
    33    "Adding reCAPTCHA to your site", then expand the "Keys" section.  Note the
    34    "Site key" and "Secret key" fields -- the e11 reCAPTCHA plugin will require
    35    these.
    36 4. On your WordPress site, upload the plugin files to the
    37    "/wp-content/plugins/e11-recaptcha" directory, or install the plugin
    38    through the WordPress plugins screen directly.
     201. The plugin needs two keys from your Google reCAPTCHA account in order to connect to the service.  If you don't have an account yet, [please create one now.](https://www.google.com/recaptcha)  Otherwise, log into your account.
     212. Ensure the website you will be running this plugin on is registered under your Google reCAPTCHA account and set to use "reCAPTCHA V2" for validation.
     223. Open the registration page for your website, and look for the section "Adding reCAPTCHA to your site", then expand the "Keys" section.  Note the "Site key" and "Secret key" fields -- the e11 reCAPTCHA plugin will require these.
     234. On your WordPress site, upload the plugin files to the "/wp-content/plugins/e11-recaptcha" directory, or install the plugin through the WordPress plugins screen directly.
    39245. Activate the plugin through the "Plugins" screen in WordPress.
    40 6. Use the "Settings->e11 reCAPTCHA screen" to configure the plugin, making sure
    41    to supply the "Site key" and "Secret key" parameters here.
     256. Use the "Settings->e11 reCAPTCHA screen" to configure the plugin, making sure to supply the "Site key" and "Secret key" parameters here.
    4226
    4327
    4428== Screenshots ==
    4529
    46 1. The plugin can be configured to define when reCAPTCHA forms will be
    47    presented to a user.
    48 2. The reCAPTCHA widget on the registration page is scaled through CSS to fit
    49    the layout of the form.
    50 3. The reCAPTCHA widget on the comment form appears after the comment
    51    <textarea> element.
     301. The plugin can be configured to define when reCAPTCHA forms will be presented to a user.
     312. The reCAPTCHA widget on the registration page is scaled through CSS to fit the layout of the form.
     323. The reCAPTCHA widget on the comment form appears after the comment <textarea> element.
    5233
    5334
Note: See TracChangeset for help on using the changeset viewer.