Emberly Popups for WordPress Plugin Directory
Emberly Popups is the #183 ranked popup app on WordPress, as of Aug 31, 2026.
Emberly Popups is a WordPress Plugin Directory app by Emberly Digital.
AppRanks data: Emberly Popups ranks #183 in Popup on WordPress Plugin Directory, placing it in the top 44% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Emberly Popups is a newly-listed WordPress app with a limited review volume. It is listed in the Popup category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Emberly Digital — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Emberly Popups?
See Emberly Popups's alternatives ranked by audit score, rating, and review velocity.
How Emberly Popups works
Show full descriptionShow less
Emberly Popups is a simple PHP function that generates ARIA‑compliant modal popups. Great for newsletters, surveys, announcements, or any call‑to‑action:
Auto‑open after a configurable delay
Cookie‑ or session‑based “show once” control
Repeat interval (milliseconds) between popups
Shortcode support inside popup content
Adjustable width and padding
Accessible markup with proper ARIA roles
Usage PHP 8+ (named arguments) “`php
emberly_popup(
title : ‘Welcome!’,
content : ‘
Thanks for visiting our site. Don’t miss our latest offers!
‘,
id : ‘welcome-popup’,
width : ’50rem’,
padding : ‘3rem’,
echo : true,
output_shortcodes: true,
auto_open : true,
delay : 2000,
show_once : false,
persistence_method: ‘session’,
show_interval_ms : 1800000 // 30 minutes
);
<h3>PHP 7 & earlier (ordered arguments)</h3>```php
emberly_popup(
'', // $title
'<p>Thanks for visiting our site. Don't miss our latest offers!</p>',
'category-survey-popup', // $id
'50rem', // $width
'3rem', // $padding
true, // $echo
true, // $output_shortcodes
true, // $auto_open
2000, // $delay
false, // $show_once
'session', // $persistence_method
1800000 // $show_interval_ms
);
Manual triggers Anywhere in your markup, add:
html
<a href="#" em-popup-trigger-id="welcome-popup">Open Welcome Popup</a>
The em-popup-trigger-id value must match the $id you set in emberly_popup().
Parameters Parameter
Type
Default
Description
title
string
”
Popup heading text.
content
string
”
HTML for the popup’s body.
id
string
”
Unique popup identifier (required for cookies/sessions & triggers).
width
string
’60rem’
CSS max-width for the popup container.
padding
string
‘3rem’
Inner padding inside the popup.
echo
bool
true
Echo the markup immediately (false to return as string).
output_shortcodes
bool
false
Process WordPress shortcodes in content.
auto_open
bool
false
Automatically open after delay ms.
delay
int
0
Milliseconds to wait before auto-open.
show_once
bool
false
If true, shows only once per session/cookie period.
persistence_method
string
‘cookie’
Where to store “shown” flag: ‘cookie’ or ‘session’.
show_interval_ms
int
0
Minimum interval (ms) before showing again. 0 disables repeats.
debug
bool
false
Log internal events to browser console (load, open, cookies, scroll lock).
Debugging Add debug: true (PHP 8+) or append true as the 13th argument (PHP 7) to enable console logging:
`php
// PHP 8+ example
emberly_popup(
title : ‘Debug Popup’,
content: ‘
Debugging is on!
‘,
id : ‘debug-popup’,
debug : true
);
`
Category rankings
As of Sep 4, 2026- Popup#183of 418Top 44%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Emberly Popups ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- 1.surveyRank #330
Competitors & alternatives
Emberly Popups doesn't have curated competitor matchups yet. Other tracked popup apps on WordPress:
Where Emberly Popups stands in the Popup category
Emberly Popups ranks #183 of 418 apps in the Popup category, placing it in the top 44% of the listing.
Frequently asked questions
What is Emberly Popups?
Emberly Popups is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Popup category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Emberly Digital.
Who uses Emberly Popups?
Currently around 10 active stores have installed Emberly Popups. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Popup category on WordPress.
Where does Emberly Popups rank on WordPress?
Emberly Popups currently sits at position #183 in the Popup category on WordPress. That places it in the top 44% of 418 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.