Title: Alligator Popup
Author: cubecolour
Published: <strong>October 7, 2013</strong>
Last modified: June 23, 2025

---

Search plugins

![](https://ps.w.org/alligator-popup/assets/banner-772x250.png?rev=1485172)

![](https://ps.w.org/alligator-popup/assets/icon-256x256.png?rev=1485172)

# Alligator Popup

 By [cubecolour](https://profiles.wordpress.org/numeeja/)

[Download](https://downloads.wordpress.org/plugin/alligator-popup.2.0.0.zip)

 * [Details](https://wordpress.org/plugins/alligator-popup/#description)
 * [Reviews](https://wordpress.org/plugins/alligator-popup/#reviews)
 *  [Installation](https://wordpress.org/plugins/alligator-popup/#installation)
 * [Development](https://wordpress.org/plugins/alligator-popup/#developers)

 [Support](https://wordpress.org/support/plugin/alligator-popup/)

## Description

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

 * [[
 * A popup

## Installation

 1. Upload the plugin folder to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Add a popup link to a page by including the shortcode to your content in the format:
    [
    popup url=”http://cubecolour.co.uk/wp” height=”300″ width=”300″ scrollbars=”0″]
    Link Text[/popup]

## FAQ

### Where is the admin page?

It doesn’t have any options that need an admin page, so there isn’t one.

### What is the syntax of the shortcode?

[popup url=”http://cubecolour.co.uk/wp” height=”300″ width=”300″ scrollbars=”0″]
Link Text[/popup]
 The values for height and width must be positive integers and
the value for scrollbars must be either 1 (to show scrollbars) or 0 (to not show
scrollbars)

### Are the shortcode parameters all necessary?

The url is a mandatory parameter but height, widths and scrollbars are optional 
parameters, Default values will be used for any not present.

### What is the syntax of a link if I’m not using the shortcode?

[Link Text](http://cubecolour.co.uk/wp)

### Why doesn’t it work?

The plugin does work on the sites it has been tested on. If it is not working for
you, you may have done something wrong or maybe your theme is not built to WordPress
standards. Feel free to ask for help on the [Alligator Popup plugin support page on WordPress.org](https://wordpress.org/support/plugin/alligator-popup).

### What levels of support are available?

I offer free forum support for free cubecolour plugins where all communication takes
place on the WordPress.org forums and a link is provided to the page on your site
where I can see the issue without needing a password. Non-free support via email
is available if the conditions of obtaining free support on the public forum are
not compatible with the level of support required. This paid email support can be
requested at: [cubecolour.co.uk/premium-support](http://cubecolour.co.uk/premium-support)

### I am using the plugin and love it, how can I show my appreciation?

You can donate via [my donation page](http://cubecolour.co.uk/wp/). If you find 
the plugin useful I would also appreciate a glowing five star review on the [plugin review page](https://wordpress.org/support/view/plugin-reviews/alligator-popup)

### How do I wrestle an alligator?

This page has some handy tips:
 http://www.artofmanliness.com/2010/10/19/how-to-
wrestle-an-alligator/

## Reviews

![](https://secure.gravatar.com/avatar/81027bd3e68103b3b5c75dddaac180b066a7b000fdcd06d1a86f806b16d2f7dd?
s=60&d=retro&r=g)

### 󠀁[Really Fiddly but Nothing to Touch It](https://wordpress.org/support/topic/really-fiddly-but-nothing-to-touch-it/)󠁿

 [deeveearr](https://profiles.wordpress.org/deeveearr/) May 5, 2022

I was quite surprised that my comments were still high on the first page of the 
support forum (usually meaning that the plugin is not downloaded very much), but
even though it’s really fiddly to use and you need to work out a new workflow to
cover a blog with over 400 posts, this works better than anything else out there!
My original question was concerning Google Analytics type links, that open in a 
shrunken window. It’s a lot easier when you work out the components, width and height,
then save them onto a notepad, and remember to ‘paste as plain text’, and copy the
link address from the original link, then delete it when the popup is compiled. 
Lots of these popup plugins can only be relied on to popup content from WordPress
websites, but this one pops-up content from government websites, Wikipedia, and 
I even tried a couple of Google Maps links last night, all of which opened in shrunken
popup windows. Right then, better crack on with the rest of my 400 posts!

![](https://secure.gravatar.com/avatar/56d1306bfa1adad4cfd75e08dab440167e621166f4f56ce8b344d6415ad155b0?
s=60&d=retro&r=g)

### 󠀁[Brilliant plugin!](https://wordpress.org/support/topic/brilliant-plugin-469/)󠁿

 [coderiverstudio](https://profiles.wordpress.org/coderiverstudio/) February 17,
2022

Just simply works. Thank you. And the sequel alligator menu popup was just what 
I needed to pop from a menu.

![](https://secure.gravatar.com/avatar/583679c956b3b0e378acb1b59e5dfaae4f82f87b80d52d9c05a5cde53a440c84?
s=60&d=retro&r=g)

### 󠀁[A keeper](https://wordpress.org/support/topic/a-keeper-3/)󠁿

 [markonrose](https://profiles.wordpress.org/markonrose/) February 15, 2021

Does what it’s supposed to do, simply and reliably.

![](https://secure.gravatar.com/avatar/3ee56a0fef84a29dfb4da456b362ef9d1a353fb7fab1a7ad1521df1956ced892?
s=60&d=retro&r=g)

### 󠀁[How Plugins Should Be](https://wordpress.org/support/topic/how-plugins-should-be/)󠁿

 [starapple](https://profiles.wordpress.org/starapple/) September 13, 2018 1 reply

This is how plugins should be: Simple and just add an enhancement that seems natural.
Some plugins seem larger than core. Good job.

![](https://secure.gravatar.com/avatar/b20d507c8bc36c4e069e4ba2e0e7c105bc4ddf5a3f4a5dd3dce145ba3673af69?
s=60&d=retro&r=g)

### 󠀁[Simple, easy and it does work!](https://wordpress.org/support/topic/simple-easy-and-it-does-work/)󠁿

 [antoniomc76](https://profiles.wordpress.org/antoniomc76/) February 11, 2018

After trying some other plugins, this is the the easiest and most effective. Thanks!

![](https://secure.gravatar.com/avatar/e63b2aafc9e7f198f04d99d479fcff9a8e7dfe510e7c821bc0bf3ffd7cf8c8e7?
s=60&d=retro&r=g)

### 󠀁[Works perfectly, easy as heaven](https://wordpress.org/support/topic/works-perfectly-easy-as-heaven/)󠁿

 [8oris](https://profiles.wordpress.org/8oris/) December 18, 2017

Installation: 5 seconds Usage: easy, no tricky methods or whatever needed Interface:
well designed

 [ Read all 45 reviews ](https://wordpress.org/support/plugin/alligator-popup/reviews/)

## Contributors & Developers

“Alligator Popup” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ cubecolour ](https://profiles.wordpress.org/numeeja/)

“Alligator Popup” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/alligator-popup/contributors)
for their contributions.

[Translate “Alligator Popup” into your language.](https://translate.wordpress.org/projects/wp-plugins/alligator-popup)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/alligator-popup/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/alligator-popup/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/alligator-popup/)
by [RSS](https://plugins.trac.wordpress.org/log/alligator-popup/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 * Removed jQuery as dependency

#### 1.2.1

 * Removed function to get plugin version

#### 1.1.3

 * added alt parameter to shortcode for alt tag support in popup link
 * reduced the size of the plugin page icons

#### 1.1.2

 * added ‘resizable=yes’ to enable maximise button on popped up window in IE

#### 1.1.1

 * Undefined variable fixed in plugin page links

#### 1.1.0

 * Dynamic Version number added to script enqueue
 * Plugin Page Links
 * Added scrollbars option to shortcode

#### 1.0.1

 * Small improvements to documentation

#### 1.0.0

 * Initial Version

## Meta

 *  Version **2.0.0**
 *  Last updated **11 months ago**
 *  Active installations **2,000+**
 *  WordPress version ** 4.9 or higher **
 *  Tested up to **6.8.5**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/alligator-popup/) and [Swedish](https://sv.wordpress.org/plugins/alligator-popup/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/alligator-popup)
 * Tags
 * [jquery](https://wordpress.org/plugins/tags/jquery/)[popup](https://wordpress.org/plugins/tags/popup/)
   [popup window](https://wordpress.org/plugins/tags/popup-window/)[popups](https://wordpress.org/plugins/tags/popups/)
   [shortcode](https://wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://wordpress.org/plugins/alligator-popup/advanced/)

## Ratings

 4.9 out of 5 stars.

 *  [  42 5-star reviews     ](https://wordpress.org/support/plugin/alligator-popup/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/alligator-popup/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/alligator-popup/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/alligator-popup/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/alligator-popup/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/alligator-popup/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/alligator-popup/reviews/)

## Contributors

 *   [ cubecolour ](https://profiles.wordpress.org/numeeja/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/alligator-popup/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://cubecolour.co.uk/wp)