Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
2.2k views
in Q2A Core by
How to add OpenID or Twitter id or facebook id to Q&A so it will be easy for user to ask or answer question. Thanks!

2 Answers

0 votes
by
With a small amount of PHP code, Question2Answer can integrate with any external user management system - take a look at the single sign-on installation instructions here: http://www.question2answer.org/advanced.php

In the case you're asking about, you'd need to build a small layer to implement OpenID (or whatever) logins, and then you can use Question2Answer's support for external user managment to integrate with that layer.
by
i realize this function after installation. can setup this as instructions here: http://www.question2answer.org/advanced.php or i need to install new?
by
can you enplane detail step by step to do this.  
need to build a small layer - not understand
asked Jul 20, 2012 in Q2A Core by
edited Jul 20, 2012 by
Q2A Running "on Wordpress", add OpenID?
0 votes
by
Now Twitter Facebook dont support OpenID, they support OAuth. But you can implement Google, Yahoo, Aol using OpenID as well as OAuth.

For Implementing facebook and Twitter take a look on this link:

For Facebook   http://developers.facebook.com/docs/reference/plugins/login/

For Twitter        https://dev.twitter.com/docs/twitter-for-websites

Alternate If you want to implement more providers like Google, Yahoo, LinkedIn and more with Facebook Twitter using OpenID and OAuth than you can see this link http://www.loginradius.com/
...