Popup Shortcode

Displays a link in the form of a thumbnail image or text where a pop-up image or video will appear when the user clicks on the link.

Shortcode:

[popup]

Attributes:

path
Should have the value of the path to an image somewhere either on your server or elsewhere on the Internet. This image display in a pop-up when it the applicable link is clicked

Examples:

Here is an example using a thumbnail image...

[popup path="https://www.9bitstudios.com/images/wordpress-themes/cherry-blossom.jpg"]Click here to open[/popup] [popup path="https://www.9bitstudios.com/images/wordpress-themes/cherry-blossom.jpg"]<img src="https://www.9bitstudios.com/images/wordpress-themes/cherry-blossom-thumbnail.jpg" />[/popup]

The process is the same to display video...

[popup path="https://www.youtube.com/watch?v=bh8mOqPUh7U"]
Back to Shortcodes »