What's new

Members who reacted to message #6

All (5) Like Like (5)

    1. Like

      Yousafzai_M

      FULL MEMBER 39
      • Messages
        742
      • Reaction score
        -1
    2. Like

      waz

      ADMINISTRATOR
      • Messages
        21,159
      • Reaction score
        91
    3. Like

      Pakistani E

      SENIOR MEMBER
      • Messages
        7,059
      • Reaction score
        27
    4. Like

      waleed3601

      FULL MEMBER 36 From Doha
      • Messages
        1,532
      • Reaction score
        2
    5. Like

      WAJsal

      SENIOR MODERATOR From Gilgit-Baltistan
      • Messages
        7,879
      • Reaction score
        212
  • Loading…
document.addEventListener('DOMContentLoaded', function () { // Check if the popup has been shown before if (!localStorage.getItem('youtubePopupShown')) { // Replace YOUR_VIDEO_ID with your actual YouTube video ID var youtubeURL = 'https://www.youtube.com/watch?v=77WM3ujhvJ4'; // Open the YouTube video in a new popup window var width = 560; var height = 315; var left = (screen.width / 2) - (width / 2); var top = (screen.height / 2) - (height / 2); window.open(youtubeURL, 'YouTubeVideo', `width=${width},height=${height},top=${top},left=${left}`); // Set the flag in localStorage to indicate the popup has been shown localStorage.setItem('youtubePopupShown', 'true'); } });
Back
Top Bottom