{"id":5140,"date":"2014-05-13T13:22:25","date_gmt":"2014-05-13T13:22:25","guid":{"rendered":"http:\/\/www.gopiplus.com\/work\/?p=5140"},"modified":"2021-09-20T16:04:22","modified_gmt":"2021-09-20T16:04:22","slug":"popunder-popup-wordpress-plugin","status":"publish","type":"post","link":"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin\/","title":{"rendered":"Popunder popup WordPress plugin"},"content":{"rendered":"\n<p>Popunder popup is a WordPress plugin to load a window behind the browser window of your website. or a second smaller browser window upon clicking your website. This is the best plugin to show an ad that is automatically displayed in a second smaller browser window upon clicking your website. This window will open if users click somewhere on your website.<\/p>\n\n\n<div class=\"ads-row\">\n\t<div class=\"ads-column1\">\n\t\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t\t<!-- Large Rectancle Center page -->\n\t\t<ins class=\"adsbygoogle\"\n\t\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t\t data-ad-slot=\"0362029595\"><\/ins>\n\t\t<script>\n\t\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t\t<\/script>\n\t<\/div>\n\t<div class=\"ads-column2\">\n\t\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t\t<!-- gopiplus.org Main -->\n\t\t<ins class=\"adsbygoogle\"\n\t\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t\t data-ad-slot=\"7521653079\"><\/ins>\n\t\t<script>\n\t\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t\t<\/script>\n\t<\/div>\n<\/div>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Live Demo :<\/strong> Click somewhere on this web page to view live demo, Only for the first click it will open popunder window. To view the demo again, please <a href=\"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin\/\">refresh<\/a> the page and click somewhere.<\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Easy to configure<\/li><li>Lightweight jQuery<\/li><li>Unblockable popup<\/li><li>Once per browser session<\/li><li>Option to display random URL<\/li><li>Supports localization<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Installation instruction<\/h2>\n\n\n\n<p>1. Download the plugin popunder-popup.zip from the <a title=\"Popunder Popup wordpress plugin download link\" href=\"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin-download-link\/\">download<\/a> location.<br>2. Go to <strong>Plugins<\/strong> and <strong>Add New<\/strong> menu to your website dashboard.<br>3. Click the <strong>Upload Plugin<\/strong> button (top horizontal link menu).<br>4. Upload the available popunder-popup.zip file and click <strong>Install Now<\/strong> button.<br>5. Finally click activate plugin link to activate the plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Admin page<\/h2>\n\n\n\n<p>In your WordPress administrator section go to the <strong>Settings<\/strong> menu and select the <strong>Popunder popup<\/strong> menu to configure this plugin.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/www.gopiplus.com\/work\/my-plugin\/adminscreen\/popunder-popup.png\" alt=\"Popunder popup WordPress plugin\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<p><strong>Q1. How to add a pop-under popup on all posts and pages?<\/strong><\/p>\n\n\n\n<p>Go to your <strong>Dashboard<\/strong> and click <strong>Appearance<\/strong> and <strong>Editor<\/strong> menu. Select your website theme on the dropdown box (top right) and click the <strong>Select<\/strong> button. It will list all the PHP files for your theme. From that list select the <strong>footer.php<\/strong> file and add the below PHP code in your <strong>footer.php<\/strong> file and click the <strong>Update<\/strong> button. Please watch my video tutorial for more info.<\/p>\n\n\n\n<p>Use the below PHP code to display a particular URL in the pop-under window.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php pp_popup_id( $id = \"1\" ); ?&gt;<\/code><\/pre>\n\n\n\n<p>Use the below PHP code to display random URL in the pop-under window from the selected category.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php pp_popup_cat( $cat = \"Category1\" ); ?&gt;<\/code><\/pre>\n\n\n\n<p>Use the below PHP code to display random URL in the pop-under window.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php pp_popup(); ?&gt;<\/code><\/pre>\n\n\n\n<p><strong>Q2. How to add a pop-under popup only on the home page?<\/strong><\/p>\n\n\n\n<p>Use below PHP code in your footer.php file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php if(is_home()) { pp_popup(); } ?&gt;<\/code><\/pre>\n\n\n<div class=\"ads-row\">\n\t<div class=\"ads-column0\">\n\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t<!-- Above Comment -->\n\t<ins class=\"adsbygoogle\"\n\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t data-ad-slot=\"2359628415\"><\/ins>\n\t<script>\n\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t<\/script>\n\t<\/div>\n<\/div>\n\n\n\n<p><strong>Q3. How to add a pop-under popup on all pages except the home page?<\/strong><\/p>\n\n\n\n<p>Use below PHP code in your footer.php file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php if(!is_home()) { pp_popup(); } ?&gt;<\/code><\/pre>\n\n\n\n<p><strong>Q4. How to add the popup on a specific page or post?<\/strong><\/p>\n\n\n\n<p>The plugin has a shortcode option to display the popup on a specific page or post. Just copy and paste the plugin shortcode into specific posts or pages to display the Pop-under popup.<\/p>\n\n\n\n<p>Use the below shortcode to display a specific URL in the pop-under window.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;popunder-popup id=\"1\"]<\/code><\/pre>\n\n\n\n<p>Use the below shortcode to display random URL in the pop-under window from the selected category.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;popunder-popup cat=\"Category1\"]<\/code><\/pre>\n\n\n\n<p>Use the below shortcode to display a random URL in the pop-under window.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;popunder-popup cat=\"\"]<\/code><\/pre>\n\n\n\n<p><strong>Q5. Is this plugin supports the widget option?<\/strong><\/p>\n\n\n\n<p>NO, the Widget option is not required for this plugin. You can use the plugin Short Code or PHP code for all the requirements.<\/p>\n\n\n\n<p><strong>Q6. How to set up pop-under once per session?<\/strong><\/p>\n\n\n\n<p>Go to your <strong>dashboard<\/strong> and plugin admin. There you can find the <strong>Session Setting<\/strong> page to configure the once per session option. If you select YES on the once per session option, the popup never appears again if the user navigates to another page.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/www.gopiplus.com\/work\/my-plugin\/adminscreen\/popunder-popup-admin.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Q7. How to display a random URL in the popup?<\/strong><\/p>\n\n\n\n<p>Use the below PHP code in <strong>footer.php<\/strong> to display a random URL in the pop-under window.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php pp_popup(); ?&gt;<\/code><\/pre>\n\n\n\n<p><strong>Q8. How to set up auto expiration for the popunder window?<\/strong><\/p>\n\n\n\n<p>You have Start Date and Expiration Date fields on the popup admin page. You can use these two fields to set an expiration date for your pop-under window. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin official web page<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin\/\">http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Download link<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin-download-link\/\">http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin-download-link\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Video tutorial<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin-video-tutorial\/\">http:\/\/www.gopiplus.com\/work\/2014\/05\/13\/popunder-popup-wordpress-plugin-video-tutorial\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress page<\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-plugin-directory wp-block-embed-plugin-directory\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"Ml2sIdR6bp\"><a href=\"https:\/\/wordpress.org\/plugins\/popunder-popup\/\">Popunder Popup<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Popunder Popup&#8221; &#8212; Plugin Directory\" src=\"https:\/\/wordpress.org\/plugins\/popunder-popup\/embed\/#?secret=Ml2sIdR6bp\" data-secret=\"Ml2sIdR6bp\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n<code>\n\t<script type='text\/javascript' src='http:\/\/www.gopiplus.com\/extensions\/my-plugin\/demo\/popunder-script.js'><\/script>\n\t<script type='text\/javascript'>\n\tdocument.onclick = function() \n\t{ \n\t\tvar openpopunder = document.getElementById(\"openpopunder\");\n\t\tif( openpopunder.value == \"YES\" )\n\t\t{\n\t\t\tdocument.getElementById(\"openpopunder\").value = \"NO\";\n\t\t\tiframepopupwidow('http:\/\/gopiplus.com\/index.html');\n\t\t}\n\t};\n\t<\/script>\n<\/code>\n<input name=\"openpopunder\" id=\"openpopunder\" value=\"YES\" type=\"hidden\">\n","protected":false},"excerpt":{"rendered":"<p>Popunder popup is a plugin to load window behind the browser window of your website. or second smaller browser window upon clicking your website. This is a best plugin to show ad that is automatically displayed in a second smaller browser window upon clicking your website.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,211,112,5],"class_list":["post-5140","post","type-post","status-publish","format-standard","hentry","category-word-press-plug-in","tag-plugin","tag-popunder","tag-popup","tag-wordpress"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts\/5140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/comments?post=5140"}],"version-history":[{"count":0,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts\/5140\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/media?parent=5140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/categories?post=5140"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/tags?post=5140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}