Hello,
I use only the connection with Facebook.
I would like to know if it's possible de custom the facebook button ?
Hello,
I use only the connection with Facebook.
I would like to know if it's possible de custom the facebook button ?
I would really like to know the answer for this 2 since the method provided doesn't work for me
Thank you for your reply !
I added their css to my style.css and then I changed the value of the parameter 'css_theme_uri': I put the absolute path to my stylesheet.
Now I would like to remove the "powered by..."
I just posted the answer for that here:
http://wordpress.org/support/topic/powered-by-link-below-social-network-icons?replies=2
I just used this thank you :)
.plugin .footer {
display: none;
}Even better, nice going!
How did you copy over the CSS specifically? I haven't done web design in a while, and cannot figure out how I would override the css that is on their server.
I have tried adding the following to my style.css file but it has not worked:
.plugin #providers .provider #button_facebook {
background-image: url("http://mmjstudentdiscount.com/wp-content/uploads/2013/04/facebook-login.png");
}In my login-form.php, there is this script:
<script type="text/javascript">
oneall.api.plugins.social_login.build("oneall_social_login_providers_xxxxxx", {
"providers": ["facebook"],
"callback_uri": (window.location.href + ((window.location.href.split('?')[1] ? '&':'?') + "oa_social_login_source=login")),
"css_theme_uri": "http://www.yoursite.net/wp-content/themes/yourtheme/style.css"
});
</script>
I just changed css_theme_uri
You must log in to post.