Skip to content

Instantly share code, notes, and snippets.

@LiamChapman
Created June 4, 2014 12:51
Show Gist options
  • Select an option

  • Save LiamChapman/f744080364ca4b7a2753 to your computer and use it in GitHub Desktop.

Select an option

Save LiamChapman/f744080364ca4b7a2753 to your computer and use it in GitHub Desktop.
A little snippet to check if in an iFrame. Handy for apps on Facebook.
var inIframe = window.location !== window.parent.location;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment