Jetpack sharing / recaptcha options
-
I use jetpack “Sharing”, and for email sharing of posts, I have activated “Recaptcha”.
Now Google’s recaptcha API offers some basic functionality including themes (such as blackglass or white) and also localisation to many languages.
I am trying to have Jetpack’s recaptcha with optional parameters to change the default theme (horrible Red) and also set a language (my blog is in spanish, but the recaptcha is in english – uncool).
The below is from google’s recaptcha API.
I am trying to figure out how to specify this options, if possible without having to customize wordpress or jetpack’s code (so that the customization survives WP and Jetpack updates)
Thanks
<script type=”text/javascript”>
var RecaptchaOptions = {
lang : ‘fr’,
theme : ‘custom’,
custom_theme_widget: ‘recaptcha_widget’
};
- The topic ‘Jetpack sharing / recaptcha options’ is closed to new replies.