Keren gak sih kalo blog kita punya kotak komentar dari facebook?? ingin tahu bagaimana cara memasang kotak komentar Facebook di blog kita??
Oke dah gak usah kebanyakan intro, langsung kita simak cara nya.
Jika sudah klik save, catat Applications ID'nya (Kode Aplikasi)
Jika sudah, masuk ke Akun Blogger kamu >> Rancangan(Design) >> Edit HTML >> Centang Expand Template Widget.
Kemudian cari kode berikut:
<body>
Setelah ketemu, masukkan kode dibawah ini tepat dibawah nya persis
<div id='fb-root'/>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : ' APP-ID Kamu ',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
Kemudian, Cari Kode <b:skin><
