(Feb 27th, 2009, 3:03 PM)yettyn Wrote: I will surely take a look at moving the other captcha over to api, no time frame though as project I work on also include none web parts that need to be ready before the www part, but certainly with a few weeks.Yettyn, was wondering if you have made any progress on this yet?
In the meanwhile, I plugged in the javascript before the </header> where you can change the theme name, "clean" and "white" are much more mininmalist (gray/white colors) that could work a lot better with most sites and "blackglass" is good for techy, game sites.
Code:
<script>
var RecaptchaOptions = {
theme : 'clean',
};
</script>