Wrong manifest date corrected
View Gerard's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
I am having an issue using this plugin, I get this error
Something bad happen!
On which provider ? Do you have elgg installed in a subfolder or as full website ?
I have it installed on a subfolder would it effect it?
I have Restrict pages to logged-in users enabled too cause its a private site so its not going thru saying you have to be logged on to view website...!
@LT, restricted pages should not be a problem. I am not sure about subfolder. I had complaints before, and made a fix for subfolders, but I am not able to test that. Do you have a problem ? If so, what provider and what is the error ?
Thank you.
+ used it for twitter & google login and worked pretty straightforward
+ an admin button to check the dependencies & quite adequate documentation.
Though I specified a privacy document, could not see the link as per document.
Could be useful to add Tumbr.
Thank you again.
I made a small change to have a Qaptcha in order to avoid "social spammers", you should include it on next version. nuevainvestigacion.com.ar/zip/elgg_social_login.zip (I wrote some words on spanish but it's easy to translate it to any language with google)
Regards!
Great plugin thanks..
What about bridge. Plugin for integration with database from another application. That will be very useful.
Synchronization must be in both direction. I mean when somebody has registered or is already member and he log in, data has to be inserted in both database.
@Gonzalo, Thanks
@Mario, I am not quite sure what you mean. Could you elaborate about your idea ?
will this plugin post on the walls of the user and his friends about the site he just joined using the provider he used to login to elgg site
@Satheesh PM: No it does not. From an site administrator perspective a very good idea, but most users hate it when websites post messages. I will look into it and make it a plugin setting, so admin can make his own choice.
@Gerard, thank you very much for considering the idea...
i think the plugin i uploaded is your? @Gerard Kanters ? the facebook login is not working anymore all other logins work perfect
Something bad happen!
also should i delete the plugin i uploaded as it is yours?
can you rename the plugin name so it does not say elgg social login in the browser too?
thanks : )
@UK, you should check your Facebook app settings https://developers.facebook.com/apps. Facebook login is still working, there has been no change on that end. I have just picked up the development of the old HybridAuth plugin, which seems to be abandonded and improved it. Twitter working now (they changed their login api), more information is extracted from Facebook and LinkedIN.
If don't know your plugin, but if it also has improvements over mine, I suggest to put them on github in my repository so we can streamline the development.
i dont know whos it is i am sure you made the plugin
have a look in the manisfest its says centillien.com so must be yours maybe i am using a old one? i have all my details correctly setup i added some code to a footer plugin and it works perfect now : ) dont know why it stopped working maybe its a old version of your plugin http://community.elgg.org/plugins/1526347/1.8.1.6/working-tested-elgg-social-login-plugin
i got it working now anyways ; )
heres how i fixed it
http://community.elgg.org/discussion/view/1541152/facebook-login-no-plugin-html-java-code-how-to
looks better and acts like other sites that dont use plugins but only works with your plugin activated, without your plugin the social login using does not work, basically i am using your plugin but have added the code below to a footer plugin and now its working really good and much faster than before.
also using this method solved the problem of peoples pics not coming up, it either shows there pic or it shows a identicon pic , search for elgg identicon plugin if you dont have it. instead of showing nothing as it did before, this will do untill someone updates the social login plugin all logins work perfect just not facebook, maybe i founbd the reason why and this method may come in useful for all other social logins as i have found it acts alot faster using the script below.
<div id="fb-root"> </div>
<script>// <![CDATA[
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=YOUR APP ID";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
// ]]></script>
There is no need for that piece of js script. The plugin works fine without it. Pictures also works fine , but I am not familliar with identicon plugin.
The only thing that I am still not sure of, if the plugin works if Elgg is installed in a subfolder of an existing site. Is that maybe the case with you ?
hmm i dont know lol everything works now when i get a problem i will download your plugin : ) the auth new social login plugin doesnt work at all for me only yours works : ) its prob conflicts with a plugin i have installed i have around 100 plugins installed lol
Oke, glad it works for you. If you have trouble use this version, without any extensions and I can help trouble shoot.
thank you very much appreciated : )
This plugin work perfect for me. One question I have is about actually facebook: When someone try to login via facebook, facebook comes up with a text "will access your friends list, will access x, will access y...." . Pretty scary stuff. I look at facebook app for login but could not find how to limit these rights that "I am asking". Can anyone help please?
edit: pics still do not show up, i will download this again is this the latest social login you have edited made? @Gerard Kanters
@Uk, there are some small changes on the github version, but this release is stable and definitely works with profile pictures.
@inca, you are right that it might scare people, but actually it does none of these things. There is so far I know, no way to reduce it in your app settings. But if you find any, let us know !
can you give me the link for the github version please : ) will sort it later need to go teach some english now lol ^_^