Title: Cal.com
Author: Cal.com
Published: <strong>15 лістапада, 2022</strong>
Last modified: 6 красавіка, 2026

---

Пошук плагінаў

![](https://ps.w.org/cal-com/assets/banner-772x250.png?rev=2817987)

![](https://ps.w.org/cal-com/assets/icon-256x256.png?rev=2817987)

# Cal.com

 Аўтар: [Cal.com](https://profiles.wordpress.org/calcom/)

[Спампаваць](https://downloads.wordpress.org/plugin/cal-com.2.1.0.zip)

 * [Падрабязнасці](https://bel.wordpress.org/plugins/cal-com/#description)
 * [Водгукі](https://bel.wordpress.org/plugins/cal-com/#reviews)
 *  [Ўсталёўка](https://bel.wordpress.org/plugins/cal-com/#installation)
 * [Распрацоўка](https://bel.wordpress.org/plugins/cal-com/#developers)

 [Падтрымка](https://wordpress.org/support/plugin/cal-com/)

## Апісанне

Cal.com is an open-source alternative to Calendly that allows easy appointment booking
and meeting scheduling.

This plugin enables you to:

 * Embed your Cal.com booking calendar inline, as a popup, or as a floating widget.
 * Customize UI with theme colors, layout, and event details visibility.
 * Pre-fill user information and add UTM tracking parameters.
 * Use the new admin widget customizer for real-time previews.

[Watch Demo](https://simpma.com/plugins/cal-com/)

### Shortcodes

**[cal url=”/username/meetingid” type=1]**

Embed inline calendar.

**[cal url=”/username/meetingid” type=2 text=”Schedule a call”]**

Embed popup trigger button.

**[cal_custom url=”/demo/30min” type=1 prefill=”true” utm=”source:localhost” ui='{“
theme”:”dark”,”cssVarsPerTheme”:{“dark”:{“cal-brand”:”#a3ffcb”}},”hideEventTypeDetails”:
true,”layout”:”week_view”}’ config='{“layout”:”week_view”,”useSlotsViewOnSmallScreen”:
true,”disableMobileScroll”:true}’]**

Embed customizable widget with full UI control, prefill, and UTM support.

### Shortcode Attributes

 * **url:** URL of the booking calendar.
 * **type:** Embed type (1 = inline, 2 = popup, 3 = floating button for `[cal_custom]`).
 * **text:** Button text for popup embeds.
 * **prefill:** Set to `true` to prefill user info if available.
 * **utm:** Comma-separated UTM tracking parameters (e.g., `source:newsletter, medium:
   email`).
 * **ui:** JSON object for theme, layout, and visibility customization.
 * **config:** JSON object for advanced widget configuration (slots view, scrolling,
   etc.).

### CSS Customization

Customize popup/button text via CSS targeting **#calcom-embed-link**:

    ```
    #calcom-embed-link, .calcom-embed-link {
        background-color: #222222;
        padding: 15px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }
    ```

### Use of 3rd Party Software

This plugin relies on [Cal.com embed](https://cal.com). See their [Privacy Policy](https://cal.com/privacy)
and [Terms of use](https://cal.com/terms).

## Скрыншоты

[[

[[

[[

[[

## Ўсталёўка

 1. Install via the WordPress dashboard or upload the ZIP.
 2. Activate the plugin.
 3. Use the `[cal]` or `[cal_custom]` shortcode in any page, post, or widget.

## Водгукі

![](https://secure.gravatar.com/avatar/d26e9288c53eb9504aa258fdc7eb5068e7cd330e21b46739760ec91962feb3da?
s=60&d=retro&r=g)

### 󠀁[Does not Work](https://wordpress.org/support/topic/does-not-work-1662/)󠁿

 [kptguven](https://profiles.wordpress.org/kptguven/) 1 студзеня, 2026

This hasn't been tested for WordPress version 6.9 and it didn't work when I installed
it. I just got "Error Code: 404. Call Link seems to be wrong." and couldn't resolve
the issue. I suggest trying another solution.

![](https://secure.gravatar.com/avatar/8bdc1820139ed2307c47e5a234e6f4b724ad2ecd55ace0752076510ac353c7a8?
s=60&d=retro&r=g)

### 󠀁[My favorite calendar tool now has a killer WP plugin](https://wordpress.org/support/topic/my-favorite-calendar-tool-now-has-a-killer-wp-plugin/)󠁿

 [Alex Medick](https://profiles.wordpress.org/alexmedick/) 21 лістапада, 2022

If you haven't heard of Cal.com, they're a killer open-source alternative to Calendly(
cal.com is a much better product design and UX wise, imo). They just launched a 
WP plugin for easy integration on your WordPress site. It definitely rocks and you
should be using this plugin + product right away.

 [ Чытаць усе 2 водгукі ](https://wordpress.org/support/plugin/cal-com/reviews/)

## Удзельнікі і распрацоўшчыкі

“Cal.com” з’яўляецца праграмным забеспячэннем з адкрытым зыходным кодам. Наступныя
людзі ўнеслі свой уклад у гэты плагін.

Удзельнікі

 *   [ Cal.com ](https://profiles.wordpress.org/calcom/)
 *   [ Simpma ](https://profiles.wordpress.org/turn2honey/)

“Cal.com” перакладзены на 1 мову. Дзякуй [перакладчыкам](https://translate.wordpress.org/projects/wp-plugins/cal-com/contributors)
за іх унёсак.

[Перакласці “Cal.com” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/cal-com)

### Зацікаўлены ў распрацоўцы?

[Праглядзіце код](https://plugins.trac.wordpress.org/browser/cal-com/), праверце
[SVN рэпазітарый](https://plugins.svn.wordpress.org/cal-com/), або падпішыцеся на
[журнал распрацоўкі](https://plugins.trac.wordpress.org/log/cal-com/) па [RSS](https://plugins.trac.wordpress.org/log/cal-com/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змяненняў

#### 2.1.0 – 26-03-2026

 * Script enqueue handle mismatch fix

#### 2.0.0 – 21-03-2026

 * Added widget customizer to admin page
 * Introduced new shortcode [cal_custom]
 * Support prefill with logged-in user info
 * Support adding UTM parameters to shortcode
 * Security improvements
 * Ensured compatibility with lastest WordPress version

#### 1.0.0 – 15-11-2022

 * Initial release
 * Supports inline & popup embed types

## Мета

 *  Версія **2.1.0**
 *  Апошняе абнаўленне **6 месяцаў таму**
 *  Актыўных установак **2 000+**
 *  Версія WordPress ** 4.6 або вышэй **
 *  Правераны да версіі **6.9.8**
 *  Версія PHP ** 7.4 або вышэй **
 *  Мовы
 * [Dutch](https://nl.wordpress.org/plugins/cal-com/) і .[English (US)](https://wordpress.org/plugins/cal-com/).
 *  [Перакласці на сваю мову](https://translate.wordpress.org/projects/wp-plugins/cal-com)
 * Тэгі
 * [appointment](https://bel.wordpress.org/plugins/tags/appointment/)[appointment booking](https://bel.wordpress.org/plugins/tags/appointment-booking/)
   [appointment scheduling](https://bel.wordpress.org/plugins/tags/appointment-scheduling/)
   [booking calendar](https://bel.wordpress.org/plugins/tags/booking-calendar/)
 *  [Пашыраны прагляд](https://bel.wordpress.org/plugins/cal-com/advanced/)

## Ацэнкі

 3 з 5 зорак.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/cal-com/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/cal-com/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/cal-com/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/cal-com/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/cal-com/reviews/?filter=1)

[Ваш водгук](https://wordpress.org/support/plugin/cal-com/reviews/#new-post)

[Паглядзець усе водгукі](https://wordpress.org/support/plugin/cal-com/reviews/)

## Удзельнікі

 *   [ Cal.com ](https://profiles.wordpress.org/calcom/)
 *   [ Simpma ](https://profiles.wordpress.org/turn2honey/)

## Падтрымка

Ёсць што сказаць? Патрэбна дапамога?

 [Перайсці да форуму падтрымкі](https://wordpress.org/support/plugin/cal-com/)