Nelio Popups
THE EASIEST WORDPRESS POPUP BUILDER FOR THE BLOCK EDITOR Nelio Popups is the most intuitive and well-designed popup creator for WordPress. Bend it to create any type of popup, modal, or content overlay for your WordPress website. With Nelio Popups you can turn website visitors into email subscribers, increase sales, and grow your business. Enjoy the popup creation process using the WordPress block editor and all its power. Reasons for choosing Nelio Popups Here’s why you should switch to Nelio Popups: #1. 🚀 It’s awesome Your popup creation experience is our #1 priority. Nelio Popups’ editor won’t annoy you when designing awesome popups and slide-ins like other WordPress popup plugins do. Nelio Popups uses the WordPress block editor and allows you to include any block within your popups. #2. 😎 It’s easy We were tired of the bloated and slow popup builder plugins with complex settings. That’s why we built Nelio Popups to adapt to your marketing workflow and allow you to create custom popups, newsletter opt-in forms, slide-ins, announcement bars, and other high converting lead generation forms within minutes. By using the standard WordPress drag & drop block editor, you can easily customize the look and feel of your campaigns, and even add third-party block elements like countdown timers, form integrations, or even block patterns, that change based on user behavior (no code necessary). #3. 🎨 Simplifies styling and design If you have an eye for detail you’ll love the additional customization options available with Nelio Popups. As well as basic appearance elements like layout, images, typography, and color that you can set with the WordPress block editor we use, Nelio Popups allows for more advanced detailing like popups borders, shadow, sizing, and more. In addition to it, the styles of your popup will match the ones in your WordPress theme without any further effort from you. #4. 🎯 Targets visitors with smart conditions As well as intelligent visibility conditions, Nelio Popups also allows you to set up a range of behavior triggers for your popups and slide-ins. Including: click, hover, scroll, exit-intent, and more. Furthermore, Nelio Popups has all the behavior and condition settings you’ll need to target visitors. Set up intelligent conditions such as: specific pages and posts, source of arrival, browser cookie, and a whole lot more. #5. ℹ️ You are not alone The desire of each customer and the problems that have arisen are the priority issues that have to be solved by our support team. That is why our team works very hard to help and satisfy the demands and wishes of all its customers. If there is a question that you would like to ask, or there is something unclear, then our support team is ready to answer each question in detail to satisfy any interest.
Top keywords
- popups16×3.45%
- nelio11×2.37%
- nelio popups11×2.37%
- wordpress9×1.94%
- block8×1.72%
- popup8×1.72%
- editor6×1.29%
- block editor5×1.08%
- allows3×0.65%
- behavior3×0.65%
- conditions3×0.65%
- set3×0.65%
Qwizoo
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