Enhance your Astra-powered site with premium speed, design, and flexibility tools!
Note: Please create an account before ordering to get updates
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:03 AM
Version:
v4.13.4
Category: