← back to Rentv
fix(social): featured video drills to in-app /review, not rentvreview.com link-out (RENTV no-link-out + href-drill HARD rules)
fea330057fbe0dcd073068e153e49fc0073bba5c · 2026-08-01 19:29:39 -0700 · Steve Abrams
Files touched
Diff
commit fea330057fbe0dcd073068e153e49fc0073bba5c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat Aug 1 19:29:39 2026 -0700
fix(social): featured video drills to in-app /review, not rentvreview.com link-out (RENTV no-link-out + href-drill HARD rules)
---
public/social.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/public/social.html b/public/social.html
index 2e74e022..305740c6 100644
--- a/public/social.html
+++ b/public/social.html
@@ -329,14 +329,17 @@
if (!fv || !fv.url) { el.innerHTML = ''; return; }
var poster = fv.poster_youtube_id ? 'https://img.youtube.com/vi/'+encodeURIComponent(fv.poster_youtube_id)+'/hqdefault.jpg' : '';
var meta = [fv.source, (fv.guest?'Guest: '+fv.guest:''), (fv.host?'Host: '+fv.host:''), fmtDate(fv.published)].filter(Boolean).join(' · ');
+ // RENTV no-link-out + href-drill rules: the featured video drills to the IN-APP
+ // video platform (/review), where this pinned clip leads the list and plays in
+ // the in-app watch-modal — never out to rentvreview.com.
el.innerHTML =
- '<a class="fv" href="'+fv.url+'" target="_blank" rel="noopener noreferrer" '
+ '<a class="fv" href="/review" '
+'style="display:flex;gap:14px;text-decoration:none;color:inherit;border:1px solid var(--line,#2a2a2a);border-radius:10px;padding:10px;align-items:flex-start">'
+(poster?'<img src="'+poster+'" alt="" loading="lazy" style="width:168px;height:94px;object-fit:cover;border-radius:6px;flex:0 0 auto;background:#000">':'')
+'<span style="min-width:0">'
+'<span style="display:block;font-weight:600;line-height:1.35;margin-bottom:4px">'+fmtTopic(fv.title||'Featured video')+'</span>'
+'<span style="display:block;font-size:12.5px;color:var(--muted)">'+fmtTopic(meta)+'</span>'
- +'<span style="display:inline-block;margin-top:8px;font-size:12.5px;color:var(--accent,#4aa3ff)">▶ Watch on rentvreview.com ↗</span>'
+ +'<span style="display:inline-block;margin-top:8px;font-size:12.5px;color:var(--accent,#4aa3ff)">▶ Watch in The REview →</span>'
+'</span>'
+'</a>';
}
← c88d6e4f chore(social): note no X account per Steve; Instagram + feat
·
back to Rentv
·
chore(rentv): stage Vimeo auto-refresh launchd plist (gated 148ec5fb →