Contact support and we will keep this article attached to your request.
Accessing the pop-up configuration

- From the Promote page β Click the On-Click Pop Up card under "Ways to onboard referrers β if they are logged in" and then click On-Click Pop Up Configuration.
- From the sidebar β Go to Onboard Referrers β On-Click Pop Up (or click More Options if it's not visible). You can show or hide this item in the sidebar using the eye icon on the Promote page.
Step 1: Settings
Design Settings
- Background β set the popup background colour
- Text β set font, size, colour, and formatting (bold, italic, underline)
- Button β set font, size, background colour, text colour, border radius, and formatting
- Link β set link colour
Content Settings

- Show Invite Tab β toggle on/off to show or hide this tab in the pop-up
- Body β rich text editor with formatting toolbar (alignment, links, bold, italic, underline, strikethrough, font size). Edit the heading and description text (e.g. "Refer and earn $100")
- Button Text β the label on the copy-link button (default: "Copy link")
- Social Icons β shows how many sharing icons are enabled (e.g. "6 / 10 enabled"). Configure which social platforms appear as sharing options
- Show Track Tab β toggle on/off to show or hide this tab
- Body β edit the heading and description text (e.g. "Keep referring and earn rewards")
- Show Rewards Tab β toggle on/off to show or hide this tab
- Body β edit the heading and description text (e.g. "Rewards due and issued")
Step 2: Install
1. Get code and token using API call
POST https://app.referral-factory.com/api/public/...Content-Type: application/json).code and token for that user.2. Add code and token to JavaScript
window.referralFactory object with the popup credentials and loads the Referral Factory popup script.</body> tag on your website.3. Add className to trigger element
referral-factory-popup className to any HTML element on your page that should open the pop-up when clicked. For example:<button class="referral-factory-popup">Open Popup</button>4. Done!
referral-factory-popup className.