alixandru / q2a-open-login

Question2Answer Open Login plugin
62 stars 44 forks source link

List of suggestions #7

Closed TohidN closed 11 years ago

TohidN commented 11 years ago
  1. Provide documentation about how to acquire API keys in plugin options(all are listed in 'Supported Providers' column in http://hybridauth.sourceforge.net/userguide.html but most users cant find it)
  2. 'Windows live' zocial login & logout button is not correctly styled. it should have 'windows' class instead of 'live'. adding this code in 'qa-open-login.php' in 'printCode()' function after getting '$showInHeader' value can solve the problem. if ($key=="live") $key="windows";
  3. while logging with Google it stops at "mysite.com/?provider=Google&code=404" without logging in. is this because of "callback URL"? how can I solve this?

thanks & best regard.

alixandru commented 11 years ago

Thanks for the suggestions. Items 1 and 2 have been implemented in the new version of the plugin (2.0.1). I hope your # 3 issue is gone now. If not, let me know and I'll have a look.

TohidN commented 11 years ago

about 2nd suggestion: it seems that in new version you use $key variable to create login link( in $tourl). so in new version although it solved 'zocial css' problem, it generates wrong login link for Windows Live login(site.net/?login=windows instead of site.net/?login=live). it would be great if you could use 2 $key variables, one for CSS & other for URLs.

alixandru commented 10 years ago

Right, sorry for this. It should be corrected now on the development branch.