WP Manifestindependent plugin directory
manifest / utilities / wp-html-popup

Custom Popup Plugin

Custom Popup Plugin is a WordPress plugin that allows you to display a customizable HTML popup on your website. You can set the content of the popup and control when it appears, either after a specified delay or upon a button click.

by D.kandekore · github.com/kandekore/wp-html-popup

1stars
0forks

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/kandekore/wp-html-popup/archive/refs/heads/main.zip

From the readme

Custom Popup Plugin Custom Popup Plugin is a WordPress plugin that allows you to display a customizable HTML popup on your website. You can set the content of the popup and control when it appears, either after a specified delay or upon a button click. Features - Easily create and customize HTML popups. - Choose to display the popup after a specified delay or manually trigger it with a button click. - Set the delay time for the popup appearance. - Responsive and user-friendly design. Installation To install the Custom Popup Plugin, follow these steps: 1. Download the plugin files from this repository. 2. Upload the entire custom-popup-plugin folder to the wp-content/plugins/ directory of your WordPress installation. 3. Activate the plugin from the WordPress admin panel. Configuration After activating the plugin, you can configure its settings: 1. In your WordPress admin panel, go to Settings Popup Settings. 2. You will find options to set the HTML content for the popup and the delay time (in minutes) for the popup to appear automatically. 3. You can also use the [custompopupbutton] shortcode to generate a button that triggers the popup manually. Usage Automatic Popup T

Read the full README on GitHub →