Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @seanmaloc

    You should ask the plugin author if he provides an API to integrate his plugin inside other plugins. What you need is a function which creates the captcha and another one which handles the validation of the captcha.

    When you have both of this information you can try to implement it via the two hooks I provide. Here is an example in combination with another captcha-plugin:
    https://www.asgaros.de/support/?view=thread&id=15

    Thread Starter Sean

    (@seanmaloc)

    Hi,

    Thanks for your quick response.
    I’ve read on their support forum that any developer will be able to add the functionality into their plugins
    That’s why I’ve asked if you guys can do it

    it is better to provide some hooks for injecting the invisible reCaptcha into any form and for validating the request.

    This way developers will be able to integrate the plugin with their plugins or with any other in order to protect the forms.

    Check this
    https://wordpress.org/support/topic/gravity-forms-attachment-to-submit-button/

    Thanks a lot

    Plugin Author Asgaros

    (@asgaros)

    @seanmaloc

    It is nice when its possible, but I cant find a “How” in the linked topic. When it is so easy they should at least provide some documentation with the function calls.

    At the moment I dont want to integrate a Captcha-component in the forums by default. Because a lot of sites are already using some plugins for that which could lead to a redundancy -> “Why two plugins for this when I already have one?”.

    Another reason is privacy. ReCaptcha for example requires also a Google Account and some unique API-keys to use it and a lot of people have some privacy concerns about this company. Thats why I dont want to force people to use a specific component.

    This is exactly the reason why my plugin provides hooks so everyone can implement their favorite captcha-solution by their own.

    • This reply was modified 9 years, 6 months ago by Asgaros.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘New Google Invisible reCAPTCHA’ is closed to new replies.