• Thank for good plugin,
    i have two question

    1. How insert url profile to wordpress
    Ex: $uc->profileURL = (array_key_exists(“link”, $item)) ? $item[“link”] : “https://www.facebook.com/profile.php?id=” . $uc->identifier;

    $this->user->profile->profileURL = (array_key_exists(‘link’, $data)) ? $data[‘link’] : “”; (P/S: code from plugin wp social plugin)

    2. How same UID FB [fb_user_id] in wp_usermeta – width Facebook URL UID
    Ex: https://www.facebook.com/profile.php?id=100023953607676

    How fb_user_id = 100023953607676 (present is number special)
    Thank

    • This topic was modified 6 years, 6 months ago by Hao Duy.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How same UID in FB with fb_user_id in wp_usermeta’ is closed to new replies.