Embed a Power Outage Widget
Add real-time power outage data to your website for free. Track any U.S. state with two widget styles, light and dark themes, and a tiny footprint — under 5KB.
State Map
State outline with outage severity.
<div data-ec-outage="map" data-state="TX" data-theme="light"></div> <script src="https://www.electricchoice.com/outages/embed/widget.js" async></script>
County List
Top affected counties with bar chart.
<div data-ec-outage="card" data-state="TX" data-theme="light"></div> <script src="https://www.electricchoice.com/outages/embed/widget.js" async></script>
How to Use
- Choose a widget style above and copy the embed code.
- Paste the code into your site's HTML where you want the widget to appear.
- The script tag only needs to appear once per page, even with multiple widgets.
Configuration options:
| Attribute | Values | Description |
|---|---|---|
data-ec-outage |
map, card |
Widget type (required) |
data-state |
Any U.S. state abbreviation (e.g. TX, VA) | State to display (required) |
data-theme |
light, dark |
Color theme (default: light) |