Skip to content

Instantly share code, notes, and snippets.

@swapnilshrikhande
Last active April 25, 2017 15:11
Show Gist options
  • Save swapnilshrikhande/878a8c24c8a8012dbbf7a349d674bbdf to your computer and use it in GitHub Desktop.
Save swapnilshrikhande/878a8c24c8a8012dbbf7a349d674bbdf to your computer and use it in GitHub Desktop.
<apex:page >
<script src="{!URLFOR($Resource.recaptcha_wc, 'webcomponentsjs/webcomponents-lite.min.js')}"></script>
<link rel="import" href="{!URLFOR($Resource.recaptcha_wc, 're-captcha/re-captcha.html')}"/>
<re-captcha sitekey="6LdAph4UAAAAAFMj2Qk6huZS27MppjnrkYlEeYNE"></re-captcha>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment