Wampum - Popups
A lightweight but flexible WordPress popups plugin utilizing on oiubounce
by Mike Hemberger · github.com/bizbudding/wampum-popups · website
★ 11stars
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bizbudding/wampum-popups/archive/refs/heads/master.zipDeclares an update source (https://github.com/bizbudding/wampum-popups), so updates arrive through the plugin's own updater.
From the readme
Wampum Popups
A lightweight but flexible WordPress popups plugin utilizing oiubounce.
Use a simple shortcode (or PHP function) to create 1 or more popups (or slideups) throughout your website
Popup types include exit itent, timed, link, and button
Automatically works with WordPress galleries (when set to link to file or attachment page)
Default exit intent and timed popups store an expiring cookie in the browser so it won't continue to display after a user closes it
Various options allow fine-tuning (see below)
Easy plugin updates in the WordPress Dashboard via GitHub Updater plugin
Basic Usage
Tip: A browser extention like Cookie Inspector is helpful as it lets you manually clear individual cookies 1 at a time
Shortcode
Manually launch a popup with a link/button in the WP editor
PHP functions
Use the wampumpopups hook to safely output a popup. This way, if the plugin gets deactivated your popup won't throw errors and/or break your site
Optionally use getwampumpopup( $content, $args ); to return the popup
Note: Scripts will already be enqueued
Manually launch a popup with a link/button in your PHP template
Optionally use getwampumpopuplink( $content, $args ); to retu
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.