Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Invisible reCaptcha for WordPress

Popis

Invisible reCaptcha pro WordPress je mimořádně výkonný plugin, který integruje nový Invisible reCaptcha by Google do stránek WordPress.

Souhrn funkcí

WordPress Invisible reCaptcha

- Login form protection - annihilates Brute Force attacks
- Registration form protection
- Comments form protection
- Forgot Password form protection

WooCommerce Invisible reCaptcha

- Login form protection
- Registration form protection
- Product Review form protection
- Lost Password form protection
- Reset Password form protection

Contact Form 7 Invisible reCaptcha
– Protect your Contact Form 7 forms with Invisible reCaptcha

Gravity Forms Invisible reCaptcha
– Chraňte své formuláře Gravity Forms pomocí pluginu Invisible reCaptcha

Ultra komunita Invisible reCaptcha
– Ochrana přihlašovacího formuláře
– Ochrana registračního formuláře

BuddyPress Invisible reCaptcha
– Chraňte svůj registrační formulář BuddyPress pomocí pluginu Invisible reCaptcha

Kompatibilita

Na WP Multisite můžete aktivovat plugin celé síti, nebo jen na jednom webu.

How-To and Troubleshooting

Podívejte se na naše fórum podpory Invisible reCaptcha pro WordPress

Rozšíření Invisible reCaptcha

Here are some useful hooks to help developers integrate Invisible reCaptcha with any plugin or custom form

Akce

- google_invre_render_widget_action - renders the recaptcha widget

Filtry

- google_invre_is_valid_request_filter   - used to check if Google approved the request (returns bool true/false)
- google_invre_widget_output_html_filter - used to change the recaptcha widget output
- google_invre_language_code_filter      - used to change the badge/challenge language code
- google_invre_badge_position_filter     - used to change the badge position (possible returning values are: 'bottomright', 'bottomleft', 'inline')

Examples of using Invisible reCaptcha hooks

  • Přidej Invisible reCaptcha do jakéhokoliv formuláře

    Stačí zavolat
    do_action('google_invre_render_widget_action');
    kdekoliv před koncovým tagem formuláře.

  • Ověřit požadavek na odeslání formuláře

    $is_valid = apply_filters('google_invre_is_valid_request_filter', true);
    if( ! $is_valid )
    {
    // handle error here
    }
    else
    {
    // continue with your logic
    }

  • Change the badge/challenge language code

    add_filter( 'google_invre_language_code_filter', 'myprefix_change_recaptcha_language' );
    function myprefix_change_recaptcha_language($language_code){
    $language_code = 'fr'; // French
    return $language_code;
    }

Zobrazit všechny reCaptcha kódy jazyků

Poznámka: Tento zásuvný modul vyžaduje k aktivaci verzi PHP 5.3 nebo vyšší.

Recenze

21. 6. 2023
<p>We use v2 recaptcha code + this plugin on a „all“ of our sites with gravity forms. Unfortunately we have GF on the home page (for capturing leads) where this loads and it adds a bunch of bloat (granted from google). It would be nice if there was a way to optimize this so it didn’t load an additional 20-25 requests. </p> <p>Pros: drops spam considerably with gravity forms. Easy to implement.<br> Cons: slows your pagespeed scores down, can’t defer JS otherwise it may not work. Adds about 20 or more resources from google just to enable recaptcha v2.</p> <!– wp:paragraph –> <p>UPDATE – invisible captcha has not worked for a very long time. I don’t believe it’s a plugin issue, it’s just the captcha service does not really work anymore. Bots have figured a way around this.</p> <!– /wp:paragraph –>
19. 6. 2022 1 odpověď
The plugin don’t work on Wordpress 6, and make my site crash on login WordPress version 6.0 Active theme: Words Lite (version 1.0.0) Current plugin: Invisible reCaptcha (version 1.2.3) PHP version 8.0.20 The plugin give me this errror: An E_COMPILE_ERROR error was caused in line 197 of the /var/www/html/wp-content/plugins/invisible-recaptcha/includes/utils/MchIPUtils.php file. Error message: Array and string offset access syntax with curly braces is no longer supported. please fix it.
23. 3. 2021
Thanks to this plugin not having been tested with the last 3 major WordPress updates, it managed to break my CF7 forms and Google Analytics form submission tracking from one day to the other. It looks like this plugin was abandoned, so I strongly advise against installing it. Unreliable!
Přečtěte si všech 132 recenzí

Autoři

Invisible reCaptcha for WordPress je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Invisible reCaptcha for WordPress“ byl přeložen do 13 jazyků. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Invisible reCaptcha for WordPress” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.2.3

1.2.2

  • Fixed the compatibility with WPML 4.x – the multilingual WordPress plugin

1.2.1

1.2

1.1

  • Fixed PHP wrong Namespace issue
  • Fixed PHP warning when contact forms settings were saved for the first time
  • Moved Plugin Menu to Settings
  • Fixed PHP warning when contact forms settings were saved for the first time
  • Moved Plugin Menu to Settings

1.0.8

1.0.6

  • Fixed WooCommerce login and registration issue
  • Přidat Invisible reCaptcha do BuddyPress

1.0.5

  • Opraven problém s Contact Form 7, který nahlásil @silvercode
  • Přidat Invisible reCaptcha do formulářů Gravity Forms

1.0.4

  • Multisite compatible
  • Network interface ready
  • Opraveno varování PHP7

1.0.3

  • Added WordPress hooks for custom forms/plugins integrations

1.0.2

  • Added Badge Position option
  • Added Badge Custom CSS option
  • Přidána možnost Jazyk

1.0.1

  • Oprava upozornění na přísné standardy v PHP 5.4+

1.0

  • První vydání