-
Author
-
February 24, 2015 at 21:32 #47448
minident
ParticipantI want to use “registration page using FaceBook account”
how can i do it ?
WHen I clicked the facebook icon, it doesn’t show anything…
February 24, 2015 at 21:48 #47451sharmstr
ModeratorPlease do not post your question twice.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 27, 2015 at 02:41 #47923minident
ParticipantI 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.February 27, 2015 at 15:07 #47973sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.