VoteMotta2028 Legal Creator Network — Direct Video Fix v1.2.6 WHY THIS VERSION IS DIFFERENT The official creator uploads PLAYLIST at the top of the module already works. That playlist is a normal server-rendered YouTube iframe. The individual creator cards were different: they displayed a thumbnail button and depended on assets/app.js to replace that button with a YouTube player after a click. v1.2.6 removes that extra player layer. EVERY VISIBLE CREATOR VIDEO IS NOW A DIRECT LAZY-LOADED YOUTUBE IFRAME, using the same privacy-enhanced YouTube domain and CSP-compatible setup as the already-working official uploads playlist. CREATORS FIXED BY THE SHARED MODULE - Thabo & Ray - Nate The Lawyer - Robert Gouveia, Esq. FILES REPLACED index.php assets/app.js assets/style.css module.json FILES NOT TO DELETE OR OVERWRITE includes/creators.php includes/polls.php includes/analytics.php data/ private/ api/ admin/ cron/ TECHNICAL CHANGES - No new YT.Player() calls for creator cards. - No youtube.com/iframe_api dependency for creator cards. - No JavaScript is required to turn a thumbnail into a player. - Each card contains: https://www.youtube-nocookie.com/embed/?rel=0&playsinline=1 - iframe loading="lazy" keeps off-screen videos from loading immediately. - YouTube ID can be derived from: youtube_id video_id id youtube_url thumbnail URL - Watch on YouTube remains available. - Exact sharing remains available. - Duplicate article anchors are made unique when the same video is shown in featured sections and the main library. TEST 1. Thabo & Ray: - test first 3 newest videos - test videos 1, 2, 3, 7 in the library - test page 2 2. Nate The Lawyer: - test first 3 newest videos - test videos 1, 2, 3, 7 - test page 2 3. Robert Gouveia: - test first 3 newest videos - test videos 1, 2, 3, 7 - test page 2 If the official uploads playlist plays, these card iframes use the same YouTube hosting method and no longer depend on the module's prior player JS.