內容簡介
FormVue 是一款能讓您在 WordPress 網站上添加潛在客戶捕捉小工具的外掛。它提供四種獨立的小工具,讓您選擇並配置所需的選項,幫助您有效收集訪客資訊並發送個性化的連結。
【主要功能】
• 四種獨立小工具:內嵌按鈕、彈出視窗、聯絡表單、內容(優惠券)
• 支援 Gutenberg、Elementor 及其他接受短碼的佈局建構器
• 提供即時視覺預覽的 Gutenberg 區塊
• 可自訂顏色、大小、變體及邊框
• 行動裝置友好,於行動裝置上顯示為連結
• 內建小工具運行時,不需外部腳本載入
外掛標籤
開發者團隊
原文外掛簡介
FormVue lets you add lead capture widgets to any page on your WordPress site. There are four independent widgets — pick the one you need and configure only its options:
Inline button — a button that transforms into a phone number input.
Modal — a trigger button that opens the form in a popup.
Contact — an embedded contact form rendered directly on the page.
Content — a coupon-gated content flow.
After a visitor submits, they receive an SMS with a personalized link to your FormVue video form.
You need a free FormVue account at formvue.com to obtain a Form ID.
Features:
Four independent widgets — inline button, modal, contact form, content (coupon) — each with only its relevant options
Works with Gutenberg, Elementor, and any builder that accepts shortcodes (Divi, WPBakery, Beaver Builder, etc.)
Shortcodes: [fvlc_inline], [fvlc_modal], [fvlc_contact], [fvlc_content]
Four native Gutenberg blocks, each with a live visual preview
Four Elementor widgets with drag & drop
Global default settings in WP Admin
Customizable colors, sizes, variants, and borders
Campaign / UTM attribution and query-param passthrough
Mobile-friendly (renders as a link on mobile devices)
The widget runtime is bundled inside the plugin — no external script loader
External services
This plugin connects to the FormVue service (operated by FormVue) to capture and process leads. This connection is required for the plugin’s core functionality — without it, submitted forms cannot be delivered.
What is sent, and when:
When a widget is shown, an impression event and, on interaction, a click event are sent to https://formvue.com (proxied to FormVue’s API). Each event includes the configured Form ID, optional campaign/UTM attribution, the page URL, page title, referrer, and screen width.
When a visitor submits the form (e.g. a phone number or contact fields), those values are sent to https://formvue.com to create a lead and trigger the SMS/email with the personalized form link.
The widget logo image is loaded from https://api.formvue.com.
No data is sent until a widget actually renders on a page. The plugin itself loads no JavaScript from any third-party server — the widget runtime ships inside the plugin.
FormVue terms of service: https://formvue.com/legals/terms-of-service
FormVue privacy policy: https://formvue.com/legals/privacy
Third-party libraries
The widget runtime bundled in build/sdk/ is compiled from the open-source FormVue Embed SDK and includes the following libraries, all under the MIT license (GPL-compatible):
Preact and @preact/signals — https://preactjs.com (MIT)
@formisch/preact — https://github.com/fabian-hiller/formisch (MIT)
valibot — https://valibot.dev (MIT)
openapi-fetch — https://github.com/openapi-ts/openapi-typescript (MIT)
Tailwind CSS — https://tailwindcss.com (MIT)
Source code
This plugin ships some minified JavaScript. The complete, un-minified source for every compiled file is included inside this plugin, and can be rebuilt with standard tools.
Gutenberg blocks — build/blocks/{inline,modal,contact,content}/index.js
Source: the blocks/ folder (React/JSX, built with @wordpress/scripts).
Rebuild, from the plugin folder: npm install then npm run build:blocks.
Widget runtime (SDK) — build/sdk/formvue-{inline,modal,contact,content}.js
Source: the sdk-src/ folder (TypeScript + Preact + Tailwind CSS, built with Vite).
Rebuild: cd sdk-src then npm install then
FORMVUE_API_URL=https://api.formvue.com FORMVUE_SHARE_URL=https://formvue.com npm run build:cdn
(without those variables the build targets localhost, which is the development default).
The API type definitions in sdk-src/src/shared/api/v1.d.ts are generated from FormVue’s public OpenAPI schema with the openapi-typescript tool; they are type-only declarations and contain no runtime code.
The bundled libraries listed under “Third-party libraries” (Preact, @preact/signals, @formisch/preact, valibot, openapi-fetch, Tailwind CSS) are all MIT-licensed.
