Created
August 13, 2021 01:11
-
-
Save david-wb/d7994ab833f7bcd31711462ccb21aae8 to your computer and use it in GitHub Desktop.
Bavard embedding script
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
<script defer> | |
window.addEventListener("bavardWidgetLoaded", () => { | |
window.loadBavard({ | |
agentId: "8ff16e93-0381-4583-b008-c4aeefd1a15f", | |
gaTrackingCode: "<Optional GA Tracking Code>", | |
type: "popup", | |
}); | |
}); | |
</script> | |
<script defer src="https://bavard-widget-prod.web.app/main.bundle.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment