EMC – Easily Embed Calendly Scheduling Features
Hospedagem WordPress com plugin Embed Calendly
Onde hospedar o plugin Embed Calendly?
Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos escolher uma empresa de hospedagem confiável, com servidores especializados para WordPress, como o serviço de hospedagem da MCO2.
Hospedando o plugin Embed Calendly em um provedor seguro
A MCO2, além de instalar o WordPress na versão mais atualizada para seus clientes, fornece o WP SafePress, um sistema singular que salvaguarda e melhora seu site simultaneamente.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
EMC Scheduling Manager is the simplest way to embed Calendly scheduling pages in your website.
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
- Import Calendly event types to WordPress
- Customize embed widgets via shortcode.
- Easy to use widget customizer for customizing and generating embed widget shortcodes.
- Supports inline, text popup and button popup embed options.
- Prefill booking fields for logged in users.
Pro Version Features
- View and cancel booked meetings from WordPress
- Advanced analytics dashboard for tracking booking pages conversion
- Automated and manual email reminder
- Import, view and export contacts
- Elementor support
- Analytics data exporter
- Import Calendly event types to WordPress
- Customize embed widgets via shortcode.
- Easy to use widget customizer for customizing and generating embed widget shortcodes.
- Supports inline, text popup and button popup embed options.
Shortcode
Add a 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 > EMC > 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 -
prefill_fields
– 0(false) or 1(true). Prefill booking form user info fields, with logged in user info -
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
This is an unofficial plugin for integrating 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;
}