Linux 软件免费装
Banner图

Boxzilla - WordPress Popup Builder

开发者 Ibericode
DvanKooten
hchouhan
lapzor
更新时间 2026年6月22日 13:56
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-3.0-or-later
版权网址: 版权信息

标签

modal popups call to action popup builder slide-in

下载

3.0.3 3.1.1 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.2 3.1.20 3.1.21 3.1.22 3.1.23 3.1.5 3.1.6 3.1.7 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.17 3.2.18 3.2.19 3.2.9 3.2.6 3.1 3.2.24 3.1.3 3.2.3 3.1.19 3.1.8 3.1.9 3.2 3.2.1 3.2.20 3.2.21 3.2.23 3.2.25 3.2.5 3.2.16 3.2.27 3.4.4 3.3.1 3.1.4 3.2.2 3.2.26 3.4.2 3.2.22 3.2.4 3.2.7 3.4.0 3.3.0 3.3.3 3.4.1 3.4.6 3.0 3.1.10 3.3.2 3.4.10 3.4.11 3.4.7 3.0.2 3.4.3 3.4.5 3.4.8 3.4.9 3.0.1

详情介绍:

Boxzilla is a WordPress popup builder for adding targeted popups, slide-ins, and call-to-action boxes to your site. Show a box after a visitor scrolls, waits on the page, views multiple pages, clicks a link, or reaches a specific page element. Each box can contain any WordPress content, including shortcodes from form plugins. Use Boxzilla for newsletter sign-up forms, content upgrades, product offers, important notices, surveys, or any other message that should appear at the right moment without taking over the whole page.

安装:

  1. In your WordPress dashboard, go to Plugins > Add New.
  2. Search for "Boxzilla".
  3. Click Install Now, then Activate.
  4. Go to Boxzilla > Add New to create your first popup or slide-in box.
  5. Add your content, choose display rules, adjust the appearance settings, and publish the box.
To install manually:
  1. Download the Boxzilla ZIP file from WordPress.org.
  2. Go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP file and click Install Now.
  4. Activate the plugin.
  5. Go to Boxzilla > Add New to create your first box.
Optional: install Boxzilla add-on plugins for advanced triggers and integrations.

屏幕截图:

  • A styled Boxzilla popup showing a different modal design.
  • The Boxzilla popup editor, where you manage content, triggers, targeting, and appearance settings.

常见问题:

What does this WordPress popup plugin do?

Boxzilla lets you create popup, slide-in, modal, and call-to-action boxes for WordPress. You choose the content, page targeting, trigger, animation, and dismissal behavior.

Can I show a form inside a Boxzilla popup?

Yes. Boxzilla works with shortcode-based form plugins, including Mailchimp for WordPress. Add the form shortcode to the box content and publish the box.

Can I open a popup after someone clicks a link or button?

Yes. Link to the box ID from any link or button. For example, if your box ID is 94, use this link: <a href="#boxzilla-94">Open Box</a>

Can I open a box as soon as a page loads?

Yes. Configure this in the box settings, or add a URL hash such as #boxzilla-13 to the page URL. Replace 13 with the ID of the box you want to show.

Can I customize the popup design?

Yes. Boxzilla includes appearance settings for the popup position, animation, and style. You can also add custom CSS when you need more control. .boxzilla { } /* all boxes */ .boxzilla-5 { } /* only the box with ID 5 */

Will Boxzilla slow down my website?

Boxzilla adds only 6 kB of JavaScript to the front end. The script is built for small, targeted popups and slide-ins.

How do I disable automatic paragraphs in box content?

WordPress content filters are added to the boxzilla_box_content filter hook. You can remove them with this code: remove_filter( 'boxzilla_box_content', 'wptexturize' ); remove_filter( 'boxzilla_box_content', 'convert_smilies' ); remove_filter( 'boxzilla_box_content', 'convert_chars' ); remove_filter( 'boxzilla_box_content', 'wpautop' ); remove_filter( 'boxzilla_box_content', 'do_shortcode' ); remove_filter( 'boxzilla_box_content', 'shortcode_unautop' );

Where do I report security bugs found in this plugin?

Please report security bugs found in the source code of the plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

更新日志:

3.4.11 Release date: Jun 22, 2026 3.4.10 Release date: Jun 01, 2026 3.4.9 Release date: May 20, 2026 3.4.8 Release date: Apr 21, 2026 3.4.7 Release date: Mar 9, 2026 View the full changelog on GitHub