want to add calendly pop-up widget (floating button)
Hi,
I want to use calendly and now I want to embedd the pop-up widget, so that I have a floating button for booking all over the website.
This is the code from calendly - but I have no clue, where to put this?
Can anybody help me?
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<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/katharinahille', text: 'Termin online buchen', color: '#326dc1', textColor: '#ffffff', branding: false }); }</script>
<!-- Calendly badge widget end -->
Best wishes,
Katharina (Germany)
Comments
Hello Katharina,
It depends where the documentation tells to add it, but surely, it should be pasted in one of the fields of hooks.
You can find it in the Theme Options -> General -> Hooks.
thanks
Hey, that worked - Thank you!! ??