-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfb-test.html
More file actions
28 lines (23 loc) · 806 Bytes
/
Copy pathfb-test.html
File metadata and controls
28 lines (23 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title></title>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<fb:login-button
show-faces="false"
scope="user_relationships,user_relationship_details,friends_relationships,friends_relationship_details"
registration-url="surveyor/create">
Login with Facebook
</fb:login-button>
<hr>
<address></address>
<!-- hhmts start -->Last modified: Fri Nov 1 08:51:00 EDT 2013 <!-- hhmts end -->
</body> </html>