summaryrefslogtreecommitdiff
path: root/fb/templates/fb_js.html
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-03-19 21:52:22 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-03-19 21:52:22 +0200
commitdf5544cfe638bc2246f6821e6089dec7c1ad2494 (patch)
tree0d5a3403ff1a023820367e741c5d031f98532f58 /fb/templates/fb_js.html
parentdfe1bbadf614715bab1b28c0e03f05af5a145111 (diff)
key propogation almost working
Diffstat (limited to 'fb/templates/fb_js.html')
-rw-r--r--fb/templates/fb_js.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/fb/templates/fb_js.html b/fb/templates/fb_js.html
new file mode 100644
index 0000000..11969d2
--- /dev/null
+++ b/fb/templates/fb_js.html
@@ -0,0 +1,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> \ No newline at end of file