# Button widget

Widget opens with a button.

Add this code to the head of the website:

```html
<script src="https://static.cooltix.com/widget.js" defer></script>
```

Add this code to the website html body:

```html
<button data-cooltix-event-products='eventId' >See tickets</button>
```
