Teaser

15 people surprised

1 person surprised

The full experience

The cabal
in Seoul

Teaser

The Superiaia cabal

The Superiaia
cabal

A few cabals through images…

A few cabals through images…

The Superiaia cabal

1 person surprised

The cabal in Seoul

15 people surprised

Teaser

Teaser

The full experience

// YouTube video tracking inside a Framer Code Block

// YouTube video ID and title
const videoId = "YB20Eiy6e84"; // YouTube video ID
const title = "Superiaia Full"; // Video title

// Create the invisible iframe for tracking
const iframe = document.createElement("iframe");
iframe.src = `https://www.youtube.com/embed/${videoId}?enablejsapi=1`;
iframe.width = "0";  // Set iframe width to 0 (invisible)
iframe.height = "0"; // Set iframe height to 0 (invisible)
iframe.style.position = "absolute"; // Position off-screen
iframe.style.top = "0"; // Position off-screen (top)
iframe.style.left = "0"; // Position off-screen (left)
iframe.style.border = "none"; // No border around the iframe
iframe.style.visibility = "hidden"; // Ensure the iframe is hidden
iframe.style.opacity = "0"; // Fully transparent
iframe.style.pointerEvents = "none"; // Prevent any interaction with the iframe

// Append the iframe to the body (it will be invisible)
document.body.appendChild(iframe);

// Wait for the YouTube API to be ready
if (!window.YT || !window.YT.Player) {
  const script = document.createElement("script");
  script.src = "https://www.youtube.com/iframe_api";
  document.body.appendChild(script);
} else {
  initPlayer();
}

// Initialize the player once the API is ready
window.onYouTubeIframeAPIReady = function() {
  initPlayer();
};

function initPlayer() {
  if (!iframe) return;

  const player = new window.YT.Player(iframe, {
    events: {
      onStateChange: function(event) {
        const dataLayer = window.dataLayer || [];

        switch (event.data) {
          case window.YT.PlayerState.PLAYING:
            dataLayer.push({ event: "youtube_play", video_title: title });
            break;
          case window.YT.PlayerState.PAUSED:
            dataLayer.push({ event: "youtube_pause", video_title: title });
            break;
          case window.YT.PlayerState.ENDED:
            dataLayer.push({ event: "youtube_complete", video_title: title });
            break;
          default:
            break;
        }
      },
    },
  });
}

// YouTube video tracking inside a Framer Code Block

// YouTube video ID and title
const videoId = "dQw4w9WgXcQ"; // YouTube video ID
const title = "Superiaia Teaser"; // Video title

// Create the invisible iframe for tracking
const iframe = document.createElement("iframe");
iframe.src = `https://www.youtube.com/embed/${videoId}?enablejsapi=1`;
iframe.width = "0";  // Set iframe width to 0 (invisible)
iframe.height = "0"; // Set iframe height to 0 (invisible)
iframe.style.position = "absolute"; // Position off-screen
iframe.style.top = "0"; // Position off-screen (top)
iframe.style.left = "0"; // Position off-screen (left)
iframe.style.border = "none"; // No border around the iframe
iframe.style.visibility = "hidden"; // Ensure the iframe is hidden
iframe.style.opacity = "0"; // Fully transparent
iframe.style.pointerEvents = "none"; // Prevent any interaction with the iframe

// Append the iframe to the body (it will be invisible)
document.body.appendChild(iframe);

// Wait for the YouTube API to be ready
if (!window.YT || !window.YT.Player) {
  const script = document.createElement("script");
  script.src = "https://www.youtube.com/iframe_api";
  document.body.appendChild(script);
} else {
  initPlayer();
}

// Initialize the player once the API is ready
window.onYouTubeIframeAPIReady = function() {
  initPlayer();
};

function initPlayer() {
  if (!iframe) return;

  const player = new window.YT.Player(iframe, {
    events: {
      onStateChange: function(event) {
        const dataLayer = window.dataLayer || [];

        switch (event.data) {
          case window.YT.PlayerState.PLAYING:
            dataLayer.push({ event: "youtube_play", video_title: title });
            break;
          case window.YT.PlayerState.PAUSED:
            dataLayer.push({ event: "youtube_pause", video_title: title });
            break;
          case window.YT.PlayerState.ENDED:
            dataLayer.push({ event: "youtube_complete", video_title: title });
            break;
          default:
            break;
        }
      },
    },
  });
}

Pssst, we reveal more here…

Pssst, we reveal more here…

Follow us on Instagram and YouTube to discover our upcoming cabals, the behind-the-scenes of the cabals, and the behind-the-scenes of the behind-the-scenes...

"I felt like I was going crazy.
I really asked myself: am I mad?"

Didier, 45 years old

Those who have experienced it

info@cabaleexquise.com

Designers of emotions

Cabale Exquise, designers of emotions.

© Cabale Exquise, 2025. All rights reserved.

info@cabaleexquise.com

Designers of emotions

Cabale Exquise, designers of emotions.

© Cabale Exquise, 2025. All rights reserved.

info@cabaleexquise.com

Designers of emotions

Cabale Exquise, designers of emotions.

© Cabale Exquise, 2025. All rights reserved.

info@cabaleexquise.com

Designers of emotions

Cabale Exquise, designers of emotions.