WordPress popup

WordPress popup plugin create a popup message to your website. Sometimes its useful to add a popup to your website to show your ads, special announcement and for offers. Using this plug-in you can create unblock-able, dynamic and fully configurable popups for your blog.

One easy way to send your visitors a welcome message, notice, or advertisement is to add this popup plugin to your site.

This popup ads are very effective advertising tools for your website since they won’t get automatically blocked by popup blocking tool.

See the live popop demo on this page. click here to refresh the page to see the demo again.

Feature of this plugin

  • Simple.
  • Easy installation.
  • Easy configuration.
  • Unblockable.
  • Once per session option.
  • Supports localization

Plugin configuration (Short code)

How to add the popup only on home page?

Option 1 : Take “footer.php” file from your theme folder and add the below PHP code. (or)

Option 2 : Go to Appearance → Editor → Select “footer.php” file from the right page list. and add the below code above slash body.


<?php
if(is_home())
{
if (function_exists (mypopup)) mypopup();
}
?>

How to add the popup on all the page except home page?


<?php
if(!is_home())
{
if (function_exists (mypopup)) mypopup();
}
?>

How to add the popup only on post?

<?php
if(is_single())
{
if (function_exists (mypopup)) mypopup();
}
?>

Plugin configuration (Short code)

Add the given short code in to page/post to show the popup.

Short code for the plugin version 1.0 to 7.0

[POPUP=IMG1]

[POPUP=IMG2]

Short code for the plugin version 8.0 onwards

To display all the image randomly

[popup show="ALL"]

To display one image only

[popup show="IMG1"]

[popup show="IMG2"]

Installation instruction

Method 1

  • Download the plugin popup.zip from download location.
  • Unpack the popup.zip file and extract the /popup/ folder.
  • Drop the popup folder into your ‘wp-content/plugins’ folder.
  • In word press administration panels, click on plug-in from the menu.
  • You should see your new popup plug-in listed.
  • To turn the word presses plug-in on, click activate.

Method 2

  • Go to ‘add new’ menu under ‘plugins’ tab in your word-press admin.
  • Search popup plugin using search option.
  • Find the plugin and click ‘Install Now’ link.
  • Finally click activate plug-in link to activate the plug-in.

Method 3

  • Download the plugin popup.zip from download location.
  • Go to ‘add new’ menu under ‘plugins’ tab in your word-press admin.
  • Select upload link (top link menu).
  • Upload the available popup.zip file and click install now.
  • Finally click activate plug-in link to activate the plug-in.

Like to add custom HTML content in your popup message?? Then use my Cool fade popup plugin.

Dashboard plugin attributes

Random message : Set this to “YES” if you want display the image randomly

Popup IMG1 txt & Popup IMG1 url : In this text box enter popup image URL and text(Six box available).

Popup session option : Set this “YES” if you want to open the popup once per session.

Frequently asked questions

Q1. How to arrange the width & height?

Width and height option available in the CSS file (wp-content/plugins/popup/popup.css)

Q2. Possible to add the pop up into the particular page/post?

Yes, Add the given code into page/post. See comment 1 to find the short code.

Q3. How to update the popup information?

Administration ==> Settings ==> popup

Add your text, image link in the above admin location.

Q4. How to display the message in random order?

Administration → Settings → popup

In the above link set random message is equal to YES.

Q5. Is possible to set the popup once per session?

Yes, this is possible in the version 2.0. We have “Popup session option” in the plugin dashboard page, just set YES/NO for this option.

Q6. Is possible to add text in the popup?

There is another plugin in my plugin list with text and image option.

i.e  cool-fade-popup

Q7. Possible to add link to images?

Yes, now we can add the link to images. this option available in version 3.0. each image have link. if the user click the popup image it will redirect to that given link.

Q8. If i don’t have have link?

If you don’t have link simply add “#” tag in the link text box.

Plugin official page

http://www.gopiplus.com/work/2011/01/14/wordpress-popup/

Download link

http://www.gopiplus.com/work/wordpress-plugin-download/