Title: DeveloperSD Popup Builder
Author: Sudip Debnath
Published: <strong>2026年9月8日</strong>
Last modified: 2026年9月8日

---

プラグインを検索

![](https://ps.w.org/developersd-popup-builder/assets/icon-256x256.png?rev=3687387)

# DeveloperSD Popup Builder

 作者: [Sudip Debnath](https://profiles.wordpress.org/developersd/)

[ダウンロード](https://downloads.wordpress.org/plugin/developersd-popup-builder.1.1.3.zip)

 * [詳細](https://ja.wordpress.org/plugins/developersd-popup-builder/#description)
 * [レビュー](https://ja.wordpress.org/plugins/developersd-popup-builder/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/developersd-popup-builder/#installation)
 * [開発](https://ja.wordpress.org/plugins/developersd-popup-builder/#developers)

 [サポート](https://wordpress.org/support/plugin/developersd-popup-builder/)

## 説明

DeveloperSD Popup Builder lets you create unlimited popups, trigger them in any 
combination of ways (exit intent, scroll depth, timer, click, WooCommerce events,
and more), chain them into multi-step sequences, and target them with fine-grained
display conditions — all without loading a single byte of JS or CSS on pages that
have no popup.

**Key features**

 * Six built-in themes (Classic, Minimal, Glass, Modern, Dark, Marketing) combinable
   with nine positions (center, fullscreen, bottom sheet, slide-in, corner, announcement
   bar, and more)
 * Every common trigger type: manual, page load, delay, scroll percentage, scroll-
   to-element, exit intent (desktop and mobile), click/hover by CSS selector, form
   submit, URL parameter, custom JS events, and WooCommerce cart/checkout/thank-
   you hooks
 * Full page-builder support: edit popup content with Elementor, Divi, Beaver Builder,
   Bricks, or the block editor
 * Fine-grained display conditions: page/post targeting, login state, user role,
   device, referrer, UTM source, and cookie presence
 * Cache-safe frequency control (cookie + localStorage), so popups keep working 
   correctly behind full-page caching
 * Popup chaining with automatic circular-chain prevention
 * Built-in analytics (views, opens, closes, conversions, clicks) with CSV export
 * Accessible by default: focus trap, ARIA roles, keyboard navigation, and `prefers-
   reduced-motion` support

## インストール

 1. Upload the `developersd-popup-builder` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Go to Popups  Add New to create your first popup.

## FAQ

### Why doesn’t the Popup post type show up in my page builder’s post-type list?

Elementor, Divi, Beaver Builder, and Bricks each have their own settings screen 
listing which post types their builder is enabled for. Find that screen in your 
builder’s own settings (for Elementor: Elementor  Settings  General  Post Types)
and enable “Popup” there.

### Will popups slow down my site?

No CSS or JavaScript from this plugin loads on any page that has no eligible popup—
eligibility is resolved server-side before any asset is enqueued.

### Does this work with page caching plugins?

Yes. Popup display-frequency state (has a visitor already seen/closed a popup) is
tracked entirely client-side via cookies and localStorage, never written from PHP,
so a fully-cached page is never a problem.

### How do I open a popup from my own button or link?

Three ways: the `[developersd_popup id="X"]` shortcode, adding a `data-dsdpb-trigger
="X"` attribute to any existing element, or calling `dsdpbOpen(X)` from your own
JavaScript. All three are also shown on the popup’s own edit screen.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

DeveloperSD Popup Builder はオープンソースソフトウェアです。以下の人々がこのプラグ
インに貢献しています。

貢献者

 *   [ Sudip Debnath ](https://profiles.wordpress.org/developersd/)
 *   [ Sudip Debnath ](https://profiles.wordpress.org/sudipdebnath/)

[“DeveloperSD Popup Builder” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/developersd-popup-builder)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/developersd-popup-builder/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/developersd-popup-builder/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/developersd-popup-builder/)
を [RSS](https://plugins.trac.wordpress.org/log/developersd-popup-builder/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.1.3

 * Scoped the popup-chain validation admin notice to the Popups screen only, instead
   of the global `admin_notices` hook, so it can never appear on unrelated wp-admin
   pages.

#### 1.1.2

 * Further WordPress Plugin Check compliance: prefixed all plugin-defined variables
   in top-level template/uninstall files (`uninstall.php`, `templates/popup-wrapper.
   php`, `admin/views/analytics-page.php`) with `dsdpb_`, since PHP treats variables
   in a directly-required file as global scope.
 * Documented the remaining unavoidable direct-database-call notice on the analytics
   aggregate query with an explicit `phpcs:ignore` (no core WordPress API exists
   for an aggregate query over a plugin’s own custom table; the query is already
   parameterized via `$wpdb->prepare()` and cached).
 * Updated “Tested up to” in readme.txt.

#### 1.1.1

 * WordPress Plugin Check compliance pass: removed the manual `load_plugin_textdomain()`
   call (WordPress core auto-loads translations since 4.6); replaced interpolated
   table names in SQL with `$wpdb->prepare()` using the `%i` identifier placeholder;
   removed `suppress_filters` from internal queries, since forcing it off can break
   other plugins (multilingual, access-control) that filter which posts are visible;
   properly unslashed `$_SERVER` input before sanitizing.
 * Raised the minimum required WordPress version to 6.2 (needed for the `%i` prepare
   placeholder above).
 * Added short-lived object-cache caching to the Analytics dashboard’s aggregate
   query, invalidated immediately whenever a new event is recorded.
 * Restructured the plugin’s build so development-only files (the unit test suite,
   manual testing checklist, and internal build-phase notes) are no longer included
   in the distributed plugin zip.

#### 1.1.0

 * The Popup post type is now public/publicly queryable so Elementor, Divi, Beaver
   Builder, and Bricks can offer it in their own “enable this post type” settings;
   direct front-end visits to a popup’s single URL by anyone without edit rights
   are redirected to the homepage.
 * One-time rewrite-rules flush on update so the change above takes effect without
   a manual permalinks resave.
 * “Close on ESC key by default” / “Close on overlay click by default” in Settings
   are now true site-wide master switches: turning one off stops that close method
   for every popup immediately, including popups with their own Close Behavior setting
   on.
 * Fixed: unchecking a true-by-default checkbox in the popup editor (Close on ESC,
   Close on Overlay, Close Button Enabled, Close on Form Submit, Reduced Motion 
   Safe, Storage Fallback) was silently reverted back to checked on every save.
 * Fixed: popup content containing a form shortcode (or any shortcode relying on
   the current post) rendered using the host page’s content instead of the popup’s
   own content.
 * Fixed: entrance animation did not play for triggers that fire later in the page
   lifecycle (e.g. exit intent), only for early triggers like page load.
 * Redesigned the Settings page (card layout, spacing) and unified the toggle-switch
   design used across the Settings page and the popup editor.
 * Themes (“Skin” renamed to “Theme” in the UI) now have real, distinct visual identities—
   background, accent color, button/heading styling — instead of most of them looking
   nearly identical.
 * Every settings field now has inline help text explaining what to enter, with 
   example values.
 * Added a “Shortcode & Manual Trigger” panel to the popup edit screen itself.

#### 1.0.0

 * Initial release: plugin architecture, custom post type and settings schema, admin
   UI, page-builder-aware popup editor, frontend rendering engine, trigger engine,
   display conditions engine, cookie/frequency manager, popup chaining with validation,
   analytics, and accessibility/performance features.

## メタ

 *  バージョン **1.1.3**
 *  最終更新日 **5日前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 6.2またはそれ以降 **
 *  検証済み最新バージョン: **7.1**
 *  PHP バージョン ** 8.1またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/developersd-popup-builder/)
 * タグ
 * [exit-intent](https://ja.wordpress.org/plugins/tags/exit-intent/)[lead generation](https://ja.wordpress.org/plugins/tags/lead-generation/)
   [marketing](https://ja.wordpress.org/plugins/tags/marketing/)[popup](https://ja.wordpress.org/plugins/tags/popup/)
   [popup builder](https://ja.wordpress.org/plugins/tags/popup-builder/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/developersd-popup-builder/advanced/)

## 評価

レビューはまだ送信されていません。

[Your review](https://wordpress.org/support/plugin/developersd-popup-builder/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/developersd-popup-builder/reviews/)

## 貢献者

 *   [ Sudip Debnath ](https://profiles.wordpress.org/developersd/)
 *   [ Sudip Debnath ](https://profiles.wordpress.org/sudipdebnath/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/developersd-popup-builder/)