Modal is a WordPress plugin that enables you to create modal dialogs from posts or pages.
Features include:
- Create a modal dialog from any page or post.
- Define the size of the dialog.
- Install Modal either via the WordPress.org plugin directory, or by uploading the files to your server
- Activate Modal,
- Insert the [modal ...] short-code wherever you want the modal page/post to appear.
This is an example use (using the Contact Form plugin CSS classes to style the form):
[modal class="mt-button"
slug="sign-up"
content_selector="div.content div.container"
title_selector="div.page-title h2"
width="1000"
height="370"
load_scripts="no"]
Sign-up now!
[/modal]