Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <script type="text/javascript">
  2. window.fbAsyncInit = function() {
  3. FB.Canvas.setAutoGrow();
  4. }
  5. // Do things that will sometimes call sizeChangeCallback()
  6. function sizeChangeCallback() {
  7. FB.Canvas.setSize({ width: 810, height: 700 });
  8. }
  9. </script>
  10.  
  11. <style type="text/css">
  12. body {
  13. width:100%;
  14. overflow:hidden;
  15. }
  16. </style>
  17.  
  18. <div id="fb-root"></div>
  19.  
  20. <script src="https://connect.facebook.net/en_US/all.js"></script>
  21.  
  22. <script>
  23. FB.init({
  24. appId : '127502060729545',
  25. status : true, // check login status
  26. cookie : true, // enable cookies to allow the server to access the session
  27. xfbml : true // parse XFBML
  28. });
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement