Description
Embed Calendly scheduling on your WordPress website in a cleaner and simpler way. Schedule meetings easily on your WordPress website through calendly.
Features
- Supports inline, text popup and button popup embed.
- Customize embed form, link and button.
Shortcode
Embed scheduling form with default options using:
[calendly type=3 url=https://calendly.com/example/call]<h3>Customization</h3>
You can customize the booking form with the following shortcode options:
-
type
– Embed form type. 1 – inline embed, 2 – popup button embed, 3 – popup text embed -
url
– Scheduling link -
text
– Button/Link text -
button_color
– Button color. Any hexadecimal color code is supported here -
text_color
– Text color -
branding
– true/false. Show or hide branding -
hide_details
– true/false. Hide or show details -
style_class
– CSS style name for customizing the embed form/button
Example
[calendly type=3 url=https://calendly.com/example/call text="Book us now" button_color=#444444 text_color=#000000 branding=false hide_details=false style_class=custom_form_style]
FAQ
-
How do I display scheduling form on my pages?
-
Try adding
[calendly type=3 url=https://calendly.com/example/call]
shortcode to any page you want to display the form on. -
How do I style scheduling form?
-
Use the
style_class
option when adding the shortcode. Example: [calendly type=1 url=https://calendly.com/example/call style_class=custom_form_style]
Reviews
There are no reviews for this plugin.
Contributors and Developers
“Embed Calendly Scheduling” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Embed Calendly Scheduling” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.