Skip to content

Instantly share code, notes, and snippets.

@armedoctopus
Created May 12, 2019 17:35
Show Gist options
  • Select an option

  • Save armedoctopus/6f338804aaa967716fb5feb819d5ad71 to your computer and use it in GitHub Desktop.

Select an option

Save armedoctopus/6f338804aaa967716fb5feb819d5ad71 to your computer and use it in GitHub Desktop.
Facebook JavaScript SDK initialization
<!DOCTYPE html>
<html lang="en-us">
<head>
</head>
<body>
<div id="fb-root"></div>
<script async defer src="https://connect.facebook.net/en_US/sdk.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment