You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "
RSS

Text

Followers

me

Powered by Blogger.

Search This Blog

content top

Mon chai

Ai Mon chai sudu tomai Valobasi,
Ai Mon chai sudu tomar kacha Aasi,
Ai Mon chai tumar mukher akto Hasi,
Ai Mon chai sudu thakte tumar Pasapasi

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

1 comments:

Anonymous said...

window.fbAsyncInit = function() {
FB.init({ appId: 'Your_APP_ID',
status: true,
cookie: true,
xfbml: true,
oauth: true});

showLoader(true);

function updateButton(response) {
button = document.getElementById('fb-auth');
userInfo = document.getElementById('user-info');

if (response.authResponse) {
//user is already logged in and connected
FB.api('/me', function(info) {
login(response, info);
});

button.onclick = function() {
FB.logout(function(response) {
logout(response);
});
};
} else {
//user is not connected to your app or logged out
button.innerHTML = 'Login';
button.onclick = function() {
showLoader(true);
FB.login(function(response) {
if (response.authResponse) {
FB.api('/me', function(info) {
login(response, info);
});
} else {
//user cancelled login or did not grant authorization
showLoader(false);
}
}, {scope:'email,user_birthday,status_update,publish_stream,user_about_me'});
}
}
}

// run once with current status and whenever the status changes
FB.getLoginStatus(updateButton);
FB.Event.subscribe('auth.statusChange', updateButton);
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol
+ '//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());

Post a Comment