Embed Affiliate Portal In Your Store

Usually, the affiliate portal is loaded up on a separate domain. However, you can choose to embed the affiliate portal in your store.

You can do this by following the steps given below:

  • In your Shopify control panel, click on Online Store, after this click on the Pages tab.

  • Now to create a new page click on the Add page button

  • In the Add page window, click on the code input mode (Show HTML) in the editor.

  • Here write the following code in the editor:

<iframe src="https://helloworld.goaffpro.com" 
        id="affiliate_page"></iframe>
<script type="text/javascript" src="https://static.goaffpro.com/embed.js"></script>

You must change the src property of iframe with a link to your affiliate portal. i.e. change https://helloworld.goaffpro.com with your own affiliate portal's link in the code above.

  • After writing the code, click on Save to save the page.

Last updated