
外掛標籤
開發者團隊
② 後台搜尋「Qwizoo — Quiz & Lead Generation」→ 直接安裝(推薦)
原文外掛簡介
Qwizoo is a modern interactive quiz and lead generation platform that helps you turn visitors into qualified leads. Install this plugin, connect your Qwizoo account with a single API key, and embed your quizzes anywhere on your WordPress site.
Why Qwizoo?
Interactive quizzes that engage visitors and capture leads
Product recommendation quizzes that guide buyers to the right choice
Lead funnels that qualify and segment your audience automatically
Real-time analytics showing completion rates, drop-off points, and lead quality
Integrations with your CRM, email platform, and marketing stack
Plugin Features
One-click connection — paste your API key and you’re live in 30 seconds
Gutenberg block — drag and drop the “Qwizoo Quiz” block anywhere
Shortcode support — works in any page builder, classic editor, or widget
Three embed modes — inline, popup, and floating button
Auto-synced quiz list — your quiz library appears instantly, no manual setup
Usage dashboard — see your lead count and plan status at a glance
Secure key storage — your API key is encrypted with AES-256-CBC
No bloat — the embed script is loaded only on pages that contain a quiz
Embed Modes
Inline — embeds the quiz directly into the page content. Works with all plans.
Popup — adds a button that opens the quiz in a centered modal overlay. Available on Comfort and Premium plans.
Floating button — adds a persistent floating button in the corner of the screen. Available on Comfort and Premium plans.
Shortcode Examples
Copy your quiz ID from the Qwizoo settings page in WordPress (shown next to each quiz as qwizoo.com/q/YOUR_ID).
Inline embed:
[qwizoo id=”YOUR_QUIZ_ID”]
With custom height:
[qwizoo id=”YOUR_QUIZ_ID” height=”800″]
Popup button:
[qwizoo id=”YOUR_QUIZ_ID” mode=”popup” trigger=”Take the Quiz”]
Floating button:
[qwizoo id=”YOUR_QUIZ_ID” mode=”float” position=”bottom-right”]
Getting Started
Create a free Qwizoo account
Build your first quiz in the Qwizoo builder
Go to Settings → API Keys and generate a key
In WordPress, go to Qwizoo in the admin sidebar
Paste your API key and click Connect
Add the Qwizoo Quiz Gutenberg block or use a shortcode
Privacy
This plugin connects to the Qwizoo service at qwizoo.com to retrieve your quiz list and display quizzes to site visitors. Quiz submissions (lead data) are sent directly to Qwizoo servers. No data is stored in your WordPress database beyond the encrypted API key and a short-lived cache of your quiz list.
Please refer to the Qwizoo Privacy Policy for details on how lead data is processed.
Source Code
The full, uncompressed source for the Gutenberg block is included in this plugin under src/block/. The file src/block/index.js is compiled to build/index.js using @wordpress/scripts (webpack).
To rebuild from source:
From the plugin directory, install dependencies: npm install
Build the block: npm run build (or npm start for a watching dev build)
The build output is written to the build/ directory. No other JavaScript or CSS in this plugin is minified or compiled — all admin scripts and styles under admin/js/ and admin/css/ are the human-readable source.
External services
This plugin connects to the Qwizoo service (https://qwizoo.com) in two scenarios:
Admin: API authentication and quiz list
When a site administrator connects the plugin or refreshes the quiz list, the plugin sends a request to the Qwizoo REST API (https://api.qwizoo.com/api/v1/).
Data sent: the API key entered by the administrator.
When: on plugin connect, quiz list refresh, or WordPress admin page load while connected.
Purpose: to verify the API key, retrieve the workspace info, and fetch the list of published quizzes.
Frontend: quiz embed
When a page contains a Qwizoo quiz block or shortcode, the plugin loads the Qwizoo embed script from https://qwizoo.com. When a visitor fills in and submits the quiz, their answers and any contact details they enter (name, email, phone) are sent directly to Qwizoo servers.
Data sent: quiz answers, and optionally name, email, phone (only if the quiz includes a lead capture form and the visitor fills it in).
When: when a visitor submits a quiz on the front end.
Purpose: to record quiz completion and capture leads in the quiz owner’s Qwizoo account.
No quiz submission data is stored in the WordPress database.
Links:
* Qwizoo Terms of Service: https://qwizoo.com/terms
* Qwizoo Privacy Policy: https://qwizoo.com/privacy
