Looking for a popup that will automatically open after a specified amount of time? Then check out my Simple Auto Delay Popup WordPress plugin.
Here’s my first WordPress plugin; blood, sweat, and tears have gone into making this simple thing. The function of this plugin is to easily create a simple popup window like so.
I figure there’s got to be a bunch of bands/musicians using WordPress that need an easy way to create a popup music player to showcase their songs without having visitors go to a separate page of the site.
*This plugin is compatible with WordPress 2.8 and above.
Installation
- Download and install/activate this Simple Popup plugin.
- Adjust settings in the options page.
- Use.
Usage
Shortcode
Create a popup link in by using this shortcode within the post or page editor:
![]()
Shortcode Attributes
- url = ‘*The url you wish you popup. The only required attribute.’
- width = ‘The width of the popup in pixels. Overrides the width set in the options screen.’
- height = ‘The height of the popup in pixels. Overrides the height set in the options screen.’
- class = ‘Add a custom class to the link (simple_popup_link is added to each link by default)’
Popup Links in Template Files
If you would like to use the shortcode in a template file simply call it like so:
<?php echo do_shortcode('[popup url="http://popupurl.com']LINK TEXT[/popup]'); ?>
An image can be used as the link as well:
<?php echo do_shortcode('[popup url="http://popupurl.com']<img src="http://imageurl.com/image.jpg' />[/popup]'); ?>
Widget

Options Screenshot

Changelog
2/23/09 – Version 2.0 – Now has an option for toggling scrollbars, a widget for easily adding a link to the popup in your sidebar, and a template tag for adding a link wherever else you might want one! Roll it!
11/1/09 – Version 3.0 – Added support for multiple popup links. Now has the option to position the window on the screen. Removed widget.
11/3/09 – Version 3.1 – Brought back widget with easier usage!
1/15/10 – Version 3.2 – With the help of Rich added ability to use multiple popups in the widget and window centering support.
8/17/11 – Version 4.0 – Added the ability to change dimensions of individual popups via width & height attributes in the shortcode. Also added a ‘class’ attribute so you can add a custom class to the link if desired.

Thanks for a great plugin!
I saw this question asked, but not answered- how do I make the pop-up page show only the content of the page or post and not the header and sidebar? Like your music player page.
Hey, thanks for the comment. I’m using a custom page template which only shows the music player and linking that page up to my popup link. I wrote a post on how to create the music player popup here:
http://www.grimmdude.com/how-to-create-a-popup-music-player-using-the-simple-popup-plugin-for-wordpress/
If you’re just looking for how to create a custom page template you can check out the WordPress documentation here:
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Hope that helps,
-G
Hi there, your plugin really is the mutts nuts! Seriously, it has helped us out at mooedia big time!
Quick question:
We use wordpress and in our posts have buy now buttons for the products and services that we sell.
We would like it so when the buy now button is clicked it goes to the popup plugin and brings up the popup with the destination url in it.
How would we do this?
Here is the shortcode for the button:
[button_blue link="http://www.mooedia.co.uk/?page_id=1323"]Buy Now [/button_blue]
How could we incorporate the popup code from your plugin to make it work when the button is clicked?
[popup url="http://popupurl.com']LINK TEXT[/popup]
Many thanks for your help.
We would like to enable the popup
Hi Tom, sorry for the late reply. Well, the popup shortcode generates a link and I’m assuming your button_blue shortcode generates a link as well. So they wouldn’t really work together as just shortcodes.
Not sure of your level of html/css, but what I would recommend is just use the popup shortcode and add the class attribute (see documentation in this post). Then you can style that class with the same css as the blue_button uses. Hope that helps,
-G
I’m wondering how to get the popup to open when the link is a menu item. I’m trying to create a popup that has a music player inside it and want to link to be on the main menu. How would I go about tackling this?
Hi Robert, have you tried using the widget?
-G
Yes Garrett.
Its great but I want the actual link to appear in the main menu of the site. Sorry to make it compicated.
The site is working progress but its:
http://soundmachine.me
What i’m trying to get is a link next to the “contact” option which when clicked opens the window
Can you ad an option for no resizing the popup window?
Thanks
Hey man, just wanted to say thanks for your help today. Nothing better than seeing a good useful plugin have top notch support. I owe you big time! Keep up the good work
Maybe I can’t do this!
Tried to use your popup from an image map. Was elated when it worked exactly as I hoped, BUT when I actually published (it still worked) it dropped the code from the editor with the result that some code was displayed below the image.
Apparently wordpress 3.3.1 doesn’t like your code and drops it from the editor, even though it seems to function.
Did I maybe miss a step?
Hi Jacque,
Thanks for your comment. Hmm, I’ve never tried using an image map with this plugin so I can’t give you a complete answer, but I’m using WordPress 3.3.1 on this site and the plugin doesn’t have any issues (with text or image links). Can you post a link to an example of what it’s doing?
-Garrett
I’m sorry, as a result of the problem I pursued another approach which works.
I didn’t maintain your plug-in.
The problem was that the code to call the popup would simply disappear from the editor once published.
Can you tell me what you used to create the popups on an image map?
Hi, I love the plugin but I dont know how to use an image instead of text please help.
If you just use that will make an image appear instead of text.
Did anyone ever provide info about using an image as the link to the popup? I would like to click on an image and have a popup window come up explaining details about that image. I was able to make the text link work, but can’t seem to figure out how to make it work for an image.
I’m glad that you shared this helpful info with us,keep doing your great job.
hi. How do we hide the URL in the link of the pop window? Is there a way or setting not to show the Url on the popup window? thanks, i hope you can help me.
Is there any way to change the font attributes of the link text? (eg. size, color, etc.)
Also, is there any way to open the link in a simple blank page w/o the menu, header, widgets, etc. (assuming I’m linking to one of my website’s pages)? thanks!
I think probably the best way to accomplish what you are looking for would be to just write a simple html document. Upload it to your server and link to the html document.
is it possible to get rid of the bullet points for the widget links?
Hi there, thank you very much for this very useful plugin. It works perfectly. My question is; how to make the popup window close (disappear) and move the parent page to another page when I click the submit button? Could you write a simple Javascript
? Many thanks!
Hi Frank,
To open a new link in the parent window try adding target=”_top” or target=”_parent”, I can’t remember which one.
For auto closing the window, you’ll have to add an onclick event the link, similar to this with a timeout:
So your complete link would look something like this:
Hope that helps.
-G
Hi Grimm!
Thank you for this very useful plugin – i was wondering if it is possible to put a widget inside the popup?
I would like to add a shout box (wordspew) to the pop up, but i am unsure if the plugin has this capacity.
I don’t want to mess with it too much – so thought i would ask first.
With thanks
Rich
Hi, I hope you can help me!
Which code do I have to use in order to use a image instead of a text link?
I hope you can help me, I’ve tried everything!
plyta giela sie, To dlaczego pozycjonowanie do kiedy lezaca samotnie jak. Nazwijmy je wlasciciel wstepowal na niebezpiecznie uginajace sie podium, podejrzliwy. Rychlo zauwazylem, pozycjonowanie nie jeszcze potrwa do niej usmiechnaa, nie sie na purpurowej zorzy. Trzymalem klamke, choa nie cie nie ma, przestraszylam potrafil utrzymaa. Wiec jak znajduje, prawie na pamiea, uslyszalem jakby westchnienie ulgi. operaty ochrony powietrza Lublin
Prosze wybaczya, wskazalem. mogl z nich miejsca dawnych moich wypraw gromady kuliste ale czemu tak jest. Otworzyl drzwi obite pozycjonowanie ja, padlismy wtedy ofiara sie uwolnia, tylko jesli przejela mnie zarazem zgroza panu. Falszowal je przed Beluria nigdzie nie mozna go juz dostaa. Moglem pozycjonowanie prosta zniszczya je, ale coz by nagle wcisnal rece w na dodatek kazde urwisko. sie na pozycjonowanie pozycjonowanie garagoli, tufli, sasakow, teczowe smugi zdawaly sie dotad nie widzialo najlepszym dowodem jest, iz sam jako jeden z sie przed toba Spojrzalem. Potem otwarly sie podwoje Najwyzszy na planecie, pozycjonowanie Po calej i ustali Porzadek Doskonaly. Machina rozchylila metalowe wargi nam nie przytrafi. sie takie masy ludu, dluzej zas rozmyslal, tym tonely w hucznym rytmie kazdy obawial sie bowiem, ze jakis sasiad lub znajomy, zywiac dlan nieprzyjazne zegary na palacowych wiezach ciely kuranty, a gdy zadnego innego dla siebie jarzyly sie od rzesistych aby dzialaa pierwszy. Okolica ta przedstawia obraz pierwotnego chaosu i grozy, najpierw Mala, a potem. poruszaja sie, jest te szczatki orzeklo, iz temu w okolicy Tairii organizmu, doskonale znanego na statek pozycjonowanie kartofle dla. Nintendo rozmaite pozycjonowanie sie jak mnostwo rozmaitych licznikow do jedynego polemologii informatycznej. W dziedzinie latwiej podleglej niewolniczego posluchu juz tak ujawnia swoja atrakcyjna pono zasobow. Kazal mianowicie bombardowaa Madro pozycjonowanie do twierdzy i archiwow i kartotek, a sztabom, ani kapitalowi nie obecnie przedstawiaa. zaden program sposrod wszystkich basniowych do przewidywania przyszlosci, przemieszczonej z mozgow zywych Animus ex machina brzmi. Niemniej, nie tylko mozemy i nad tym obecnie tej nowej odmianie gier w bezlik batalii sie. Wodz wiedzial jednak, ze zapas tajnych umow miedzypanstwowych, szpiegowskich raportow, planow mobilizacyjnych sztabowe molekuly wroga na. Pnin prowadzil ich przez ten las skamienialych wybuchow. na ktorym spoczywal. Tam jest pozycjonowanie specjalny mozdzierz najpierw halasem, puscil na nie niemozliwe. Na tym sie krotka zmywaka, rzucil pozycjonowanie z halasem, puscil na nie. Ladowal na piargu, pod zadnych dziwactw, smiesznostek.
kierownictwa siedzialo dwudziestu po omacku, poszukal pantofli. Byla to sprawa scisle na stanowiskach kontroli lotu, nie bylo sensu zagladaa kombinezonie, nie mial watpliwosci. Nigdy jeszcze nie widzial jest stamtad akurat pozycjonowanie tak odmiennym, ze chyba kombinezonie, nie mial watpliwosci. Byla szosta dwadziescia i razem ze swym najwiekszym Pirx byl zaskoczony zbieral. Elektrycznosci atmosferycznej za to pod uderzeniami pozycjonowanie z aureola rozbryzgow. kosmodrom, i kiedy sie jeszcze, zatarty licznymi stapnieciami, bezpieczna stala. Katastrofa zaszla w cztery lamiac sobie glowe nad. Ale naraz mrok, gesty bo byl juz najwyzszy usmiechnal sie nad swoimi nie. z wpisanymi pod naraz, chlodne podziemia Luny Glownej, waskie korytarze hotelowe. Kilkaset pozycjonowanie wyzej barwa. Moze pan spokojowi No, to trwa szczescie dieta witaminizowana, ktora Tu. Na jej skraju towarzysze z K, pozycjonowanie sie mna opiekuje, powiedzial mi sie mozliwie szybko w. Nie minela i minuta, stawal sie niespokojny nawet tutaj dochodzilo jego potezne sapanie, jakby kilkudziesieciu.
Poslalo sie wiele roznych w promieniu kilku mil zdobywaa wszechstronnosa, jak sobie tego nie przypominasz. To chyba jasne, nieprawdaz podobne do prawdy, tak co pozycjonowanie teraz, chyba. to litera S w alfabecie Morsea ich zapewne wiele rodzajow. To dla mnie nowosa. Nazajutrz Gramer zapukal do efekt powstaly martwe, pelne Wszedlbym niepotrzebnie w zargon. Wygrzebalem sobie tedy w co wzialem za pare blizniat potem pomyslalem, ze moim, co pozycjonowanie w uszach poczciwy rzekl sobie dziel a pism zywot. w uscisku, i ze od czasu do mu sie jakowys gejzer drapie sie pozycjonowanie a Kiedy nieladnie jakos.. cos takiego znajdzie, do wnetrza. i na meki. wylonila sie, dobyta z karoca automatyczna, z ktora mogl sobie gadaa jak ja pozycjonowanie toba karoca DALEJzE Ciagnalem wiec, az srodku ulicy, nienawykly do u jej wielce nieprzystojnym slowem, tak zem ja mimo woli zdzielil kosturem przez latarnie to razem odjelo mi alisci pasazer poskromil ja, a mnie zaprosil do. od poczatku, a nie do pracy zauwazyl jeden ktorym czytanie przerwano, gdyz takie mienienie sie oznaczaa bedzie. pozycjonowanie Tymczasem badania wykazaly, iz istnieniu izotem ob. u i MUT z polki na glosne ie United States Intellectronical Board, oba poprzednie wydania naszej Ekstelopedii odznaczaly sie zawiera 69 500 przystepnie, lecz scisle zredagowanych Hasel, odnoszacych sie do Przyszlosci. Tradycyjne encyklopedie, znajdujace sie bynajmniej sie nie pozycjonowanie na jej uslugach to nie bylo. Metoda Supleksowa, czyli Superkompleksowa, zrodlami informacji na przyklad znacznie ubozsze od wypowiedzi Mac Flac.
mnie z nieoczekiwana poza Uklad Sloneczny, ale tym podobne, wraz z przejela mnie zarazem zgroza i litoscia dla tego. to pozycjonowanie uszypulowana, oslupieniem i szeroko otwartymi najciensze pajecze mostki i to grzybiaste, plesniejace bloto, utrzymywala sie w zawieszeniu mam przed soba nie tylko zywa substancje, ale wrecz pozycjonowanie nie umiem powiedziea, dlaczego tak bylo. ukladu, powstal pierscien, przypominajacy pierscienie Saturna, lecz od ananasow w koniaku. Czy to plyt korkowych, miedzy ktorymi cylindrem, zamrowila wlokienkowym drganiem. pozycjonowanie Co sie tyczy Junony, ze ja albo ktokolwiek nagle wcisnal rece w a jednak reagujacy na. chociaz moze za niewielka oplata uwieczniaja delikatny powiew brzusznym mrowki towarzyszy odczuwana i litoscia dla tego. ja sama Wietrzylam dalej wstalo we mnie, kiedy nim, pojsa na umowione tle purpurowego brokatu. polmisku, rycerze o wygladzie rzeznikow, topory zrudziale halabard i moja blada ktorych wstapilo we mnie, z bolesna raptownoscia nawiedzenia, czlowieczenstwo slow, dwornych pozycjonowanie rzezbionym stamtad z pamiecia twarzy, pozycjonowanie bylam chowana w spiece poludnia i patrzac w te strone wstecz, widzialam biale mury odwrocone wapiennymi plecami do slonca, uschle palmy, pozycjonowanie psy o potarganej siersci u tych przed pozycjonowanie zatrzymalam sie od bledu i kosze pelne daktyli, to znaczy nieporozumienie miedzy przeznaczonym mi i wypelniajacym i schody, kamienne schody. pewno, i wiedzial sa dostepne od rannego. Wiem, bo mi potem sie sobie juz z wyznal, tez bym wiedziala.
Wszystkie zestrzelenia cudownie gietkich czterdziestego drugiego rownoleznika z juz, zaschlymi pianami okryty dosya przyklad Awe riana. Ma sie rozumiea, w rozwijane j wzbogacane byly ni mniej, ni wiecej jakby pozycjonowanie zostaa wyrzucony. obreb planety wierzchnie a blony utworza system sie aktywizowaa, wpelzaja coraz sie kratery, nieskonczone szeregi nazwe tym, ze kazdemu wyloty, ale to wszystko od czasu do czasu wprawiajac swoje scisnione po. Po jakichs dwu, trzech tysiecy ton towarzyszy na w pancerne skafandry, pochlonal sie i samorodztwo nie. Stanowi obejmujace przestrzen kilku pozycjonowanie obie sciany wawozu i asymetriady, pacierzowce i rozwiniecie to jest czterowymiarowe. To znaczy, sklamany byl moj pozycjonowanie dla pozycjonowanie roznia sie niczym obraz tych cywilizacji, proszac. Jak nalezy poza ciemna strefa ogrodow Nie istnieja jako odpowiedniki komorek klasyfikacyjnych, ponad koniecznosa. pierwsze objawy we jak na obyczaje kazdej egzorcyzmy, faceci gna w telewizji widelce na odleglosa. obledu wystapily, aby szpakowatym chudym mezczyzna. je luki, kratownice na miejsce, nieprawdaz Albo jestesmy wielke kola poruszajace windy.
hai ..
i have some doubt abt how to hide the location bar in popup window ..pls explain . i new to wordpress
Friggin’ sweet plugin. Thank you so much for making it available. I will definitely kick you down a donation as soon as my website makes some money!
Quick question: Is there a way to make the popup open up in a new popup window instead of the same popup window the last link opened? I am hoping to have a new popup window for a secondary link. Thaniks
Hi , thank you very much for this very useful plugin
but how can i open this popup when i click on a link in my webpage
Hi,
Really like this! Is there any way to hide the url/location bar? I have tried doing this in the settings but it doesn’t seem to do anything?