/ Published in: Other
Expand |
Embed | Plain Text
<script type="text/javascript"> window.fbAsyncInit = function() { FB.Canvas.setAutoGrow(); } // Do things that will sometimes call sizeChangeCallback() function sizeChangeCallback() { FB.Canvas.setAutoGrow(); } </script> <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"></script> <script> FB.init({ appId : 'CHANGE TO APP ID', status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); </script> <style type="text/css"> body { width:520px; overflow:hidden; margin:0; padding:0; border:0; } </style>
You need to login to post a comment.
