Skip to content

Instantly share code, notes, and snippets.

@motyar
Created September 22, 2021 16:40
Show Gist options
  • Save motyar/8ea90cec1d007ca32b2ec3040d4a69fb to your computer and use it in GitHub Desktop.
Save motyar/8ea90cec1d007ca32b2ec3040d4a69fb to your computer and use it in GitHub Desktop.
Bruzu Button embed demo
<span class="bruzu-btn bruzu-btn-theme-light bruzu-btn-size-l">
<span class="bruzu-btn-i"></span>Design With Bruzu</span>
<script src="https://bruzu.com/button/api.js?time" data-onPublish="show"></script>
<script>
function show(data){
result.src=data;
}
</script>
<br />
<img id="result">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment