Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div id="fb-root"></div>
  2.     <script>
  3.       window.fbAsyncInit = function() {
  4.         FB.init({
  5.           appId  : '227569193920606',
  6.           status : true, // check login status
  7.           cookie : true, // enable cookies to allow the server to access the session
  8.           xfbml  : true  // parse XFBML
  9.         });
  10.         publish();
  11.       };
  12.       (function() {
  13.         var e = document.createElement('script');
  14.         e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
  15.         e.async = true;
  16.         document.getElementById('fb-root').appendChild(e);
  17.        
  18.       }());
  19.       FB.Canvas.setAutoResize(false);
  20.       FB.Canvas.setSize({ width: 640, height: 1200 });
  21.    </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement