Embed Signup Page

To embed the signup page of the affiliate portal on your store, follow 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/create-account" 
        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 the link of your affiliate portal's signup page that changes https://helloworld.goaffpro.com/create-account with your own affiliate portal's signup page link in the code above.

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

Last updated