Using a popup widget will render a floating badge on your page. Clicking on it opens a popup to schedule a time through Calendly.
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.
Add this shortcode to your page:
{{< calendly calendar="bespokesy" type="popupWidget" />}}
Look at the bottom right of this page for the floating widget.
We can change the badge text through the text
parameter, e.g. text="custom message"
.
To hide the “powered by Calendly” branding banner, add this parameter to the shortcode: hideBranding=true
See the customized widget demo page for an example.
For more advanced examples using the paid version, check out this page with more options.