Hi,
Firstly, thanks for the Google Connect Plugin.
I have been trying for quite some time now but couldn't get " Google Connect Plugin" to work as desired.
1) When I don't add the following code in head.php
<div style="display:none;"><?php gc_login_button(); ?></div>
Then the behavior is:
After clicking on "Sign in with Google", it takes me to Google, and then after selecting the Google account, it redirects to the homepage but user is not logged in.
2) When I add the code- <div style="display:none;"><?php gc_login_button(); ?></div> to head.php
Then the behavior is:
After clicking on "Sign in with Google", it takes me to Google, and then after selecting the Google account, it DOES NOT redirects to the homepage. It stays on the Google page, the page where Google account is displayed to be selected.
Please advise how to resolve this, please.