Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created November 24, 2011 15:53
Show Gist options
  • Save meeDamian/1391662 to your computer and use it in GitHub Desktop.
Save meeDamian/1391662 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<script type="text/javascript">
FB.init({
appId : tu_wpisz_swoje_app_ID,
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment