Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Ajax with Wordpress Login

How can I add a ajax login which call back to a different side by using API?

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

Like say logging into your wordpress site via your facebook or twitter account?

same theory but using my own existing site to instead of facebook or twitter. I am brand new to PHP, but i developed other languages for a while.

Kevin Korte
Kevin Korte
28,148 Points

So letting another site log in users based off user credentials on your site? Or just logging existing users into your site via ajax?

The second one. I have an existing site which has an user system. And I want to make a new knowledge base project on wordpress. So, I want to wordpress site using the same user system. In other words, using ajax to make sure that the user is existing in my non-wordpress site when a user is trying to see the knowledge base. Just wanna to build a simple gate for the knowldge base site.