Miled
Forum Replies Created
-
to be honest, i have no clue..
i’ll try to look into it and hopefully come to a solution soon
does it happen with every browser or other providers?
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] Steam login?most likely it wont be added to the plugin.. but if you are familiar with PHP here is some tips so you can do it on your own (as it should be quite easy to do since steam use openid) :
1. open wordpress-social-login\hybridauth\Hybrid\Providers\AOL.php
2. find and replace
var $openidIdentifier = "http://openid.aol.com/";
by
var $openidIdentifier = "http://steamcommunity.com/openid/id/";3. activate AOL from “Providers setup” tabs and then try to connect with (you will be redirected to steam website for authentication instead)
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] 2 things to changeThanks dunand!
as jlnd said, not all networks provide the user email, and we simply have to create a fake one to complete the user registration.
also i added the code provided by jlnd to display the user avatar ( this should be available on the next release as well)
Thanks a lot!I added an option to set a “Redirect URL” on the plugin customize tab
this should be available on the next release
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] Cannot see avatarsokey i see. actually the plugin is made to load the user avatar only on comments views.. im not sure if its possible to make it work also on the admin side but i’ll give it a try
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] Cannot see avatarsout of curiosity i’ve tried that and it seems to works fine for me.. http://hybridauth.sf.net/demos/wpgridtheme.gif