| 开发者 | buffinc |
|---|---|
| 更新时间 | 2026年7月12日 22:59 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[buff_chat id="123"]
Features
class="buffchat-message" in the form body to show a bot bubble at that position.buff_chat_ui( $id ) to call it directly from a theme.class:p-postal-code; no API key required)..pot template is bundled; Japanese is the source language).[buff_chat id="123"]id - CF7 form post ID (required)title - heading (defaults to the form title)intro - opening greetingavatar - bot icon image URLthanks - redirect URL after submissionmode - inline (default) or float (floating display)position - position for float: bottom-right / bottom-left<?php buff_chat_ui( 123 ); ?> to output the chat. For a floating widget, use buff_chat_ui( 123, array( 'mode' => 'float' ) ). To get the markup as a string, use buff_chat_ui_get( 123 ).
Floating widget (site-wide chatbot)
Under "Settings -> Buff Chat UI -> Floating display", enable "Show on all pages", set the target form ID and position, and a chatbot-style launcher appears in the footer of every page. For a single page only, use [buff_chat id="123" mode="float"].Yes. A confirmation step is shown before submitting, and answered items can still be edited.
Yes. [date] / [date*] are supported and shown as a date picker.
Yes. Validation rules and messages follow Contact Form 7; no custom rules are added.
Yes. Each one works independently.
reCAPTCHA v3 (configured in the CF7 integration) and CF7's quiz are supported. Image CAPTCHA (Really Simple CAPTCHA) and Cloudflare Turnstile are not supported.