Embed Calendly

説明

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; 
}

スクリーンショット

FAQ

How do I display scheduling forms on pages?

Add [calendly url="https://calendly.com/example/call" type="1"] shortcode to any page you want to display the form on.

How do I connect to Calendly?

Paste your Calendly api key in the API Key tab on Embed Calendly settings page

How do I style my embed widget on WordPress?

Go to * Dashboard > Embed Calendly > Customizer * and select an event type from the dropdown. Then adjust the customizer settings to suit you.

How do I add additional CSS class to embed widgets?

Use the style_class option when adding the shortcode.
Example: [calendly type=”1″ url=”https://calendly.com/example/call” style_class=”custom_form_style”]

評価

2022年10月11日 1 reply
Really easy to schedule a personal Zoom room for customers.
2022年9月14日 1 reply
Simple to install and works flawlessly. Thank you.
2022年4月21日 1 reply
I installed this tool and I found it kind of helpful but with a few bugs because the short code it gave me doesn't work unless I configure it my self.
2022年3月9日
I added the code into a WP page and got the message: No openings at the moment. If you are the owner of this account, you can log in to find out more. Client said: The problem is that I use my Microsoft 365 to login, which is necessary to connect to my calendar. With 365 I am completely passwordless, logging in only via authenticator, so a 6 digit code that changes every 30seconds. Not sure if there is a way around that.
13件のレビューをすべて表示

貢献者と開発者

Embed Calendly はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Embed Calendly” は3ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Embed Calendly” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

3.8 – 21-03-2024

  • Fixed customizer plugin conflicts.

3.7 – 12-10-2023

  • Improved security
  • Adjusted promotion module

3.6 – 09-07-2023

  • Fixed customizer bug on Divi theme
  • Adjusted promotion module

3.5 – 25-06-2023

  • Published changelog
  • Added optional promotion
  • Added option to permanently disable all promotion notices
  • Updated readme
  • Added pro version support
  • Updated settings page UI
  • Removed donation section from settings page

3.4 – 13-05-2023

  • Removed experimental promotion

3.3 – 22-04-2023

  • Added experimental promotion

3.2 – 14-12-2022

  • Added internationalization support

3.1 – 18-10-2022

  • Enqueue style and script on demand
  • Updated widget script
  • Fixed popup embed error

3.0 – 08-05-2022

  • Added support for v2 api key
  • Fixed inline embed mobile responsiveness issue
  • Implemented cookie banner on customizer and other fixes
  • Updated settings page