uCoz Community General Information uCoz Updates & Announcements Social Sign-Up + Customization of Fields (Update 13-2014) |
Social Sign-Up + Customization of Fields |
The update is available on all servers We've all been waiting for this day, and today we can proudly say "The day has come!". After several months of development and testing, registration with social networks becomes available for all websites created with uCoz! Here is how it may look on a website: Important:
- Will social sign-in be available for local users? - Yes, but at this moment we are unable to tell how soon. Let's see how it works and where it can be customized. Customization of fields: 2 sign-up steps! No more multiple fields in the registration form. The new registration feature is simple, and site administrators can choose themselves what fields and on which step will be filled in by users. All these settings can be found in Control Panel -> Users -> Module settings: - Will custom fields be available in the registration form? - Yes, we are already working on it. In addition to fields customization you can fully manage the layout of the uID registration form. The "uID users registration form" template is responsible for it: Social network settings. Custom apps. If you want to deactivate certain social networks or connect your custom applications to track registration statistics and use custom app icons, you can do this in the Users module: Here you can choose the necessary apps or create custom ones, set App ID and Secret Key. Login form: customization of elements. There are new options in the Users module settings: Connecting profiles on a website. You have a uID account on a uCoz website, and you want to connect your social accounts to it? Open your profile and click on the icon of the social networking site you want to connect: For this feature to appear on user profiles, site administrators must restore the default template in Design Customization, or paste the following code into the template: Code <script type="text/javascript"> function uSocialConnect(obj){ var social = obj.id.split('-')[1]; obj = $(obj); if(obj.hasClass('is-connected')){ if(confirm('Do you really want to disconnect the account??')){ obj.addClass('wait'); _uPostForm('',{type:'POST',url:'/index/sub/', data:{a:4,s:social}}); } }else if(!obj.hasClass('wait')){ uSocialLogin(social); } return false; } </script> <style type="text/css">.social-accounts { padding:10px 0 3px } .social-accounts .is-connected { opacity:.2!important } .social-accounts .wait i { background:url(/.s/img/icon/ajsml.gif) no-repeat center center!important } </style> <?if($_IS_OWN_PROFILE$ && $SOCIAL_LOGIN$)?></p> <div class="udtb" id="block17"> <div class="udtlb">Social accounts:</div> <div class="social-accounts">$SOCIAL_ACCOUNTS$</div> </div> <?endif?> That's it for today! But it doesn't mean we've stopped working on the social sign-up. We have a lot of interesting in store: new social networks, custom fields in the uID registration form and more. Follow the news! Have any questions or suggestions on the new sign-up? Feel free to post them below!
I'm not active on the forum anymore. Please contact other forum staff.
|
Eriko, so, the user had a local account. Then you enabled uID users on your website? But his account still remained local, and social sign-up is not available for local users at this moment, so that's probably why a new uID account was created.
I'm not active on the forum anymore. Please contact other forum staff.
|
My registration page( www.doardebine.ro/register ) reloads automatically.
Another problem is when i use the function "Use your own app"(facebook) in the social login, then the login with facebook won't work. Attachments:
2736132.gif
(85.6 Kb)
Post edited by Mar1aN - Wednesday, 2014-08-20, 2:00 PM
|
Delete this line from the uID Users registration form template: Code <meta http-equiv="REFRESH" content="0;url=http://www.doardebine.ro/index/3"> Another problem is when i use the function "Use your own app"(facebook) in the social login, then the login with facebook won't work. Ensure that the Facebook application isn't in Sandbox mode. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Thanks bigblog, there was a wrong ucoz conditional with a meta tag, probably from the update, i've corrected it.
Quote Mar1aN () Another problem is when i use the function "Use your own app"(facebook) in the social login, then the login with facebook won't work. Ensure that the Facebook application isn't in Sandbox mode. My application was not in Sandbox mode, the problem was i didn't added my website address in Settings -> App Domains. Now it works. |
dense0293, no, it is not possible. Well, if you have local users and then switch to uID, local users will remain local and will use their usernames + passwords to log in, but all new users will be uID users.
I'm not active on the forum anymore. Please contact other forum staff.
|
It seems social account can not revise basic information in their profile. I change these information on my uID (guid.uid.me) but it did not change at local site. I try to use administrator account to help but it is impossible either.
I think we should have someways to let user edit their basic information (birth day, first name, last name, gender...) on their profile. |
Hi Sunny,
I tried to use my own app , logging in and everything works with facebook. But i have a small problem that you might be able to fix with help from Tech Support. I get this error when i use my own app and not a full page app usage form like the uCoz social login. Attachments:
5088727.png
(141.5 Kb)
To busy building a passive income online ;)
|
Sorry but my english is bad
This is what I wanted for a long time , but now it is not consistent with a blogger . My site is a blog, and only me and a few of my friends can post , so I do not use the function register . I only use "social comment" to the comments made convenient , it is simply using 2 buttons and you can comment .But with the "social register" comment becomes difficult and longer , they must be enter the information personal, codes security and may be authentication email receiver only for work that can comment once , and they become members that can not post or do anything other than to comment . The membership management becomes difficult for us while we do not want users to register . What I want to just two functions "social comment" and "social register" operation independent of each other. Or "social register" option "to register to comment, do not create a member account" . Thank ! |
kelvingari, social register is equal to social comments , you can register with 1 click and start commenting , thats heaven for bloggers as far as i'm aware. But uCoz is still working hard on the social part of logins and much more so just be patient uCoz has much more under their sleeves
But I would recommend you to use the suggestion form here to be more spefific about what you want. http://forum.ucoz.com/forum/56-7902-1 To busy building a passive income online ;)
|
It seems social account can not revise basic information in their profile. I change these information on my uID (guid.uid.me) but it did not change at local site. The info changed in guid.uid.me should change on the website as well (except for the username). Did you try to relog in? Animorph, this isn't really an error, it's just a warning visible only to you as the app developer. Other users can't see it. I'm not active on the forum anymore. Please contact other forum staff.
|
| |||