<script>
// Optional: Set custom widget URL
// window.PLYCO_WIDGET_URL = 'https://your-domain.com/embed';
(function() {
var script = document.createElement('script');
script.src = '/embed.js';
script.async = true;
document.head.appendChild(script);
})();
</script>