EarlyParrot Share Widget Installation on Thank You page – Kartra

Before we proceed – don’t want to integrate EarlyParrot yourself? Don’t have the resources to do or simply wish to have us set it up for you? We offer a done for you service, at a very reasonable price. Send us a request on [email protected] with your domain for further instructions.

Every referral campaign must have a dedicated page that we call the share page. Here is how to set up your share page in Kartra. The sharing page is usually promoted in the email sequence, so as to entice subscribers to share your campaign in exchange for rewards.

But at times and depending on the business case, some EarlyParrot users would like to offer the sharing functionality straight after sign up. In that case, in the thank you page, you can set up the sharing widget by adding the following code. Please make sure to replace [YOUR_CAMPAIGN_ID] with your campaign id. Not sure how to get your campaign id? Check here

<script type="text/javascript">
    var epVars = {
      adminUrl : "https://admin.earlyparrot.com",
      appUrl : "https://app.earlyparrot.com",
      campaignId : "YOUR_CAMPAIGN_ID"
    }
</script>
<script async="true" type="text/javascript" src="https://s3.amazonaws.com/earlyparrot-production-scripts/ep-share-page.js"></script>
<style>
@media (min-width: 576px) {
  .epWrapper {
     height: 780px;
  }
}
@media (max-width: 577px) {
  .epWrapper {
    height: 780px;
  }
}
.epWrapper {
  position: relative;
}
.epWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</style>
<div class="epWrapper">
    <iframe id="epShare" allowfullscreen="" frameborder="0" src="https://app.earlyparrot.com/#/iframecampaigns/[YOUR_CAMPAIGN_ID]/signin"></iframe>
</div>