LinkedIn login

This topic contains 19 replies, has 3 voices, and was last updated by  Patrik 5 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #3175

    Leigh
    Buyer
    Post count: 105

    Hello,
    I have an issue with social log in that I’ve seen other forum discussions around.
    One of the issues is with hosting?
    Can you please check using my credentials in next post if this is my issue too?
    Plus, when it works, will the LinkedIn profile pic be the profile pic for my users automatically?
    I can’t see on profile page anywhere for users to edit profile pic – only header.
    Thanks 🙂

    #3176

    Leigh
    Buyer
    Post count: 105
    This reply has been marked as private.
    #3180

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    I can see your plugins are up to date.

    When I click to register with linkedin I see a 500 error at the URL:
    ?action=uwp_social_authenticate&provider=LinkedIn

    Please reply with updated FTP information. I am seeing an authentication issue with the credentials you provided. We will need working FTP to diagnose the issue.

    Thanks

    #3187

    Leigh
    Buyer
    Post count: 105
    This reply has been marked as private.
    #3188

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #3196

    Leigh
    Buyer
    Post count: 105

    Hi guys, any thing else I can provide which can help to sort this out?

    #3202

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for your patience, the developers will take a look as soon as they can.

    #3206

    Patrik
    Moderator
    Post count: 1971
    This reply has been marked as private.
    #3207

    Leigh
    Buyer
    Post count: 105

    Thanks so much @patrik !
    Hoping you could let me know how to edit text on the registration form?
    Having a sign in with LinkedIn is great – but it needs to say “Sign in using LinkedIn” or similar to highlight the option.
    See attached 1st pic of how my register form looks…
    I went into Userswp to edit forms etc but I don’t see how to add the text near the LinkedIn icon

    #3208

    Patrik
    Moderator
    Post count: 1971

    Hi Leigh,

    There is no simple way to do it but you can try following code if it helps you:

    
    
    add_action( 'uwp_social_fields', 'uwp_social_fields_cb', 9, 1 );
    function uwp_social_fields_cb($type) {
        if ($type == 'register') {
            echo 'Sign in using LinkedIn ';
        }
    }

    If you want both on same line then you may have to apply some CSS. Let me know if you need any help from my side.

    Regards,
    Patrik

    #3215

    Leigh
    Buyer
    Post count: 105

    Thanks @patrik
    I added above code to GD>Design>Scripts but I didn’t notice a difference.
    Apologies for being slow 😉 Have I put it in the right place?

    #3217

    Patrik
    Moderator
    Post count: 1971

    Hi Leigh,

    You need to put that code in functions.php file of the currently active theme. It is PHP code so it will not work in Scripts settings. I have added it to your site via FTP. Please check and let me know if any changes or issues.

    Regards,
    Patrik

    #3218

    Leigh
    Buyer
    Post count: 105

    Oh you are gorgeous!!! Thank you @patrik
    It works!
    🙂

    #3224

    Leigh
    Buyer
    Post count: 105
    This reply has been marked as private.
    #3225

    Patrik
    Moderator
    Post count: 1971

    Hi,

    I have fixed on your another site as well. Please have a look and let me know if any issues.

    Regards,
    Patrik

Viewing 15 posts - 1 through 15 (of 20 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket