Socialid.login.startConnectClick

(Difference between revisions)
Jump to: navigation, search
(Parameters)
Line 18: Line 18:
 
! align="left" width="200px" | provider
 
! align="left" width="200px" | provider
 
| width="200px" | required
 
| width="200px" | required
| Determines which provider will be used in the connect process. It could be "facebook", "twitter", "linkedin" or "gplus".
+
| Determines which provider will be used in the connect process. Can be "facebook", "twitter", "linkedin" or "gplus".
 
|}
 
|}
  

Revision as of 13:12, 4 November 2014

Contents

Description

Opens the popup dialog to connect a new provider credential in the current login session when the user clicks on a DOM element.

The operation is similar to socialid.login.renderConnectWidget, except for the fact that no widget will be rendered. The triggered events are the same as the widget.

Usage

 socialid.login.startConnectClick(elementId, provider)

Parameters

elementId required Id of a DOM element.
provider required Determines which provider will be used in the connect process. Can be "facebook", "twitter", "linkedin" or "gplus".

Example

It opens a popup starting the login dialog with Twitter when the user clicks on the "twitter_connect" element:

 socialid.login.init(1);
 socialid.login.startConnectClick("twitter_connect", "twitter");

You can test this parameters in our playground: https://sid-examples.herokuapp.com/social_logins/playground

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox