Use the power of wordpress inbuilt thickbox
Many people search for plugins to add support of jquery based thickbox. But do you know this is already included in your wordpress bundle. Let’s try

Suppose you want to open a webpage into thickbox. Just add following code at the end of last link we made above
&embedded=true&KeepThis=true&TB_iframe=true&height=400&width=650
And add following code to your anchor tag.
class="thickbox"
For Example
For more guidance, refer jquery thickbox
202
views
views


No Comments