> For the complete documentation index, see [llms.txt](https://docs.ballot.gg/ballot.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ballot.gg/ballot.gg/integration/embed.md).

# Embed

To add your poll on your website, you can use the below iframe/embed code to integrate.

### Iframe

> Note: Replace the src with your published poll link.

```
<iframe 
    src="https://ballot.gg/p/950b5c90-2711-485d-bb8e-a8011a232427/1HD2AgBkaEomhYjNx41zw6pqAAye5KYrC3" 
    style="width:100%; height:50vh;"
    frameborder="0" marginheight="0" marginwidth="0">
    Loading…
</iframe>
```

### Embed

> Note: Replace the src with your published poll link.

```
<embed 
    src="https://ballot.gg/p/950b5c90-2711-485d-bb8e-a8011a232427/1HD2AgBkaEomhYjNx41zw6pqAAye5KYrC3"
    style="width:100%; height:50vh;">
```
