> For the complete documentation index, see [llms.txt](https://docs.radioangrezi.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radioangrezi.de/tech-deep-dive/web-player-embed.md).

# Web-Player Embed

We have a little embed player that you can put everywhere you want. It's *beta*.

```
http://embed.radioangrezi.de/embed-v1.html
```

Example Embed via iframe:

```markup
<iframe src="//embed.radioangrezi.de/embed-v1.html"; name="Radio Angrezi" height="105" width="100%" scrolling="no" marginheight="0" marginwidth="0" frameborder="0">
</iframe>
```

Demo: <https://jsfiddle.net/s95pLk61/>
