Created
April 8, 2017 14:00
-
-
Save nesk/7fb1b39c20ffa45acfb77ae752d5a450 to your computer and use it in GitHub Desktop.
Initializing Smooch makes some icons disappear
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<script src="https://cdn.smooch.io/smooch.min.js"></script> | |
<style> | |
body { | |
color: black; | |
font-size: 30px; | |
} | |
</style> | |
</head> | |
<body> | |
<i class="fa fa-question-circle-o" aria-hidden="true"></i> | |
<script> | |
Smooch.init({ | |
appToken: 'your-app-token', | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment