Skip to content

Instantly share code, notes, and snippets.

@ptasker
Created November 12, 2012 16:19
Show Gist options
  • Select an option

  • Save ptasker/4060263 to your computer and use it in GitHub Desktop.

Select an option

Save ptasker/4060263 to your computer and use it in GitHub Desktop.
Facebook - Redirect app to tab
<?php
if ( isset( $_SERVER['HTTP_ORIGIN'] ) && stristr( $_SERVER['HTTP_ORIGIN'], 'apps.facebook.com' ) ) {
echo("<script> top.location.href='" . c_i( 'fb_tab_url' ) . "'</script>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment