Created
October 22, 2014 16:37
-
-
Save randyzhao/63bd16228c2c2017e558 to your computer and use it in GitHub Desktop.
reCAPTCHA API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" | |
| src="http://www.google.com/recaptcha/api/challenge?k=your_public_key"> | |
| </script> | |
| <noscript> | |
| <iframe src="http://www.google.com/recaptcha/api/noscript?k=your_public_key" | |
| height="300" width="500" frameborder="0"></iframe><br> | |
| <textarea name="recaptcha_challenge_field" rows="3" cols="40"> | |
| </textarea> | |
| <input type="hidden" name="recaptcha_response_field" | |
| value="manual_challenge"> | |
| </noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment