Modal Dialog
NOTICE:I am currently working on a book on plugin development, to be published in August 2012.Therefore, I will not have as much time available to support questions/feature requests on my plugins as I would normally have. I recommend that you read through all comments here, through the forum on the wordpress.org and through the FAQ before asking questions. I will try to answer a few questions on occasions but I cannot guarantee at what frequency this will be. Thank you for your understanding.
This plugin allows users to add a pop-up dialog to their site on all pages or specific pages, that can appear once or multiple times. The dialog can contain content defined in the admin pages or content from an external web address.
You should normally see an example of the plugin’s capabilities while viewing this page.
Donations
If you feel generous and really like this plugin, here is a donation link on Paypal:





I'm a tech enthusiast working in the modeling and simulation software industry. I'm also married and the father of two very energetic little girls.






Hi Yannick,
Thank you for this great plugin, it kind of saved my ass
. I am using this link as you have suggested to open the modal onClick:
TEST
function openDialog() { jQuery(“a#inline”).trigger(‘click’) }
This is in the footer, on every page, however, I would like to use another Modal window I have created and I don’t know how to open/target that specific second modal window using, again, a link to it. Any thoughts please?
Hi Chris, You can only define one dialog per page. It is not possible to define multiple different dialogs to appear on a page.