# Countries

Country flags for visitors that have shown up in your hits, as emoji, alphabetically.

```html
<script defer src="https://tinylytics.app/embed/YOUR_EMBED_CODE.js?countries"></script>
<span class="tinylytics_countries"></span>
```

The script replaces the element contents. Combine with other widgets on the same URL (`?hits&countries`).

```css
.tinylytics_countries {
  letter-spacing: 0.15em;
}
```

Country on Overview is the same data, from the IP, discarded after the lookup. This widget is just the country flags on your site.