Advertisement
joris

Facebook SDK Login

Feb 27th, 2014
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9. <div class="fb-login-button" data-max-rows="1" data-size="medium" data-show-faces="false" data-auto-logout-link="false" data-scope="manage_pages,read_page_mailboxes"></div>
  10. </div>
  11. </body>
  12. <div id="fb-root"></div>
  13. <script>
  14. (function(d, s, id) {
  15.     var js, fjs = d.getElementsByTagName(s)[0];
  16.     if (d.getElementById(id)) return;
  17.     js = d.createElement(s); js.id = id;
  18.     js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=339554932739410";
  19.     fjs.parentNode.insertBefore(js, fjs);
  20.     }(document, 'script', 'facebook-jssdk'));
  21. </script>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement