Skip to content

Instantly share code, notes, and snippets.

@John2496
Created August 6, 2013 15:44
Show Gist options
  • Save John2496/6165701 to your computer and use it in GitHub Desktop.
Save John2496/6165701 to your computer and use it in GitHub Desktop.
if (top != window) {
console.log("Init: iframe mode");
$(document).ready(function() {
$('body').width(810).height(700).css('overflow', 'hidden');
});
} else {
top.location.href = "https://www.facebook.com/impracticaljokers/app_120478954789368";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment