Topic-icon Twitter LogIn Auto Registration

Active Subscriptions:

None
8 years 11 months ago #53237 by sclaggett
Hello,

We were testing using the login function and auto registration for collecting user names and emails prior to a launch. Works great for facebook, linkedin, and google but not twitter. Twitter seems to pass through and connect but it does not create a user. Does this not support that functionality? www.stocknights.com

Thanks
Stuart
The topic has been locked.
Support Specialist
8 years 11 months ago #53238 by alzander

Twitter seems to pass through and connect but it does not create a user. Does this not support that functionality?

This is standard functionality for Twitter. Users can authenticate and login with Twitter, along with some profile information being imported. However, Twitter does not allow retrieval of a user's email address. Because of that, JFBConnect has to send the user to a quick registration page.

You can configure the fields that show on that registration page to make it very minimal in the Configuration area of JFBConnect. It's possible to hide the username and password fields so all that's asked is the user's email address. That can make the registration page (which has configurable language strings) an easy stop on the registration path that just says, "Oh, by the way, what's your email address?". The user won't even fully realize it's a registration page, though they'll need to fill it out to actually create an account.

I hope that helps explain and gives some more information on what's possible.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
8 years 11 months ago #53239 by sclaggett
Thank you Alex for your prompt response. We will just drop twitter although your suggestions were helpful.

Now if I can only get those icons centered on the page instead of pulled-left or right.

Have a good day.
The topic has been locked.
Support Specialist
8 years 11 months ago #53246 by alzander
Try the following styles:
/* Center the text/heading */
#sclogin-109 {
  text-align: center;
}

/* Make the buttons center aligned */
.sclogin.sourcecoast .pull-left {
  float: none !important;
  display: inline-block;
}
Best of luck with your site launch, and we hope to see you back as an active subscriber soon!

Thanks,
Alex
The topic has been locked.