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.