<!-- In your <head> tag --> <script src="https://cdn.botpress.cloud/webchat/v3.0/inject.js"></script> <style> #webchat .bpWebchat { position: unset; width: 100%; height: 100%; max-height: 100%; max-width: 100%; } #webchat .bpFab { display: none; } </style> <!-- Put this on your page BEFORE the script below --> <div id="webchat" style="width: 500px; height: 500px;"></div> <!-- In your <body> tag --> <script> window.botpress.on("webchat:ready", () => { window.botpress.open(); }); window.botpress.init({ "botId": "a1f70975-5515-420a-a86a-836c283db223", "configuration": { "website": {}, "email": {}, "phone": {}, "termsOfService": {}, "privacyPolicy": {} }, "clientId": "dfbee987-0b0c-4a13-966f-12c838358f90", "selector": "#webchat" }); </script>
https://notebooklm.google.com/notebook/7b5e4c34-24f4-4bf4-a117-0041ebb60e60
Ahora con el iframe
<iframe src=»https://notebooklm.google.com/notebook/7b5e4c34-24f4-4bf4-a117-0041ebb60e60″ width=800 height=600 frameborder=0 allowfullscreen></iframe>