=== Modal Links ===
Contributors: grglaz
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=43B53PFVBN9HA
Tags: modal, modal window, modal link, link, jquery modal, jquery dialog
Requires at least: 3.0.1
Tested up to: 3.9
Stable tag: 0.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin opens a post/page in modal window using the post/page id in shortcode.
== Description ==
This plugin opens a post/page in modal window using the post/page id in shortcode.
Install it and activate it to see it in action.
Go to Settings->Modal Links and check the options.
== Installation ==
1. Upload the folder "modal-links" to the "/wp-content/plugins/" directory or install it through WordPress directly.
2. Activate the "Modal Links" plugin through the 'Plugins' menu in WordPress.
3. Go to Settings->Modal Links and check the options.
Basic Features:
- Create modal link for post/page using shortcode. Modal link opens the post/page in modal window.
Extensions:
- Shortcode GUI (adds a button "Add Modal Link" above the wp editor to easily add the Modal Links shortcode)
Plugin's Website:
== Frequently Asked Questions ==
= How do i create a modal link? =
Use the shortcode
[modalLinks id="POSTorPAGE_ID_HERE"]LINK_NAME_HERE[/modalLinks]
in a post or page.
= What if i have shortcodes in my post or page? =
No problem, shortcodes are rendering fine in the modal.
= Does this plugin works for both posts and pages? =
Yes.
= Does this plugin works with every permalink option in setting? =
Yes.
== Screenshots ==
1. screenshot-1.png The menu in settings
2. screenshot-2.png The plugin's settings
3. screenshot-3.png The shorthand
4. screenshot-4.png The link
5. screenshot-5.png The modal in action
== Changelog ==
= 0.0.1 =
Bugs fix
= 0.0.2 =
First version
== Upgrade Notice ==
= 0.0.2 =
Bugs fix
= 0.0.1 =
This is the first version