Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The file front/social_login/linkedin.js is using for this.
    Deregister(the_champ_sl_linkedin) it from your functions.php.
    Enqueue new js, where you could specify the fields.
    Example:

    IN.Event.on(IN,'auth',function(){theChampLoadingIcon();IN.API.Profile("me").fields(["email-address","id","first-name","last-name","location","headline","picture-url","public-profile-url"]).result(function(result){if(result.values[0].id&&result.values[0].id!=''){theChampCallAjax(function(){theChampAjaxUserAuth(result.values[0],'linkedin')})}})});
    function theChampLinkedInOnLoad(){theChampDisplayLoginIcon(document,'theChampLinkedinButton')}
    Plugin Author Rajat Varlani

    (@the_champ)

    Hi Alessio,

    Would you drop me an email at lordofthechamps[at]gmail[dot]com regarding this so that I can help you with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Linkedin user profile fields’ is closed to new replies.