Skip to content

Instantly share code, notes, and snippets.

@flayder
Created May 13, 2017 14:29
Show Gist options
  • Save flayder/5a67d2f704539938c62909ccc1a0c958 to your computer and use it in GitHub Desktop.
Save flayder/5a67d2f704539938c62909ccc1a0c958 to your computer and use it in GitHub Desktop.
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>
var onloadCallback = function() {
var widgetId1 = grecaptcha.render('example1', {
'sitekey' : '6Ld6PSEUAAAAAEis4N9UgDpSwsu3OXyS2nhV0kW_',
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment