We can use more parameters to further customize the floating badge. Change the text or to hide the Calendly banner.
To use this type, add the parameter type="popupWidget"
to the shortcode.
The parameter calender="<calendar_name>"
will tell the shortcode which calendar to show.
Either add a name between opening and closing shortcode tags, or set the parameter, e.g. text="custom message"
To hide the “powered by Calendly” branding banner, add this parameter to the shortcode: hideBranding=true
{{< calendly
calendar="bespokesy/demo2"
type="popupWidget"
hideBranding=true
text="Make an appointment"
/>}}
See the bottom right of this page to spot the floating badge.
For more advanced examples using the paid version, check out this page with more options.