Title: Solution if WordPress ReCaptcha Integration not working
Last modified: August 30, 2016

---

# Solution if WordPress ReCaptcha Integration not working

 *  [Laurent](https://wordpress.org/support/users/laurent-droid/)
 * (@laurent-droid)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/solution-if-wordpress-recaptch-not-working/)
 * Hello,
 * If WordPress ReCaptcha Integration not working on your WordPress site, try the
   following solution (works good on my site [http://www.android-logiciels.fr](http://www.android-logiciels.fr)).
 * – Open your header.php file from your theme
    – Ad this before the </head> balise:`
   <script src='https://www.google.com/recaptcha/api.js'></script>`
 * Clear your cache if you use it some.
 * 🙂
 * [https://wordpress.org/plugins/wp-recaptcha-integration/](https://wordpress.org/plugins/wp-recaptcha-integration/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jason Lasky](https://wordpress.org/support/users/yehoshanah/)
 * (@yehoshanah)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/solution-if-wordpress-recaptch-not-working/#post-6759965)
 * Re: Client side integration
 * You also need to:
 * Paste this snippet at the end of the <form> where you want the reCAPTCHA widget
   to appear:
 *     ```
       <div class="g-recaptcha" data-sitekey="put-your-site-key-here"></div>
       ```
   
 *  [uptree](https://wordpress.org/support/users/uptree/)
 * (@uptree)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/solution-if-wordpress-recaptch-not-working/#post-6760010)
 * Recaptcha was refusing to load/display in all versions of IE when using SSL. 
   This was the only fix that worked for me! Thanks!
 * I would suggest enqueuing the the script (in your functions.php) rather than 
   manually placing it in the head:
 * `wp_enqueue_script( 'my-google-nocaptcha', 'https://www.google.com/recaptcha/
   api.js' );`
 * I’m pretty new to WordPress/PHP, so I would greatly appreciate any insight as
   to whether or not this not a good idea. Am I calling the script twice now?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Solution if WordPress ReCaptcha Integration not working’ is closed to
new replies.

 * ![](https://ps.w.org/wp-recaptcha-integration/assets/icon-256x256.png?rev=2337056)
 * [ReCaptcha Integration for WordPress](https://wordpress.org/plugins/wp-recaptcha-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-recaptcha-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-recaptcha-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-recaptcha-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-recaptcha-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-recaptcha-integration/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [uptree](https://wordpress.org/support/users/uptree/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/solution-if-wordpress-recaptch-not-working/#post-6760010)
 * Status: not resolved