📋 Wix Custom Code
Add via Wix Dashboard → Settings → Custom Code (position: Body — end). Replace the URL with your published app URL.
<!-- SoCal Reds FC - Sid Chat Widget (full-page transparent overlay) -->
<script>
(function () {
var f = document.createElement("iframe");
f.src = "https://sidsocalredsfc.com/wix-embed";
f.style.cssText = "position:fixed;top:0;left:0;width:100%;height:100%;border:none;background:transparent;pointer-events:none;z-index:99999";
f.allow = "autoplay; clipboard-write; encrypted-media";
f.title = "Sid Chat";
document.body.appendChild(f);
})();
</script>⚠️ This panel only shows in the app (not on your live Wix site).