Created
May 12, 2019 17:35
-
-
Save armedoctopus/6f338804aaa967716fb5feb819d5ad71 to your computer and use it in GitHub Desktop.
Facebook JavaScript SDK initialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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