Resource icon

Social Network Authentication (Twitter, Google, VK.com) 1.0

No permission to download
I will look into it. It is partially Google's fault. They make things overcomplicated and deliver 'half-assed' solutions. Like f.e. I cannot even add YouTube to my (paid) Google Office/Apps account cause in my country 'Google Youtube for Google Apps is not rolled out yet cause it is not a core application'. I now have to logout and login to a secondary gmail account just to post on YouTube ... -.-
 

Attachments

  • Screenshot_42.webp
    Screenshot_42.webp
    19.9 KB · Views: 70
In google app set redirects:
Code:
http://example.com/register/google
http://example.com/register/google?assoc=1

my forum is @ http://www.sternfannetwork.com/xen/
I'm using XenPorta if that matters

for Google Redirect URI I'm using
Code:
http://www.sternfannetwork.com/xen/register/google
http://www.sternfannetwork.com/xen/register/google?assoc=1

and for Authorized Javascript origins
Code:
http://www.sternfannetwork.com

i've tried it w/ & without the www. part

when I try to login w/ google it allows me to enter a email & pass but then I get the error
Code:
Error: redirect_uri_mismatch
 
The redirect URI in the request: http://www.sternfannetwork.com/xen/index.php?register/google did not match a registered redirect URI

do I need to add the index.php part to the redirect?
do I need to add the /xen/ to the javascript

thanks in advance
 
UPDATE : adding the index.php part id the trick. my Redirect URL is now & it's working!!
Code:
http://www.sternfannetwork.com/xen/register/google
http://www.sternfannetwork.com/xen/register/google?assoc=1
http://www.sternfannetwork.com/xen/index.php?register/google
http://www.sternfannetwork.com/xen/index.php?register/google?assoc=1
 
Excluded them at least for the first time since there are too many of them to be in sidebar.
They actually can be added (optionally) later if it makes sense.

would really like to see it in the sidebar. Would also be nice w/ smaller icons sitting next to each other.

ultimately it could be nice to have the them at the quick reply box Huffington Post style. When reading a story there you can post a comment & if you aren't logged in, you get this overlay when you click reply.
Screenshot_1.webp

could make it that much easier for lurkers to make that first post.

thanks by the way for the great job
 
would really like to see it in the sidebar. Would also be nice w/ smaller icons sitting next to each other.

ultimately it could be nice to have the them at the quick reply box Huffington Post style. When reading a story there you can post a comment & if you aren't logged in, you get this overlay when you click reply.
could make it that much easier for lurkers to make that first post.

thanks by the way for the great job

If you want it in the sidebar there is some advice on the template modifications necessary here: http://xenforo.com/community/resour...oogle-and-steam-in-sidebar-visitor-panel.651/

We use it at our site, http://www.valvetime.net/forum.

As for smaller icons... These are quite small! At least compared to the default ones.

Currently, the Quick Reply box is hidden for visitors and a little link is in its place that says "You must be logged in" etc.

Clicking on that link drops down the login bar form.

Are we saying that you want the quick reply to be there, enable a visitor to type a message, and then clicking on reply tells them they need to sign up?

Hmm, I guess that would help actually. If they've gone so far as to type a message then surely they'll continue that to logging in.

Let me look at this. I have a feeling it's not going to be as straight forward as it is in my head, but it's worth a try :)
 
Are we saying that you want the quick reply to be there, enable a visitor to type a message, and then clicking on reply tells them they need to sign up?
Yes :)

TBH it will make forum more n00b friendly. If they don't know that they need to login to post something, then it'd help them lot. They post a reply, then the overlay shown in above image appears, that'd be great !

Thank you :)
 
Yes :)

TBH it will make forum more n00b friendly. If they don't know that they need to login to post something, then it'd help them lot. They post a reply, then the overlay shown in above image appears, that'd be great !

Thank you :)
I'm not at all promising anything, but I'll have a go and if I can't do it then I'll post the request in the proper place.
 
  • Like
Reactions: avi
If you want it in the sidebar there is some advice on the template modifications necessary here: http://xenforo.com/community/resour...oogle-and-steam-in-sidebar-visitor-panel.651/

We use it at our site, http://www.valvetime.net/forum.
thanks

Currently, the Quick Reply box is hidden for visitors and a little link is in its place that says "You must be logged in" etc.

Clicking on that link drops down the login bar form.

Are we saying that you want the quick reply to be there, enable a visitor to type a message, and then clicking on reply tells them they need to sign up?

Hmm, I guess that would help actually. If they've gone so far as to type a message then surely they'll continue that to logging in.

Let me look at this. I have a feeling it's not going to be as straight forward as it is in my head, but it's worth a try :)
yep that's exactly it. on Huffington Post you can go to any article and if you scroll past it there is a comment form much like our quick reply box. you type the message & then click the "Post Comment" button. if you aren't logged in it gives you the overlay I posted letting you log in or create an account using your facebook login. I understand it's not something simple. just thought it would be a nice feature that converts lurkers to members & figured I'd suggest it.

thanks again
 
Can someone please share a step by step for creating the google credentials ?

If I go to the link provided I get the overview.
Clicking in API Access I get what you can see in the attachment.

What to do ?

Thanks.
google-api.webp
 
Back
Top Bottom