Hello Guys,
I’ve found the issue related to above problem. There is no bug in plugin. The issue was with Secure/In-secure(SSL). I fixed the url to https and it worked since my website was running with SSL. You can check the below url.
Rosen
Hello Rodrigo,
Just to let you know that the same above problem is coming with me. I figured that problem is with the js function is not working.
I have quoted an extract of the js code from google-plus/callback.php file
window.opener.wp_social_connect({'action' : 'social_connect', 'social_connect_provider' : 'google-plus',
'social_connect_signature' : '<?php echo $signature ?>',
'social_connect_google_id' : '<?php echo $google_id ?>',
'social_connect_email' : '<?php echo $email ?>',
'social_connect_first_name' : '<?php echo $first_name ?>',
'social_connect_last_name' : '<?php echo $last_name ?>',
'social_connect_profile_url' : '<?php echo $profile_url ?>'});
Kindly have a look. I am stuck here. Thanks in advance.