
內容簡介
Cal.com 是一個開源的 Calendly 替代方案,讓您輕鬆預約會議和安排會面,無需反覆電子郵件。
功能特色
透過簡單的短碼,可在任何 WordPress 頁面/文章上新增 Cal.com 預約行事曆。
內嵌或彈出顯示您的 Cal.com 預約行事曆。
自訂預約按鈕以符合您的需求。
短碼
[cal url=/用戶名稱/會議 ID]
自訂短碼
[cal url=/用戶名稱/會議 ID type=2 text="與我安排通話"]
url:預約行事曆的網址
type:嵌入方式,內嵌:1,彈出:2
text:針對彈出式嵌入,自訂引發彈出視窗的文字/按鈕。
CSS 自訂
若要自訂彈出視窗的文字/按鈕,請使用 CSS 調整 #calcom-embed-link 元素。
範例:
#calcom-embed-link {
background-color: #222222;
padding: 15px;
color: #fff;
font-size: 16px;
text-align: center;
cursor: pointer;
}
第三方軟體使用
此外掛依賴於Cal.com 內嵌式,請參閱其隱私權政策和使用條款。
外掛標籤
開發者團隊
原文外掛簡介
Cal.com is the open source Calendly alternative that lets you easily book appointments and schedule meetings, without the email tennis.
Features
Add Cal.com booking calendar to any WordPress page/post with a simple shortcode.
Display your Cal.com booking calendar inline or in a popup.
Customize your booking button to suit you.
Shortcode
[cal url=/username/meetingid]
Shortcode Customization
[cal url=/username/meetingid type=2 text="Schedule a call with me"]
url: URL of the booking calendar
type: Add inline or popup embed. Inline embed: 1, Popup embed: 2
text: For popup embed, customize the text/button that triggers the popup.
CSS Customization
To customize the popup text/button, style the #calcom-embed-link element with CSS.
Example:
#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. See their Privacy Policy and Terms of use.
