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

  • Author
  • #47448
     minident
    Participant

    I want to use “registration page using FaceBook account”

    how can i do it ?

    WHen I clicked the facebook icon, it doesn’t show anything…

    #47451
     sharmstr
    Moderator

    Please do not post your question twice.

    https://archived.seventhqueen.com/forums/topic/how-can-i-create-facebook-login-for-my-user#post-37381

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #47923
     minident
    Participant

    I don’t understand… can you help me ?
    where can i input those”script”
    ————————-
    Setup the Facebook SDK for JavaScript
    The following snippet of code will give the basic version of the SDK where the options are set to their most common defaults. You should insert it directly after the opening <body> tag on each page you want to load it:
    <script>
    window.fbAsyncInit = function() {
    FB.init({
    appId : ‘1574310382813823’,
    xfbml : true,
    version : ‘v2.2’
    });
    };

    (function(d, s, id){
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) {return;}
    js = d.createElement(s); js.id = id;
    js.src = “//connect.facebook.net/en_US/sdk.js”;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));
    </script>
    You can also configure the SDK with advanced settings.

    #47973
     sharmstr
    Moderator

    You dont need to do that. Just go to wp admin > theme options > Misc. Turn on Facebook and enter the app id you get from facebook when you set up the account.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?