JSFiddle - React, Tailwind, and code Playground
by batcave
JavaScript
const videoId = window.location.href;
if (videoId !== undefined) {
// trigger your video popup
}
by batcave
const videoId = window.location.href;
if (videoId !== undefined) {
// trigger your video popup
}