Linux 软件免费装
Banner图

Qwizoo — Quiz & Lead Generation

开发者 qwizoo
更新时间 2026年5月1日 07:11
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

quiz conversion lead generation lead form quiz builder

下载

1.2.0

详情介绍:

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? Plugin Features 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
  1. Create a free Qwizoo account
  2. Build your first quiz in the Qwizoo builder
  3. Go to Settings → API Keys and generate a key
  4. In WordPress, go to Qwizoo in the admin sidebar
  5. Paste your API key and click Connect
  6. 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:
  1. From the plugin directory, install dependencies: npm install
  2. 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.

安装:

Automatic installation
  1. Log into your WordPress admin and go to Plugins → Add New
  2. Search for "Qwizoo"
  3. Click Install Now, then Activate
  4. Go to Qwizoo in the admin sidebar and enter your API key
Manual installation
  1. Download the plugin zip from the WordPress Plugin Directory
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload the zip file and click Install Now, then Activate
  4. Go to Qwizoo in the admin sidebar and enter your API key
After activation
  1. Create a free account at qwizoo.com if you haven't already
  2. In your Qwizoo dashboard, go to Settings → API Keys
  3. Click Generate Key, name it "WordPress Plugin", and copy the key
  4. Back in WordPress, go to the Qwizoo settings page and paste the key

屏幕截图:

  • Connected State — workspace info, lead usage progress bar, and quick shortcode copy buttons.
  • Gutenberg Block — the Qwizoo Quiz block in the editor with the inspector sidebar open.
  • Block Editor Preview — a selected quiz showing title, URL, and embed mode.
  • Frontend Inline Embed — a Qwizoo quiz rendered inline inside a WordPress page.

常见问题:

Do I need a Qwizoo account to use this plugin?

Yes. This plugin connects your WordPress site to the Qwizoo platform. You can create a free account at qwizoo.com — no credit card required.

What is included in the free (Standard) plan?

The Standard plan includes unlimited quizzes, up to 25 leads per month, inline embedding, and access to all core quiz types. Popup and floating button embed modes are available on Comfort and Premium plans.

Does the plugin work with page builders like Elementor or Divi?

Yes. Use the [qwizoo id="YOUR_QUIZ_ID"] shortcode inside any page builder text or shortcode widget. The Gutenberg block is available natively in the WordPress block editor.

Is my API key stored securely?

Yes. Your API key is encrypted using AES-256-CBC with your WordPress AUTH_KEY secret before being stored in the database. It is never exposed in page source or JavaScript.

How do I find my quiz ID?

Your quiz ID appears in the quiz URL: qwizoo.com/q/YOUR_ID. Once your account is connected, the Qwizoo settings page in WordPress shows all your quizzes with their IDs and ready-to-copy shortcodes — no manual lookup needed.

Can I use multiple quizzes on the same site?

Yes. You can embed as many quizzes as you like. Use a different ID for each quiz.

The plugin shows "Connection failed" — what should I do?

Make sure your API key starts with qwz_. Keys are generated in qwizoo.com → Settings → API Keys. If the key looks correct, try revoking it and creating a new one.

My quiz list is not updating after I published a new quiz on qwizoo.com

The plugin caches the quiz list for 5 minutes. Click the Refresh ↺ button on the settings page, or wait for the cache to expire. You can also run wp qwizoo list --skip-cache from WP-CLI to force a fresh fetch.

Popup and Float embed modes are disabled in the block editor

Popup and Float modes require a Comfort or Premium plan on qwizoo.com. Upgrade at qwizoo.com/dashboard/billing. Inline embed works on all plans including free.

My API key was shown once and now I can't find it

For security, Qwizoo shows the full key only once at creation time. If you've lost it, go to qwizoo.com → Settings → API Keys, revoke the old key, and create a new one. Paste the new key into the plugin settings.

The plugin says OpenSSL is required — what does that mean?

Qwizoo uses OpenSSL to encrypt your API key before storing it. OpenSSL is available on virtually all modern WordPress hosting environments. Contact your host and ask them to enable the openssl PHP extension.

Can I use the plugin on a staging or local WordPress site?

Yes. If you want to point the plugin to a different Qwizoo environment, add this to your wp-config.php: define( 'QWIZOO_API_BASE', 'https://staging.qwizoo.com/api/v1' ); define( 'QWIZOO_EMBED_BASE', 'https://staging.qwizoo.com' );

Does the plugin work with WP-CLI?

Yes. Three commands are available: wp qwizoo test # Test the stored API key wp qwizoo list # List your published quizzes wp qwizoo disconnect # Remove the stored API key

What happens when I reach my monthly lead limit?

Your quizzes continue to display normally for visitors. New leads are saved but hidden from your dashboard until you upgrade — they are not lost. Your limit resets at the start of the next month. The plugin shows your current usage on the settings page. Upgrade your plan at qwizoo.com/dashboard/billing to increase the limit or purchase additional lead credits.

更新日志:

1.2.0 1.1.0 1.0.0