Hey branding
that should have the value false
in order to turn off the branding” in the popup widget code. This is what I see. What am I missing? I have already toggled branding off, but it’s still visible on the website.
Hey branding
that should have the value false
in order to turn off the branding” in the popup widget code. This is what I see. What am I missing? I have already toggled branding off, but it’s still visible on the website.
Hi
Sorry you are running into issues disabling branding on your embed!
The screenshot you have provided appears to be for an inline embed, rather than the pop-up widget.
In our help center article, Embed options overview, you can see an overview of the differences.
Lets take a look at this example code:
<!-- 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/YOUR_URL_HERE', text: 'Schedule time with me', color: '#0069ff', textColor: '#ffffff', branding: false }); }</script>
<!-- Calendly badge widget end -->
Notice at the very end, before the closing script tag, there is a value of “branding: false”
You should see this in your existing code as “true”, and all you should need to do is change that value!
Hope this helps!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.