summaryrefslogtreecommitdiff
path: root/fb/templates/fb_js.html
blob: 199281c2cd59b43d4a6d822c3bf0b3fefdc95722 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="fb-root"></div>

<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
  FB.init({
    appId  : '{{ FACEBOOK_APP_ID }}',
    status : true, // check login status
    cookie : true, // enable cookies to allow the server to access the session
    xfbml  : true  // parse XFBML
  });
</script>