blaenk / wp-recaptcha

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

Be compatible with the XHTML mime type #29

Closed p00ya closed 13 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

blaenk commented 14 years ago

Cool, thanks. Go ahead and file a pull request if you want :D