# Embed with low code

{% embed url="<https://youtu.be/kNhhpA_RXg4?feature=shared>" %}

Use a `roomUrl` you've created as the `src` attribute as in the example below.

```html
<iframe
  src="https://subdomain.whereby.com/room?minimal"
  allow="camera; microphone; fullscreen; display-capture; autoplay; compute-pressure"
></iframe>
```

{% hint style="danger" %}
Using an \<iframe> is the only option for low code builders, but that we generally do not recommend embedding via an iframe. Instead, we suggest using our [Web Component](https://docs.whereby.com/reference/using-the-whereby-embed-element), as it provides more options and flexibility.&#x20;
{% endhint %}

### Additional details

* If you'd like more programmatic control around the meeting experience, this is where browser [events](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-whereby-events) and [commands](https://docs.whereby.com/whereby-for-web-browser/web-component-and-pre-built-ui/using-commands) come in!&#x20;
* The above code can be used for in website builders like [Squarespace or Wordpress](https://docs.whereby.com/integrating-whereby-in-specific-environments/embedding-in-squarespace-or-wordpress).&#x20;
* When embedding, you can customize the room by [toggling features and behaviors via URL parameters](https://docs.whereby.com/reference/using-the-whereby-embed-element).&#x20;
* You can restrict which domains are allowed to embed your rooms via the [Allowed domains feature](https://docs.whereby.com/further-resources/faq-and-troubleshooting/allowed-domains-and-localhost) on your dashboard.
