-
To be honest I don’t know, I’ve googled it but there is not much on this topic. Maybe you can ask for some support on stackoverflow: https://developers.facebook.com/support/ . Im having a look on the facebook developer pages and V1.0 is actually the old version. There is now a V2.0. There are a couple of things you could maybe look at to improve facebook login, including a seperate permission stage in the login process: https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.0#re-launching-permissions-dialog
Hi Ahmed,
is it possible to specify redirects with the social shortcode? In the normal form we can add register_redirect to our code which gives us great flexibility. I am trying to do the same with the social shortcode but I’m having no luck. Is register_redirect supposed to work? If not, can you suggest any tricks/workarounds?
I thought I could use the Custom Redirects option but that will set up the redirect for all social logins done on my site. I am trying to have specific redirects based on the page people register…
Thanks!Cheers
Twitter and Google has custom redirect options in login / register. In addition to that, you may also use custom redirects addon to achieve the same result.
Hi! Are you saying that I can actually set up custom redirects (using the admin panel) for each individual page that offers a registration form/social connect?
No, each form/shortcode, that’s not possible (Only with facebook)
facebook_redirect is a shortcode option, only available for facebook social connect through register shortcode only.
Hey, great addition! Is there a way to display the buttons all on the same line instead of below each other. I have tried a few things like separate code for each [userpro_social_connect width=”120px” twitter=0 google=0 size=normal] etc. but they always seems to go below each other.
How can I display them in a line instead?
Thanks
No, you need to alter the css /add custom css to easily achieve this result. Simply by changing a { from display: inline-block to display: inline 🙂
Hi there,
Thanks to userpro and peem I added the large button on my site : http://www.lebienveillant.com, it’s beautiful on safari and firefox, but there is an issue with google Chrome.
Also – but it’s a different question – I can’t modify the font size in the button, I wonder if the css code is not overridden by something else (theme ?). I disabled my cache plugin.
Thanks,
Laurent
You must be logged in to reply to this topic.