How do I embed a widget?

I have a weather widget im trying to embed into a weweb page. I cant seem to nget it to work. Any suggestions?

here is the snippet

    <div class="tomorrow"
       data-location-id="112628"
       data-language="EN"
       data-unit-system="IMPERIAL"
       data-skin="dark"
       data-widget-type="summary"
       style="padding-bottom:22px;position:relative;"
    >
      <a
        href="https://weather.tomorrow.io/"
        rel="nofollow noopener noreferrer"
        target="_blank"
        style="position: absolute; bottom: 0; transform: translateX(-50%); left: 50%;"
      >
        <img
          alt="Powered by Tomorrow.io"
          src="https://weather-website-client.tomorrow.io/img/powered-by.svg"
          width="250"
          height="18"
        />
      </a>
    </div>

Hi Danny :waving_hand:

It looks like the code you shared only includes the link to the weather app. Is that intentional?

Here’s how it looks when pasting the code in an HTML embed with a 100% width:

thats the same thing im seeing. Its from the free weather widget website https://weather.tomorrow.io/widget/

I think it was something in that specific code snippet because I got another widget to embed just fine,