
EMC Scheduling Manager is the easiest way to integrate your Calendly scheduling pages into your WordPress website. Embed Calendly features into WordPress with ease, forget the back-and-forth between multiple tabs, now you can manage common Calendly tasks directly from WordPress with just a few clicks!
Whether you want to display your Calendly booking page inline, as a button, or in a popup, EMC Scheduling Manager gives you the flexibility to customize and embed your booking page just how you want it.
It’s simple to use, fast to set up, and saves you time every day. But what really sets EMC apart is its seamless integration into your WordPress dashboard. Manage appointments and bookings without ever needing to leave your site.
Ready to simplify your scheduling workflow? EMC Pro offers even more powerful features to make managing your Calendly appointments easier than ever!
The free version of EMC Scheduling Manager comes with all the basic features you need to integrate and embed Calendly into your WordPress site. It’s simple, easy, and effective:
The free version is perfect for users who need a basic yet effective Calendly integration.
Ready to take your scheduling to the next level? EMC Pro offers advanced features that save you time, help you optimize your workflow, and give you deeper insights into your scheduling efforts:
With EMC Pro, you’ll be able to do more than just schedule appointments — you’ll be able to streamline your workflow and optimize how you manage your time and your clients.
🔓 Unlock EMC Pro and get everything you need to simplify scheduling and improve your workflow today!
To add a Calendly scheduling page to your WordPress site, use the following shortcode:
[calendly url="https://calendly.com/example/call" type="1"]
You can also customize it further with additional options to match your needs:
[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"]Customization
Use the widget customizer under Dashboard > EMC > Customizer, or apply the following shortcode options to fine-tune your widget appearance:
type – Embed form type:
url – Link to your Calendly scheduling page text – Button or link text (e.g., “Book Now”) text_color – Button or link text color (hex code) text_size – Button or link text size (e.g., “14”) button_color – Button background color (hex code) button_size – Button size:
button_style – Button style:
branding – Show or hide branding (true/false) prefill_fields – Prefill form fields with user info (0/1) hide_cookie_banner – Show or hide cookie banner (0/1) hide_details – Show or hide event details (0/1) style_class – Custom CSS class for your embed widgetTry the Free Version today and get started with an easy-to-embed Calendly integration. Ready for more? Upgrade to Pro and unlock more features, more flexibility, and more time saved. You’ll wonder how you ever managed without it!
This is an unofficial plugin for integrating/embedding Calendly features into WordPress.
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 EMC Scheduling Manager 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;
}