私は自分のhtmlでgigyashowLoginUIjavascriptプラグインを試して使用しました。プラグインはソーシャルアイコンをレンダリングしました。gigyaのリダイレクト機能を使おうとしています。私はJavaScriptでredirectURLについて言及しました。それでも、gigyaは指定されたURLにリダイレクトしません。belwoコードサンプルを見つけてください
gigya.socialize.showLoginUI({
height: 85
,width: 100,
showTermsLink:false // remove 'Terms' link
,hideGigyaLink:true // remove 'Gigya' link
,buttonsStyle: 'standard' // Change the default buttons design to "Full Logos" design
,enabledProviders: 'facebook,twitter'
,showWhatsThis: false // Pop-up a hint describing the Login Plugin, when the user rolls over the Gigya link.
,containerID: 'loginDiv' // The component will embed itself inside the loginDiv Div
,sessionExpiration:0,
redirectURL:'https:...',
authCodeOnly:'true',
});