3Pillar Labs
Forum Replies Created
-
Forum: Plugins
In reply to: [Socialauth-WordPress] [Plugin: Socialauth-WP] Re-Order ProvidersHi,
you can get a start from here : https://developers.google.com/+/api/oauth
Hi Nick,
Adding additional provider is quite easy with a few steps. All you have to do is :
1. Download additional providers packages from http://hybridauth.sourceforge.net/download.html#index
2. you will get a zip file, unzip it and look for hybridauth-vkontakte folder in it.
3. Once you find that folder, you will see another directory named ‘Providers’ and a file file in it named ‘Vkontakte.php’.
4. Copy this .php file to our plugin in socialAuth-wp->hybridauth->Hybrid->Providers.
5. Next, go to socialAuth-wp->hybridauth->config.php and at the end of providers array add followings lines:"Vkontakte" => array ( "enabled" => true, "keys" => array ( "id" => "", "secret" => "" ) ),6. Login to your WordPress installation by Admin user and in the SocialAuth-Worpdress settings, Vkontakte started appearing. It will be disabled initially, enable it by providing “Id”, “secret” values.
7. This is it. You are done.Hi hiccupsolutions,
to show all icons in front end, do the followings:
1. download plugin.
2. Extract it to your WordPress installation plugin directory.
3. Login to your WordPress installation and go to settings-> SocialAUth-WordPress.
4. Enable providers from here and inputs required settings.
5. Now logout and you will see all enable providers on frontend.Forum: Plugins
In reply to: [Socialauth-WordPress] [Plugin: Socialauth-WordPress] facebook loginHi zenithjhony,
you need not to explicitly build any URL for any of provider. There is library as part of plugin that does all this for you.
Also, we have released a new version, you might want to have a look.
Keep enjoying !!!
Hi vbk100,
We have released a new version in recent past, you might want to have a look.
We are targeting ‘multi-site feature’ for next version and hope you will get this in next release.
Feel free to reaches us, if you face any other issues with this plugin. Keep enjoying !!!
Hi KatieKat,
We and other users of plugin are not facing this error (you mentioned above).
We have recently released a new version, We would suggest you to update to new version and check if you still face this issue. It seems like some installation issue.
Feel free to reach, if still face this or any other issue with this plugin !!!
Forum: Plugins
In reply to: [Socialauth-WordPress] [Plugin: Socialauth-WordPress] Facebook commentsHi harryfinn,
We and other users of plugin are not facing this error (you mentioned above).
We have recently released a new version, We would suggest you to update to new version and check if you still face this issue. It seems like some installation issue.
Feel free to reach, if still face this or any other issue with this plugin !!!
Hi vbk100,
we have released a new version which will enables you to control how avatars are shown in your word-press installation.
After you install this new-version:
a) You will see a new option ‘Accessibility Settings ->Profile Picture/Avatar Comes From’ on plugin settings page. you can go for one of 2 options to change avatar display.– If you choose ‘Authenticating Provider’, then profile pic/avatar will be same as your picture on your authenticating provider. e.g you FB profile picture will be displayed, if you are logged in with FB.
– If you choose ‘Gravatar’, then hen profile pic/avatar will come from gravatar.com; if you do not have a account there, no image logo will be shown.
Hope that adds some value to this plugin for you, keep enjoying 🙂
Hi dlopeman,
we have released a new version which will enables you to control how avatars are shown in your word-press installation.
After you install this new-version:
a) You will see a new option ‘Accessibility Settings ->Profile Picture/Avatar Comes From’ on plugin settings page. you can go for one of 2 options to change avatar display.– If you choose ‘Authenticating Provider’, then profile pic/avatar will be same as your picture on your authenticating provider. e.g you FB profile picture will be displayed, if you are logged in with FB.
– If you choose ‘Gravatar’, then hen profile pic/avatar will come from gravatar.com; if you do not have a account there, no image logo will be shown.
Hope that adds some value to this plugin for you, keep enjoying 🙂
We’ll look into this and report back hopefully soon!
Forum: Plugins
In reply to: [Socialauth-WordPress] [Plugin: Socialauth-WordPress] Facebook commentsHi harryfinn,
If we are understanding you correct, you want to login to wordpress site with your facebook account and than than wanted to post comments on posts/pages which are already there in wordpress site.
This should work fine for you. we have already have that in this plugin and tested that.
however, If you are trying to post comments from wordpress site to facebook wall or you are doing it some other way, please do let us know the complete scenario, we will see how we can help you.
We will have a look at the error message, you posted and will come up with why this happened and what is appropriate fix for this.
Hi gauravsharma,
We have applied a fix and now you will see all of your contacts.
Yes, sure, development work is going on and we will cover #2 and #3 from your comments soon. We have released a new version today with some new features, you can update to that till than.
Forum: Plugins
In reply to: [Socialauth-WordPress] [Plugin: Socialauth-WP] Re-Order ProvidersHi Katie,
We have released a new version in which you can re-order providers to set how they appear on login screen.
Option for this is available for ‘Administrator’ in ‘SocialAuth-Wordpress’ settings under ‘Accessibility Section’.
Thanks for bringing this to our attention! We are able to reproduce this issue and looking into it.