Hi there,
I am trying to place a button below my details on a Single Layout but all it does is placing it as a static element below my footer … This is not where the html output should be. It should appear right below my text, not somewhere else.
Can I turn this code:
<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/sbi-club?hide_gdpr_banner=1&primary_color=56c271', text: 'Jetzt Termin buchen', color: '#56c271', textColor: '#ffffff', branding: false }); }</script>
into a proper element, maybe through do_shortcode or the like? How do I do this?
Thank you for your help!
Regards,
Jens