Skip to content

Instantly share code, notes, and snippets.

@adrianthedev
Created December 16, 2012 17:38
Show Gist options
  • Save adrianthedev/4310039 to your computer and use it in GitHub Desktop.
Save adrianthedev/4310039 to your computer and use it in GitHub Desktop.
Facebook resize frame
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript" charset="utf-8">
FB.Canvas.setSize({ width: 810 ,height: 780 });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment