This topic has 3 replies, 3 voices, and was last updated 10 years by Abe.

  • Author
  • #11702
     pinupmediallc
    Participant

    How can you add a membership level when someone logs in/registers with facebook. I am running into the problem that if someone registers with facebook they do not get the basic membership level that I created. Thank you.

    #11885
     Abe
    Keymaster

    Based on this:
    https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration

    you can assign a level when registering with Facebook like this:

    COPY CODE
    
    add_action('fb_register_action', 'kleo_pmpro_default_level');
    function kleo_pmpro_default_level($user_id) {
        pmpro_changeMembershipLevel(1,$user_id);
    }
    

    This one assigns level with ID 1

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #14543
     xlspecial
    Participant

    For some reason I am getting the white screen of death with the above code.

    This doesn’t have to be used in conjunction with the code used in the link you posted does it? If so, how do I add it to that as I already have that code working fine.

    Thanks

    #14885
     Abe
    Keymaster

    That is the complete code to use nothing more. Make sure you added it correctly

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?