Skip to content

Instantly share code, notes, and snippets.

@Ryan-Ouyang
Created October 26, 2020 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryan-Ouyang/8cd81624b72c23fd220fcd34185a1003 to your computer and use it in GitHub Desktop.
Save Ryan-Ouyang/8cd81624b72c23fd220fcd34185a1003 to your computer and use it in GitHub Desktop.
WaitlistAPI HTML Embed Code for Weebly

WaitlistAPI HTML Embed Code for Weebly

<div id="root"></div>
<style>
.container--waitlistapi {margin: 0 auto;}
.input--waitlistapi {padding: 10px !important; margin: 10px 0 !important;}
</style>
<script src="https://unpkg.com/waitlistapi/dist/widget.js" id="Waitlist-API-Script" data-config="{'name': 'w1', 'api_key': '{YOUR API KEY}', 'waitlist_link': '{YOUR WAITLIST LINK}', 'joinWaitlistHeading': 'Join the Waitlist', 'checkStatusHeading': 'Check Status', 'config': {'targetElementId': 'root'}}"></script>

Tutorials for other sites:

https://gist.github.com/Ryan-Ouyang/3727a28efe47c0a984b8de111aadffe4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment