Apointment app embedded code #166
Unanswered
burkharaton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I am trying to embed the appointment webpage onto another page for my funnel and I just want it to work like calendly.
There is no embedded code anywhere.
Can anyone help on that ?
Here is the embbeded code for a calendly app
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script> <script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/pantelope_alex/30min', text: 'Schedule time with me', color: '#0069ff', textColor: '#ffffff', branding: undefined }); }</script>Beta Was this translation helpful? Give feedback.
All reactions