Skip to content

Instantly share code, notes, and snippets.

@Riaan-ZA
Created July 10, 2012 09:23
Show Gist options
  • Save Riaan-ZA/3082261 to your computer and use it in GitHub Desktop.
Save Riaan-ZA/3082261 to your computer and use it in GitHub Desktop.
Facebook: Remove Scrollbars
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId : 'ID_HERE',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
window.fbAsyncInit = function() {
FB.Canvas.setAutoGrow();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment