# IFRAME embeds (/docs/guides/tutorials/iframe-embeds)


Verdocs' Web components provide highly customizable controls for building e-Signing applications. However, some legacy applications and environments such as Wordpress do not yet support Web components. To provide support for these environments, our six most popular components may be embedded via IFRAME links.

To do this, use code such as the following:

```html
<iframe 
  src="https://app.verdocs.com/embeds/sign/ENVELOPE_ID/ROLE_NAME/INVITE_CODE"
  style="width: 100%; height: 100%" />
```

Adjust the style attribute to match your requirements. Note that with IFRAMEs you will have no styling/customization options, and all parameters must be specified in the URL.

We offer six embeds via the following URLs:

* VerdocsAuth: /embeds/auth
* VerdocsBuild: /embeds/build/TEMPLATE\_ID
* VerdocsView: /embeds/view/ENVELOPE\_ID
* VerdocsPreview: /embeds/preview/TEMPLATE\_ID
* VerdocsSend: /embeds/send/TEMPLATE\_ID
* VerdocsSign: /embeds/sign/ENVELOPE\_ID/ROLE\_NAME/INVITE\_CODE
