==Simple Pop Up== Contributors: Rey Den Nalasa Donate link: Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Requires PHP: 5.2.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == This code was similar to w3school example: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_modal For people who want a simple modal. I ported the w3school example here. How to use : 1. Get the id of the modal you want. 2. Enter the name of the button. [pop_me_up id='id of pop up' btn_name="name of button"] == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `simple-message-modal.zip` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates == Screenshots == 1. Admin 2. All modals 3. Edit modal content == Changelog == = 1.0 = * Initial stage. == Upgrade Notice ==