Skip to content

Instantly share code, notes, and snippets.

@sjoonk
Created December 13, 2011 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjoonk/1470762 to your computer and use it in GitHub Desktop.
Save sjoonk/1470762 to your computer and use it in GitHub Desktop.
Facebook Add Page Tab
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<body>
<a href="#" onclick=window.open("http://www.facebook.com/dialog/pagetab?
app_id=YOUR_APP_ID&next=YOUR_URL","PageTab","width=500,height=200");>
Dialog</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment