Return to Snippet

Revision: 36974
at December 2, 2010 02:04 by afendy


Initial Code
<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>

Initial URL


Initial Description


Initial Title
2. Masukkan Kod Berikut Selepas Carian Kod Diatas

Initial Tags


Initial Language
HTML