Email Verifier
Email Verifier: With the increase in fraudulent activities, security has become an absolute necessity, particularly in online businesses. This new module provides an extra layer of protection to your WHMCS platform by verifying the client's email before they can make any purchases.
document.querySelectorAll('oembed[url]').forEach(function(el) { var url = el.getAttribute('url'); var iframe = document.createElement('iframe'); iframe.width = '100%'; iframe.height = '400'; iframe.frameBorder = '0'; iframe.allowFullscreen = true; iframe.style = 'border-radius:8px; margin-top:10px;'; var ytMatch = url.match(/(?:youtube\.com\/watch\?v=|youtu\.be\/)([^&\s]+)/); var fbMatch = url.match(/facebook\.com/); if (ytMatch) { iframe.src = 'https://www.youtube.com/embed/' + ytMatch[1]; el.parentNode.replaceChild(iframe, el); } else if (fbMatch) { iframe.src = 'https://www.facebook.com/plugins/video.php?href=' + encodeURIComponent(url) + '&width=640'; el.parentNode.replaceChild(iframe, el); } });
Published:
Aug 06, 2026 09:33 AM
Version:
v1.1.0
Category: