Facebook Comment System Di Blogspot!!

1#REKA APLIKASI FACEBOOK

a. Reka sebuah aplikasi facebook di sini

  • masukkan nama aplikasi [ikut kesukaan korang]
  • pilih agree [setuju]
Facebook Comment System Di Blogspot!! 1

b. Lalui pemeriksaan keselematan

Facebook Comment System Di Blogspot!! 2

c. Lengkapkan maklumat aplikasi  [save terus pun tak pa juga, sebab kita cuma nak ambil ‘APP ID’]

Facebook Comment System Di Blogspot!! 3

d. Simpan APP ID korang baik-baik

2#UBAH SUAI TEMPLATE BLOG

a. Log In >> Papan Pemuka >> Reka Bentuk >> HTML Edit

Facebook Comment System Di Blogspot!! 4

b. cari kod <head> dan paste/tampal kod berikut sebelumnya. 

<div id="fb-root"></div>
<script>
    window.fbAsyncInit = function() {
    FB.init({
      appId  : 'YOUR   APP ID',
      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>
Facebook Comment System Di Blogspot!! 5

c. Gantikan ‘YOUR APP ID‘ dengan APP ID yang telah didapati dari Aplikasi Facebook.

d. Simpan!

3#PASANGKAN ALAT KOMEN

a. Log In >> Papan Pemuka >> Reka Bentuk >> Edit HTML

Facebook Comment System Di Blogspot!! 5

b. tandakan ‘‘ atau ‘expand template widget

c. cari <div class=’post-footer-line post-footer-line-2′>

d. paste/tampal kod berikut selepas kod tersebut :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<h3>Komen Via Facebook</h3><script src='https://connect.facebook.net/en_US/all.js#xfbml=1'/>
<div><fb:comments expr:href='data:post.url' expr:title='data:post.title' expr:xid='data:post.id' width='550'/></div>
</b:if>

d. Simpan!

e. SIAP! (hehehe)

-tutorial ini merupakan versi kemaskini-

1 thought on “Facebook Comment System Di Blogspot!!”

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.