blob: 11969d2d3d65ccf726d54964be4d5c6d47693750 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
|