Custom HTML (Video meeting) not showing on editor or published page

Hi,

I am trying to embed the prebuilt video meeting room from daily.co, but it’s not showing anything (in the editor nor on the published page).

This is the sample code from the docs:

<html>
  <script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
  <body>
    <script>
      call = window.Daily.createFrame();
      call.join({ url: 'DAILY_ROOM_URL' });
    </script>
  </body>
</html>```

I have tried many different things, like 'unpkg' script in the header via custom codes instead of in the HTML element or checking the web dev console and network tabs for errors, but nothing seems to work. 

I tested the exact same code in one of my Wordpress website just to test, and it works perfectly, so I don't know why it doesn't work in Weweb. 

All tips are appreciated it!

Thanks.
Malcolm

Hi, I think you might wanna use a different method (if you search around here you’ll find plenty). An another way could be a Custom Coded Component which might be a better more stable option. If you’ll still be stuck after checking out suggestions above, you might benefit from a more in depth consultation, this is exactly the kind of problems I help no-code founders with.

You can check out how I embedded the Firebase SDK into WeWeb, I think it might be what you’re looking for Unleashing Firebase's Superpowers in WeWeb – Broberto