diff options
Diffstat (limited to 'fb')
| -rw-r--r-- | fb/templates/fb_js.html | 1 | ||||
| -rw-r--r-- | fb/templates/fb_login.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fb/templates/fb_js.html b/fb/templates/fb_js.html index 11969d2..199281c 100644 --- a/fb/templates/fb_js.html +++ b/fb/templates/fb_js.html @@ -1,4 +1,5 @@ <div id="fb-root"></div> + <script src="http://connect.facebook.net/en_US/all.js"></script> <script> FB.init({ diff --git a/fb/templates/fb_login.html b/fb/templates/fb_login.html new file mode 100644 index 0000000..74db6e7 --- /dev/null +++ b/fb/templates/fb_login.html @@ -0,0 +1 @@ +<fb:login-button>
\ No newline at end of file |
