Created
September 22, 2021 16:40
-
-
Save motyar/8ea90cec1d007ca32b2ec3040d4a69fb to your computer and use it in GitHub Desktop.
Bruzu Button embed demo
This file contains 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
<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