Open p00ya opened 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.
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.