Steps to enable Microsoft Weather Widgets

1. Partner provides Microsoft a list of domains to register for widgets
2. Microsoft will assign an OCID to the partner for each domain for tracking, security, and authentication
3. Partner will let Microsoft know configuration preferences (if available for chosen widget)
4. Microsoft will provide the iframe code snippet to embed into Partner’s page
5. Done!

Additional details

1. Each widget can be set to provide weather information for a user’s location or can be set provide weather information for a specific location
2. The widgets will default to local language of Partner’s page

Widget Types

1. Weather Small Card A size=78X28
<iframe scrolling="no" style="background: black;width:78px;height:28px" src="https://www.msn.com/widgets/fullpage/weatherWidgets/widget?experiences=WeatherTodayMiniTaskbar&ocid=testusa&width=78&height=28&cm=en-us" sandbox="allow-scripts allow-same-origin allow-popups"></iframe>
2. Weather Small Card B size=200x50
<iframe scrolling="no" style="width:200px;height:50px" src="https://www.msn.com/widgets/fullpage/weatherWidgets/widget?experiences=WeatherTodayMini&width=200&height=50&cm=en-us&ocid=testwidget" sandbox="allow-scripts allow-same-origin allow-popups"></iframe>
3. Weather Card 0.5u size=300X150
<iframe scrolling="no" style="width:300px;height:150px" src="https://www.msn.com/widgets/fullpage/weatherWidgets/widget?experiences=WeatherCardWC&width=300&height=150&cm=en-us&ocid=testwidget" sandbox="allow-scripts allow-same-origin allow-popups"></iframe>
4. Weather Card 1u size=300X305
<iframe scrolling="no" style="width:300px;height:305px" src="https://www.msn.com/widgets/fullpage/weatherWidgets/widget?experiences=WeatherCardWCFull&width=300&height=305&cm=en-us&ocid=testwidget" sandbox="allow-scripts allow-same-origin allow-popups"></iframe>
5. Weather Card 1.5u size=300X462
<iframe scrolling="no" style="width:300px;height:462px" src="https://www.msn.com/widgets/fullpage/weatherWidgets/widget?experiences=WeatherCardWCLarge&width=300&height=462&cm=en-us&ocid=testwidget" sandbox="allow-scripts allow-same-origin allow-popups"></iframe>
6. Weather Hover & Popup