Coaching layer + tools: coach your directs (rungs, stalled, one-click nudges), automatic member nudges + weekly sponsor digest, prospects list, per-angle link stats, broadcast templates, Qualified Start calculator, Telegram proof feed, send-failed alerts, admin P&L pane, automatic credit burner (ethers), username lock, home-page comparison, printable checklist, wall link in Promo tools
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
+40
-2
@@ -5,7 +5,7 @@
|
||||
<title>Member area | InstantAdPay</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
|
||||
<link rel="icon" type="image/png" href="/logo-icon.png">
|
||||
<link rel="stylesheet" href="/assets/site.css?v=20260910a">
|
||||
<link rel="stylesheet" href="/assets/site.css?v=20260910b">
|
||||
</head>
|
||||
<body class="bo-body">
|
||||
|
||||
@@ -275,12 +275,35 @@
|
||||
</p>
|
||||
<p class="muted small" id="pitchPreview" hidden></p>
|
||||
</div>
|
||||
<div class="card" id="linkStatsCard">
|
||||
<h3>Your links: what is working</h3>
|
||||
<p class="muted small">Views, joins and qualifying buyers for each hook. Add <span class="mono">?v=instant</span>, <span class="mono">?v=adspend</span>, <span class="mono">?v=free</span>, <span class="mono">?v=ledger</span> or <span class="mono">?v=two</span> to the end of your link to pick the hook the page opens with.</p>
|
||||
<div class="tablewrap"><table id="linkStatsTable" class="small"></table></div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Your line</h3>
|
||||
<p class="muted small">Everyone who joined through your link, newest first. When they buy their
|
||||
first package of $20 or more, they count toward your qualification.</p>
|
||||
<div id="rosterWrap"><p class="muted small" id="rosterEmpty">Nobody yet. Your link is ready above; share it and this list starts filling.</p></div>
|
||||
</div>
|
||||
<div class="card" id="coachCard">
|
||||
<h3>Coach your directs</h3>
|
||||
<p class="muted small">Where each person you referred sits on the ladder, who has gone quiet, and what to say next. <b>Nudge</b> opens a chat with the message already written; edit it if you like, then send. Quiet members also get one automatic reminder email per step from InstantAdPay, so your nudge is the personal one.</p>
|
||||
<p class="small" id="coachSummary"></p>
|
||||
<div id="coachList"><p class="muted small">Loading…</p></div>
|
||||
</div>
|
||||
<div class="card" id="prospectCard">
|
||||
<h3>People you have talked to</h3>
|
||||
<p class="muted small">Your own follow-up list. Add anyone you mentioned InstantAdPay to, give them a status and a follow-up day, and the next conversation stays in front of you. Only you can see this.</p>
|
||||
<form id="prospectForm" style="display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end;margin:0 0 12px">
|
||||
<input id="ppName" placeholder="Name" maxlength="120" required style="flex:1;min-width:140px">
|
||||
<input id="ppContact" placeholder="Phone, handle or email" maxlength="120" style="flex:1;min-width:160px">
|
||||
<select id="ppStatus" style="min-width:130px"></select>
|
||||
<input id="ppNext" type="date" title="Follow up on" style="min-width:150px">
|
||||
<button class="btn small" type="submit">Add</button>
|
||||
</form>
|
||||
<div id="prospectList"><p class="muted small">Nobody on the list yet.</p></div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Your downline, three levels deep</h3>
|
||||
@@ -298,6 +321,8 @@
|
||||
<option value="direct">My direct referrals only (level 1)</option>
|
||||
<option value="all">My whole downline (levels 1–3)</option>
|
||||
</select></p>
|
||||
<p class="small muted" style="margin:10px 0 4px">Start from a template:</p>
|
||||
<div class="chips" id="bcTemplates" style="margin:0 0 10px"></div>
|
||||
<p><input id="bcSubject" maxlength="160" placeholder="Subject" style="width:100%"></p>
|
||||
<div class="ed-bar" aria-label="Formatting">
|
||||
<button type="button" data-bc="bold" title="Bold"><b>B</b></button>
|
||||
@@ -346,6 +371,15 @@
|
||||
<div id="qsList" class="small"></div>
|
||||
<p class="muted small" style="margin:12px 0 0">Your own money, your own wallets, a faster start. It is not an income promise: qualification only pays on future purchases in your line, and every purchase here is a real ad package you can spend.</p>
|
||||
</div>
|
||||
<div class="card" id="qsCalcCard">
|
||||
<h3>Qualified Start calculator</h3>
|
||||
<p class="muted small">What it costs to open each level with your own positions, what comes straight back to your main wallet, and the ad credits you end up holding.</p>
|
||||
<p style="display:flex;gap:12px;flex-wrap:wrap;align-items:center">
|
||||
<label class="small">Positions <input type="number" id="qcN" min="1" max="10" value="2" style="width:80px;margin-left:6px"></label>
|
||||
<label class="small">Package each <select id="qcPkg" style="margin-left:6px"><option value="20">$20 · 2,000 credits</option><option value="50">$50 · 5,500 credits</option><option value="100">$100 · 12,000 credits</option><option value="250">$250 · 32,500 credits</option></select></label>
|
||||
</p>
|
||||
<div id="qcOut" class="small"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pane" id="pane-campaigns" hidden>
|
||||
@@ -560,6 +594,10 @@
|
||||
<div><span class="eyebrow" style="margin:0 0 4px">Your invite link</span><div class="mono small" id="promoLink" style="overflow-wrap:anywhere">…</div></div>
|
||||
<button class="btn small" id="promoLinkCopy" type="button">Copy link</button>
|
||||
</div>
|
||||
<div class="card promo-strip" id="promoWallStrip" hidden>
|
||||
<div><span class="eyebrow" style="margin:0 0 4px">Your banner wall</span><div class="mono small" id="promoWallLink" style="overflow-wrap:anywhere">…</div></div>
|
||||
<span><button class="btn small sec" id="promoWallCopy" type="button">Copy wall link</button> <a class="btn small sec" id="promoWallOpen" href="#" target="_blank" rel="noopener">Open</a></span>
|
||||
</div>
|
||||
<div class="chips promo-pills" role="tablist" aria-label="Promo tools sections">
|
||||
<button class="chip-t on" data-promo="posts" type="button" role="tab">Social posts</button>
|
||||
<button class="chip-t" data-promo="text" type="button" role="tab">Text a friend</button>
|
||||
@@ -797,7 +835,7 @@
|
||||
<script src="/assets/common.js?v=20260910a"></script>
|
||||
<script src="/assets/wallet.js?v=20260910a"></script>
|
||||
<script src="/assets/promo.js?v=20260909b"></script>
|
||||
<script src="/assets/my.js?v=20260910c"></script>
|
||||
<script src="/assets/my.js?v=20260910d"></script>
|
||||
<script src="/assets/chat.js?v=20260907l"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user