Floating badge options

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.

Changing the text on the badge

Either add a name between opening and closing shortcode tags, or set the parameter, e.g. text="custom message"

Hiding the Calendly banner

To hide the “powered by Calendly” branding banner, add this parameter to the shortcode: hideBranding=true

Example: Shortcode with custom text as inner block and removing branding on the banner

{{< calendly 
    calendar="bespokesy/demo2" 
    type="popupWidget" 
    hideBranding=true 
    text="Make an appointment"
/>}}

What it looks like:

See the bottom right of this page to spot the floating badge.

Hugo Calendly Shortcode Plus Features

For more advanced examples using the paid version, check out this page with more options.