Dynamic button integration
In other words, force the SDK to be loaded.
For each new button dynamically added to the DOM, you will need to call the function below in order to generate it.
When you need it, simply call this fonction :
<script>
GoodaysSDK.setupEmbeds();
</script>
Updated 7 months ago