Forum Replies Created
-
Author
-
minident
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.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…
minident
ParticipantAnd also, I modified the home-page (( chondae.cafe24.com )))
also, I also remove the “”” leave a reply “” section … but when I tried, there are no tools…
how can i do that…??
mainly I want to use revolution slider on the main home page.. and foo-widget, head menu…
I am looking forward to your answer ..
Thank you..
-
AuthorPosts