> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/meeting-links/embedding-meeting-links.md).

# Embedding Meeting Links

You can embed Meeting Links to your own website to provide a seamless flow for your Customers. To do so, you simply use the `<iframe/>` component within your website and add the `embed=true` as a query parameter to your link.&#x20;

You can view an example of how this looks on a website at <https://meetbit.io/contact>.

## Example Embed Code

{% code overflow="wrap" %}

```html
<iframe title="embed" src="https://meetbit.io/julianaong/client-introduction?embed=true" loading="lazy">
```

{% endcode %}
