facebook connect login
Page 1 of 1
facebook connect login
how to add a script from facebook .. for facebook connect login.
"
"
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:
- Code:
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '625810204213xxx',
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>
my forum:http://forumnas.goem.info/
Similar topics
» Facebook connect login
» Information: Disabling Facebook connect Module + Facebook "Like" Button + Paypal.
» facebook connect doesn't work + facebook share button
» facebook button to connect to facebook page
» Facebook Connect
» Information: Disabling Facebook connect Module + Facebook "Like" Button + Paypal.
» facebook connect doesn't work + facebook share button
» facebook button to connect to facebook page
» Facebook Connect
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum