Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AJAX API option #30

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add AJAX API option #30

wants to merge 4 commits into from

Conversation

p00ya
Copy link

@p00ya p00ya commented Sep 1, 2010

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.

p00ya added 4 commits July 31, 2010 06:27
Make the AJAX API available as an option.  This makes reCAPTCHA usable
with blogs using the application/xhtml+xml (and other XML) media types.
New function bypass_recaptcha() to test if captcha is needed.
This prevents a "Recaptcha.widget is null" error on archive pages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant