Skip to content

Instantly share code, notes, and snippets.

@trekdemo
Created December 11, 2011 09:58
Show Gist options
  • Save trekdemo/1459706 to your computer and use it in GitHub Desktop.
Save trekdemo/1459706 to your computer and use it in GitHub Desktop.
Add application to Page tag
<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>
<!-- https://developers.facebook.com/blog/post/611/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment