Viral links: any public page + ?ref=<username|code|id> sets the same last-touch sponsor cookie as /join, counts under a 'page' hook in link stats, then redirects to the clean URL; Promo tools > Viral links builder (pages list + paste any address, copy + share); blog posts show a signed-in member's own link; chatbot answer; QA walk proves redirect + cookie
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
+13
-1
@@ -744,6 +744,18 @@
|
||||
<button class="chip-t" data-promo="wall" type="button" role="tab">Banner wall</button>
|
||||
<button class="chip-t" data-promo="objections" type="button" role="tab">Objections</button>
|
||||
<button class="chip-t" data-promo="videos" type="button" role="tab">Videos</button>
|
||||
<button class="chip-t" data-promo="viral" type="button" role="tab">Viral links</button>
|
||||
</div>
|
||||
<div class="card promo-sec" id="promo-viral" hidden>
|
||||
<div class="card-head"><h3>Viral link builder</h3><span class="sub">any page on the site becomes your link</span></div>
|
||||
<p class="muted small" style="margin:0 0 10px">Pick a page or paste any instantadpay.com address. The link you get carries your name on the end. Whoever opens it is tagged to you for 30 days, exactly like your invite link, so a blog article you share can bring you a member.</p>
|
||||
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px">
|
||||
<label class="small">Page<select id="viralPage" style="width:100%"></select></label>
|
||||
<label class="small">Or paste any page address<input id="viralUrl" type="text" placeholder="https://instantadpay.com/blog/..." autocomplete="off" style="width:100%"></label>
|
||||
</div>
|
||||
<div class="promo-strip" style="margin-top:10px;padding:0"><div><span class="eyebrow" style="margin:0 0 4px">Your viral link</span><div class="mono small" id="viralLink" style="overflow-wrap:anywhere">…</div></div><button class="btn small" id="viralCopy" type="button">Copy link</button></div>
|
||||
<div id="viralShare" class="angle-btns" style="margin-top:10px"></div>
|
||||
<p class="muted small" style="margin:10px 0 0">Views and joins from these links show under Link stats as the "any page" hook. Last touch still wins: the most recent link a person opened is the one that gets the credit.</p>
|
||||
</div>
|
||||
<div class="card promo-sec" id="promo-toolkit" hidden>
|
||||
<div class="card-head"><h3>Your toolkit</h3><span class="sub" id="tkTierLine"></span></div>
|
||||
@@ -1040,7 +1052,7 @@
|
||||
</div>
|
||||
<script src="/assets/common.js?v=20260916a"></script>
|
||||
<script src="/assets/wallet.js?v=20260911a"></script>
|
||||
<script src="/assets/promo.js?v=20260911a"></script>
|
||||
<script src="/assets/promo.js?v=20260921a"></script>
|
||||
<script src="/assets/my.js?v=20260924b"></script>
|
||||
<script src="/assets/chat.js?v=20260907l"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user