
Facebook geliştiricileri tarafından hazırlanmış plugins’ler sayesinde bir kaç tıkla sitenizi daha sosyal hale getirebiliyorsunuz
Bunu nasıl yaptığım hakkında detaylı bilgiler yazının devamında ..
Facebook’a kullanıcı girişi yapın daha sonra Developers.Facebook.com/plugins adresinde comment box plugins’ine tıklayın.
Sitenizde kullanacağız kodları (
[php]<fb:comments></fb:comments>[/php]
) alıp temanızın uygun (comments.php gibi) yerine yapıştırın.
Daha sonra aşağıdaki kodları </body> etiketinizden öncesine ekleyin
[php]
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: ‘your app id’, status: true, cookie: true,
xfbml: true});
};
(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);
}());
</script>
[/php]
Güncelleme 30 Mayıs 2010