Alligator Popup

plugin banner

Links can be added to pages/posts via a shortcode and will be opened in a popup window.

Author:cubecolour (profile at wordpress.org)
WordPress version required:4.9
WordPress version tested:6.4.3
Plugin version:2.0.0
Added to WordPress repository:07-10-2013
Last updated:08-11-2023
Rating, %:98
Rated by:45
Plugin URI:http://cubecolour.co.uk/alligator-popup
Total downloads:68 342
Active installs:3 000+
plugin download
Click to start download

This plugin allows you to enter a shortcode to add links to pages/posts which will be opened in a popup window. The only options in Alligator popup are entered in the shortcode, so there is no admin page for this plugin.

Shortcode:

Add a popup shortcode where you would like a link to appear within your post or page text. The shortcode has parameters for url, height and width and should be in the format:

[popup url="https://cubecolour.co.uk/wp" height="300" width="300" scrollbars="yes" alt="popup"]Link Text[/popup]

Include your own Link Text and values for the url the width & height of the popup, and the alt text fot the link.

If no values are entered for the alt text and the height and width, defaults of 400px are used for the width & height of the popup window.

Scrollbars are enabled by default and will show if the scrollbars parameter is not added to the shortcode. If you do not want scrollbars on your popup window, add the scrollbars parameter with the value “no” to the shortcode: scrollbars="no"

If no value is entered for the alt text, an empty alt tag will be used in the link.

HTML Link:

Instead of using the shortcode you can include your link in the format:

<a href="https://cubecolour.co.uk/wp" class="popup" data-height="300" data-width="300" data-scrollbars="0" alt="my link text">Link Text</a>

This might be useful in a text widget, or you can build the link in a template file of your theme.

Note:

If you are using any other plugin (or a theme) that uses a shortcode with the name ‘popup’, you will not be able to use this plugin. This is not because of any shortcoming in this plugin, but because shortcodes such as those to create popup links should always be implemented in a plugin not a theme.

On mobile devices such as iPads which don’t use browser windows, the link will open in a new tab.

This plugin was written in response to a post by a WordPress.org forum user who promised to wrestle an alligator if his problem with creating popups was solved.


Screenshots
FAQ
ChangeLog