I have a iframe search widget that i would like to use on my wordpress site. I would like visitors to click on a button or link and for the widget to popup like a lightbox. Does anyone know of such a plugin or a way to do this? Many Thanks
You can not modify the content of an iframe. Think of it like a window. You would need a button that uses winow.open to launch a popup using JS.
Sorry, don't know what wordpress is but you should be able to put the Iframe in a hidden DIV layer and use your button to unhide the layer when needed.