{"id":823,"date":"2019-04-29T21:55:04","date_gmt":"2019-04-29T20:55:04","guid":{"rendered":"http:\/\/www.earlyparrot.com\/support\/?post_type=kbe_knowledgebase&#038;p=823"},"modified":"2019-04-29T22:36:08","modified_gmt":"2019-04-29T21:36:08","slug":"how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals","status":"publish","type":"kbe_knowledgebase","link":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/","title":{"rendered":"How to add an exit-intent popup to sales pages to boost referrals"},"content":{"rendered":"\n<p>Sales pages are highly fine tuned, with well written copy, designed to convert. Adding referrals to sales pages is not a good idea as the idea of a sales page is to sell.<\/p>\n\n\n\n<p>But, if the intention of the visitor is to leave the sales page, then it is a very good idea to add exit-intent popup to try to get new visitors through referrals.<\/p>\n\n\n\n<p>To add an exit-intent popup you have to make sure that the visitor has signed up for your campaign. Check out the following tutorial on how to <a href=\"https:\/\/www.earlyparrot.com\/support\/kb\/earlyparrot-api-how-to-add-a-new-subscriber-to-an-earlyparrot-referral-campaign\/\">add a new subscriber to an EarlyParrot campagin<\/a><\/p>\n\n\n\n<p>Log into your Google Tag Manager and go to <strong>Triggers<\/strong>&nbsp;tab.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p>Create a new trigger new&nbsp;<strong>DOM Ready trigger.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-10.png\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p>Call it&nbsp;<strong>EarlyParrot Share Page Exit-Intent Trigger<\/strong>. Set the trigger condition to make sure it triggers only on your Sales Pages.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" width=\"1058\" height=\"346\" src=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2019\/04\/exit-intent.png\" alt=\"\" class=\"wp-image-828\"\/><\/figure><\/div>\n\n\n\n<p>Then go the&nbsp;<strong>tags<\/strong>&nbsp;tab.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-3.png\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p>Create a new&nbsp;<strong>Custom HTML tag.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-11.png\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p>Call it&nbsp;<strong>EarlyParrot SharePage Exit Intent<\/strong>&nbsp;and paste the following script.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\n\nwindow.bioEp={bgEl:{},popupEl:{},closeBtnEl:{},shown:!1,overflowDefault:\"visible\",transformDefault:\"\",width:400,height:220,html:\"\",css:\"\",fonts:[],delay:5,showOnDelay:!1,cookieExp:30,showOncePerSession:!1,onPopup:null,cookieManager:{create:function(a,b,d,c){var e=\"\";c?e=\"; expires=0\":d&amp;&amp;(c=new Date,c.setTime(c.getTime()+864E5*d),e=\"; expires=\"+c.toGMTString());document.cookie=a+\"=\"+b+e+\"; path=\/\"},get:function(a){a+=\"=\";for(var b=document.cookie.split(\";\"),d=0;d&lt;b.length;d++){for(var c=b[d];\" \"==\nc.charAt(0);)c=c.substring(1,c.length);if(0===c.indexOf(a))return c.substring(a.length,c.length)}return null},erase:function(a){this.create(a,\"\",-1)}},checkCookie:function(){if(0>=this.cookieExp){if(this.showOncePerSession&amp;&amp;\"true\"==this.cookieManager.get(\"bioep_shown_session\"))return!0;this.cookieManager.erase(\"bioep_shown\");return!1}return\"true\"==this.cookieManager.get(\"bioep_shown\")?!0:!1},addCSS:function(){for(var a=0;a&lt;this.fonts.length;a++){var b=document.createElement(\"link\");b.href=this.fonts[a];\nb.type=\"text\/css\";b.rel=\"stylesheet\";document.head.appendChild(b)}a=document.createTextNode(\"#bio_ep_bg {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.3; z-index: 10001;}#bio_ep {display: none; position: fixed; width: \"+this.width+\"px; height: \"+this.height+\"px; font-family: 'Titillium Web', sans-serif; font-size: 16px; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); background-color: #fff; box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5); z-index: 10002;}#bio_ep_close {position: absolute; left: 100%; margin: -8px 0 0 -12px; width: 20px; height: 20px; color: #fff; font-size: 12px; font-weight: bold; text-align: center; border-radius: 50%; background-color: #5c5c5c; cursor: pointer;}\"+\nthis.css);b=document.createElement(\"style\");b.type=\"text\/css\";b.appendChild(a);document.head.insertBefore(b,document.getElementsByTagName(\"style\")[0])},addPopup:function(){this.bgEl=document.createElement(\"div\");this.bgEl.id=\"bio_ep_bg\";document.body.appendChild(this.bgEl);document.getElementById(\"bio_ep\")?this.popupEl=document.getElementById(\"bio_ep\"):(this.popupEl=document.createElement(\"div\"),this.popupEl.id=\"bio_ep\",this.popupEl.innerHTML=this.html,document.body.appendChild(this.popupEl));document.getElementById(\"bio_ep_close\")?\nthis.closeBtnEl=document.getElementById(\"bio_ep_close\"):(this.closeBtnEl=document.createElement(\"div\"),this.closeBtnEl.id=\"bio_ep_close\",this.closeBtnEl.appendChild(document.createTextNode(\"X\")),this.popupEl.insertBefore(this.closeBtnEl,this.popupEl.firstChild))},showPopup:function(){if(!this.shown&amp;&amp;(this.bgEl.style.display=\"block\",this.popupEl.style.display=\"block\",this.scalePopup(),this.overflowDefault=document.body.style.overflow,document.body.style.overflow=\"hidden\",this.shown=!0,this.cookieManager.create(\"bioep_shown\",\n\"true\",this.cookieExp,!1),this.cookieManager.create(\"bioep_shown_session\",\"true\",0,!0),\"function\"===typeof this.onPopup))this.onPopup()},hidePopup:function(){this.bgEl.style.display=\"none\";this.popupEl.style.display=\"none\";document.body.style.overflow=this.overflowDefault},scalePopup:function(){var a=bioEp.popupEl.offsetWidth,b=bioEp.popupEl.offsetHeight,d=window.innerWidth,c=window.innerHeight,e=0,f=0,g=a\/b;a>d-40&amp;&amp;(e=d-40,f=e\/g,f>c-40&amp;&amp;(f=c-40,e=f*g));0===f&amp;&amp;b>c-40&amp;&amp;(e=(c-40)*g);a=e\/a;if(0>=a||\n1&lt;a)a=1;\"\"===this.transformDefault&amp;&amp;(this.transformDefault=window.getComputedStyle(this.popupEl,null).getPropertyValue(\"transform\"));this.popupEl.style.transform=this.transformDefault+\" scale(\"+a+\")\"},addEvent:function(a,b,d){a.addEventListener?a.addEventListener(b,d,!1):a.attachEvent&amp;&amp;a.attachEvent(\"on\"+b,d)},loadEvents:function(){this.addEvent(document,\"mouseout\",function(a){a=a?a:window.event;\"input\"!=a.target.tagName.toLowerCase()&amp;&amp;(a.clientX>=Math.max(document.documentElement.clientWidth,window.innerWidth||\n0)-50||50&lt;=a.clientY||a.relatedTarget||a.toElement||bioEp.showPopup())}.bind(this));this.addEvent(this.closeBtnEl,\"click\",function(){bioEp.hidePopup()});this.addEvent(window,\"resize\",function(){bioEp.scalePopup()})},setOptions:function(a){this.width=\"undefined\"===typeof a.width?this.width:a.width;this.height=\"undefined\"===typeof a.height?this.height:a.height;this.html=\"undefined\"===typeof a.html?this.html:a.html;this.css=\"undefined\"===typeof a.css?this.css:a.css;this.fonts=\"undefined\"===typeof a.fonts?\nthis.fonts:a.fonts;this.delay=\"undefined\"===typeof a.delay?this.delay:a.delay;this.showOnDelay=\"undefined\"===typeof a.showOnDelay?this.showOnDelay:a.showOnDelay;this.cookieExp=\"undefined\"===typeof a.cookieExp?this.cookieExp:a.cookieExp;this.showOncePerSession=\"undefined\"===typeof a.showOncePerSession?this.showOncePerSession:a.showOncePerSession;this.onPopup=\"undefined\"===typeof a.onPopup?this.onPopup:a.onPopup},domReady:function(a){\"interactive\"===document.readyState||\"complete\"===document.readyState?\na():this.addEvent(document,\"DOMContentLoaded\",a)},init:function(a){\"undefined\"!==typeof a&amp;&amp;this.setOptions(a);this.addCSS();this.domReady(function(){bioEp.checkCookie()||(bioEp.addPopup(),setTimeout(function(){bioEp.loadEvents();bioEp.showOnDelay&amp;&amp;bioEp.showPopup()},1E3*bioEp.delay))})}};\n\n        &lt;\/script>\n\n\n&lt;script type=\"text\/javascript\">\n    var epVars = {\n      adminUrl : \"https:\/\/admin.earlyparrot.com\",\n      appUrl : \"https:\/\/app.earlyparrot.com\",\n      campaignId : \"[YOUR_CAMPAIGN_ID]\"\n    }\n&lt;\/script>\n&lt;style>\n@media (min-width: 576px) {\n  .epWrapper {\n     padding-bottom: 56.25%; \/* 16:9 *\/\n  }\n}\n@media (max-width: 577px) {\n  .epWrapper {\n    height: 900px\n  }\n}\n.epWrapper {\n  position: relative;\n}\n.epWrapper iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 900px;\n}\n&lt;\/style>\n\n&lt;script language=\"javascript\">\n    (function(w,d,url){\n      \n      \tvar e = d.createElement('div');\n\t\te.innerHTML = '&lt;div id=\"bio_ep\">&lt;h2 style=\"text-align: center;padding-top: 20px;\">Share &amp; Get Rewarded&lt;\/h2>&lt;br\/>&lt;br\/>&lt;div class=\"epWrapper\">&lt;iframe id=\"epShare\" allowfullscreen frameborder=\"0\">&lt;\/iframe>&lt;\/div>&lt;\/div>';\n        \/\/adding share page iframe at specific part of the page\n\t    d.getElementsByTagName(\"body\")[0].appendChild(e);\n\n      \/\/load script\n        var headElement=d.getElementsByTagName('head')[0];\n        var scriptElement=d.createElement('script');\n        scriptElement.addEventListener('load', function() {\n            bioEp.init({\n              showOnDelay: true,\n              width:900,\n              height:780,\n              cookieExp:0\n            });\n        });\n        scriptElement.async=1;\n        scriptElement.src=url\n        headElement.appendChild(scriptElement);\n    })(window,document,'https:\/\/s3.amazonaws.com\/earlyparrot-production-scripts\/ep-share-page.js');\n&lt;\/script>\n<\/code><\/pre>\n\n\n\n<p>Make sure you replace your [YOUR_CAMPAIGN_ID] with your own campaign Id.<\/p>\n\n\n\n<p>The above code is adding <a href=\"http:\/\/beeker.io\/exit-intent-popup-script-tutorial\">Beeker.io exit-intent popup<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sales pages are highly fine tuned, with well written copy, designed to convert. Adding referrals to sales pages is not a good idea as the idea of a sales page is to sell. But, if the intention of the visitor is to leave the sales page, then it is a very good idea to add [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","kbe_taxonomy":[13],"kbe_tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to add an exit-intent popup to sales pages to boost referrals<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add an exit-intent popup to sales pages to boost referrals\" \/>\n<meta property=\"og:description\" content=\"Sales pages are highly fine tuned, with well written copy, designed to convert. Adding referrals to sales pages is not a good idea as the idea of a sales page is to sell. But, if the intention of the visitor is to leave the sales page, then it is a very good idea to add [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/\" \/>\n<meta property=\"og:site_name\" content=\"EarlyParrot Support\" \/>\n<meta property=\"article:modified_time\" content=\"2019-04-29T21:36:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#organization\",\"name\":\"EarlyParrot\",\"url\":\"https:\/\/www.earlyparrot.com\/support\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2022\/02\/parrot.png\",\"contentUrl\":\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2022\/02\/parrot.png\",\"width\":1500,\"height\":1774,\"caption\":\"EarlyParrot\"},\"image\":{\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#website\",\"url\":\"https:\/\/www.earlyparrot.com\/support\/\",\"name\":\"EarlyParrot Support\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.earlyparrot.com\/support\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png\",\"contentUrl\":\"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#webpage\",\"url\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/\",\"name\":\"How to add an exit-intent popup to sales pages to boost referrals\",\"isPartOf\":{\"@id\":\"https:\/\/www.earlyparrot.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#primaryimage\"},\"datePublished\":\"2019-04-29T20:55:04+00:00\",\"dateModified\":\"2019-04-29T21:36:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.earlyparrot.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledgebase\",\"item\":\"https:\/\/www.earlyparrot.com\/support\/kb\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to add an exit-intent popup to sales pages to boost referrals\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to add an exit-intent popup to sales pages to boost referrals","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/","og_locale":"en_US","og_type":"article","og_title":"How to add an exit-intent popup to sales pages to boost referrals","og_description":"Sales pages are highly fine tuned, with well written copy, designed to convert. Adding referrals to sales pages is not a good idea as the idea of a sales page is to sell. But, if the intention of the visitor is to leave the sales page, then it is a very good idea to add [&hellip;]","og_url":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/","og_site_name":"EarlyParrot Support","article_modified_time":"2019-04-29T21:36:08+00:00","og_image":[{"url":"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.earlyparrot.com\/support\/#organization","name":"EarlyParrot","url":"https:\/\/www.earlyparrot.com\/support\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/www.earlyparrot.com\/support\/#logo","inLanguage":"en-US","url":"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2022\/02\/parrot.png","contentUrl":"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2022\/02\/parrot.png","width":1500,"height":1774,"caption":"EarlyParrot"},"image":{"@id":"https:\/\/www.earlyparrot.com\/support\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.earlyparrot.com\/support\/#website","url":"https:\/\/www.earlyparrot.com\/support\/","name":"EarlyParrot Support","description":"","publisher":{"@id":"https:\/\/www.earlyparrot.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.earlyparrot.com\/support\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png","contentUrl":"https:\/\/www.earlyparrot.com\/support\/wp-content\/uploads\/2018\/07\/gtm-landing-page-1.png"},{"@type":"WebPage","@id":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#webpage","url":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/","name":"How to add an exit-intent popup to sales pages to boost referrals","isPartOf":{"@id":"https:\/\/www.earlyparrot.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#primaryimage"},"datePublished":"2019-04-29T20:55:04+00:00","dateModified":"2019-04-29T21:36:08+00:00","breadcrumb":{"@id":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.earlyparrot.com\/support\/kb\/how-to-add-an-exit-intent-popup-to-sales-pages-to-boost-referrals\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.earlyparrot.com\/support\/"},{"@type":"ListItem","position":2,"name":"Knowledgebase","item":"https:\/\/www.earlyparrot.com\/support\/kb\/"},{"@type":"ListItem","position":3,"name":"How to add an exit-intent popup to sales pages to boost referrals"}]}]}},"_links":{"self":[{"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_knowledgebase\/823"}],"collection":[{"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_knowledgebase"}],"about":[{"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/types\/kbe_knowledgebase"}],"author":[{"embeddable":true,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/comments?post=823"}],"version-history":[{"count":12,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_knowledgebase\/823\/revisions"}],"predecessor-version":[{"id":840,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_knowledgebase\/823\/revisions\/840"}],"wp:attachment":[{"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/media?parent=823"}],"wp:term":[{"taxonomy":"kbe_taxonomy","embeddable":true,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_taxonomy?post=823"},{"taxonomy":"kbe_tags","embeddable":true,"href":"https:\/\/www.earlyparrot.com\/support\/wp-json\/wp\/v2\/kbe_tags?post=823"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}