WPopup! - Non-block Popups for Wordpress!

The WPopup! plugin will allow you to display a non-blocked popup image on your site pages

Available for purchase and download here

Installation and Usage:

1. Extract the plugin archive on your computer and upload the directory wpopup/ to your wp-content/plugins/ directory
2. Go in your Wordpress Admin-> Plugins Management area page and Activate the WPopup! plugin
3. Open the Options menu -> WPopup! Plugin to setup it’s configuration options
4. use this code to display a wpopup! popup inside any blog post or page

{wpopup}html code here{/wpopup}

5*. If you wish to manually customize your popup from the main settings, you will need to use a code like this

{wpopup option1=value1|option2=value2|…}{/wpopup}

6. Available options are:

Available Options  = Example Value             #Explication
wpopup_wfont       = Arial,Verdana,Sans-Serif  #Window font family
wpopup_wfontsize   = 11px                      #Window font size
wpopup_width       = 240                       #Window width

wpopup_height      = 200                       #Window height

wpopup_centered    = 1                         #Should decide if window should be centered

wpopup_bgcolor     = #FEF688                   #Window background color

wpopup_padding     = 8                         #Text padding

wpopup_top         = 20                        #Window position from top

wpopup_left        = 100                       #Window position from left

wpopup_bstyle      = solid                     #Window Border style

wpopup_bwidth      = 1                         #Window Border size

wpopup_bcolor      = #FFFFFF                   #Window Border color

wpopup_wdelay      = 1                         #Window load delay in seconds

wpopup_wshadow     = #666666                   #Window shadow color

wpopup_wclose      = Close                     #Window Close button text

wpopup_weffect_start = Appear                  #Effect to use on popup Start

wpopup_weffect_start_duration = 3              #Start effect duration in seconds

wpopup_weffect_close = Fade                    #Effect to use on popup Close

wpopup_weffect_close_duration = 3              #Close effect duration in seconds

example code:

{wpopup wpopup_bgcolor=#FFFFFF|wpopup_bcolor=#000000}my html here{/wpopup}

7. If you wish to display the popup code inside your site template, you can put this php code in any of your pages, make sure you only put it after the <body> tag

<?php print wpopup_replace(”{wpopup option1=value1|option2=value2}test html code{/wpopup}”); ?>

WPopup! is a Wordpress Plugin distributed by Wpopup.com! All rights reserved to WPopup.com

Note*: option 5 is only available in the WPopup! Pro Version, read more here