Preparing iFrames

If your affiliate microsite is hosted on another server (i.e. not on the same server as the NetRefer Setup), the microsite webmaster needs to set-up two iFrames that point to the Affiliate Login Box and to the Affiliate Signup Page.

1. Affiliate Login Box iFrame
2. Affiliate Signup Page iFrame

1. Affiliate Login Box iFrame

The below screenshot shows an example of a login box. There is no size or position constraints for the login box iFrame but when designing the microsite make sure you allocate a good amount of space and keep in mind that login boxes might need to be translated so words like “username” or “password” might appear much longer in different languages. The login box needs to be present both on homepage and on sub page level and it is usually placed in the microsite header or in the sidebar.

Please use the below markup to setup the Login Box iFrame on your microsite. (The URL in the below snippet is just an example) If the microsite is multilingual, the iFrame source URL will be different for each language (please contact for these URLs)

<iframe width=”300px” scrolling=”no” height=”100px” frameborder=”0” src=”http://.affiliates.yourdomain.com/registration/login.aspx” style=”padding: 0px;”/></iframe>

2. Affiliate Signup Page iFrame

This screenshot shows an example of the NetRefer Affiliate Signup Page. Unlike the Login Box, the Signup Page has a limitation on size. The iFrame must have a minimum width of 1000px and a height of 1230px. There should be no other columns on the side of the Signup Page iFrame to ensure that the affiliate is not distracted from signing up.


Please use the below markup to setup the Signup Page iFrame on your microsite. (The URL in the below snippet is just an example). If the microsite is multilingual the iFrame source URL will have a different URL for each language (please contact us for these URLs)

<iframe width=”1000px” height=”1230px” frameborder=”0” src=”http://affiliates.yourdomain.com/registration/signup.aspx” style=”padding: 0px;”/></iframe>