
    (function(){
      var div = document.getElementById('joinit-widget-PWumuAuMYvByuND47');

      // Create the hidden hyperlink for SEO
      const hiddenLink = document.createElement("a");
      hiddenLink.href = "https://joinit.com";
      hiddenLink.id = "seo-link";
      hiddenLink.style.display = "none";
      hiddenLink.textContent = "Join It - Membership Websites";
      div.appendChild(hiddenLink);

      if (!div.querySelector('a[href="https://joinit.com"]')) {
        logger.error('Hyperlink to https://joinit.com is missing. Widget will not be embedded.');
        return;
      }

      const iframe = document.createElement("iframe");
      iframe.frameborder = 0;
      iframe.border = 0;
      iframe.cellspacing = 0;
      iframe.style.width = '1024px';
      iframe.style.height = '800px';
      iframe.style.maxWidth = '100%';
      iframe.style.border = 'none';
      iframe.src = "https://app.joinit.com/embed/widget/PWumuAuMYvByuND47";
      div.appendChild(iframe);
    })()
    