blaenk / wp-recaptcha

I gave ownership of this project to Google many years ago
Other
38 stars 16 forks source link

Add AJAX API option #30

Open p00ya opened 14 years ago

p00ya commented 14 years ago

There are javascript errors because of document.write using the current API. You need to use the AJAX API instead, see: http://scarff.id.au/blog/2010/xhtml-fixes-for-the-wordpress-recaptcha-plugin/

I've implemented it (as an option in the configuration) on this branch: http://github.com/p00ya/wp-recaptcha

Make the AJAX API available as an option. This makes reCAPTCHA usable with blogs using the application/xhtml+xml (and other XML) media types.