Embed Calendly

plugin banner

Easy and simple way to embed Calendly scheduling pages on WordPress.

Author:Embed Calendly, Shycoder (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4.3
Plugin version:3.8
Added to WordPress repository:22-10-2020
Last updated:21-03-2024
Rating, %:96
Rated by:13
Plugin URI:
Total downloads:205 113
Active installs:20 000+
plugin download
Click to start download

Embed Calendly helps you add Calendly scheduling pages to your WordPress website in an easy and simple way.

Allows visitors to easily schedule meetings anywhere on your WordPress website, through Calendly.

With an easy to use widget customizer, design your embed widget directly from the WordPress dashboard.

Free Version Features

  1. Import Calendly event types to WordPress
  2. Customize embed widgets via shortcode.
  3. Easy to use widget customizer for customizing and generating embed widget shortcodes.
  4. Supports inline, text popup and button popup embed options.

Pro Version Features

  1. View booked events from WordPress
  2. Analytics dashboard for tracking calendar conversion
  3. Import Calendly event types to WordPress
  4. Customize embed widgets via shortcode.
  5. Easy to use widget customizer for customizing and generating embed widget shortcodes.
  6. Supports inline, text popup and button popup embed options.

Shortcode

Embed Calendly scheduling page on WordPress with:

[calendly url="https://calendly.com/example/call" type="1"]

Or

[calendly url="https://calendly.com/example/call" type="2" text="Book Now" text_color="#ffffff" text_size="14" button_style="1" button_size="1" button_color="#2694ea" branding="false" hide_details="false" style_class="custom_form_style"]<h3>Customization</h3>

You can customize the embed widget using the widget customizer at Dashboard > Embed Calendly > Customizer, or
with the following shortcode options:

  • type – Embed form type. 1 – inline embed, 2 – popup button embed, 3 – popup text embed

  • url – Scheduling page link

  • text – Button/Link text

  • text_color – Button/Link text color

  • text_size – Button/Link text size

  • button_color – Button background color. Any hexadecimal color code is supported here

  • button_size – Button size. 1 – Samll, 2 – Medium, 3 – Large

  • button_style – Button style. 1 – Inline, 2 – Float

  • branding – true/false. Show or hide branding

  • hide_cookie_banner – 0(false) or 1(true). Hide or show cookie settings/banner

  • hide_details – 0(false) or 1(true). Hide or show details

  • style_class – CSS style name for adding custom css style to embed widget

Disclaimer

The free version comes with optional promotion notices that can be easily disabled by clicking the “Don’t show again” button, near the notice.

These notices are shown in your admin dashboard, and once any of them is disabled, all other promotion notices from Embed Calendly are disabled.

You can upgrade to the pro version to automatically disable all promotion notices.

Optionally, you can disable the promotions by also including the below code snippet in your theme’s function.php file:

add_filter('emcs_promotions', 'emcs_show_promotions');

function emcs_show_promotions() {
    return false; 
}

Screenshots
FAQ
ChangeLog