FBJS ve Facebook Connect ile facebook uygulamamızı kullanıcıların sayfasına profile box olarak eklemek için aşağıdaki kodları kullanıyoruz. 'api' burada api yazan yere uygulamanızın api sini girmeniz gerekmektedir.
<script src="http://static.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script type="text/javascript">
FB_RequireFeatures(["XFBML"],
function(){
FB.Facebook.init('api', '/channel/xd_receiver.html', {'doNotUseCachedConnectState':true });
FB.Connect.showAddSectionButton('profile',document.getElementById('profileAddDiv'))
});
</script>
<div id="profileAddDiv" > </div>
barisla.com
Hiç yorum yok:
Yorum Gönder