You can embed an iframe button on your website to send people to your WeTransfer page.
The iframe code
<iframe src="https://we.tl/send/LANGUAGE/PAGE_NAME" width="WIDTH" height="50" frameborder="0"></iframe>
An example:
<iframe src="https://we.tl/send/en/this-is-an-example" width="275" height="50" frameborder="0"></iframe>
You just need to copy the profile name, not the full page URL.
Variables to customize
There are three variables you can edit in this snippet of code:
Language
Replace LANGUAGE with one of: en, nl, fr, es, de, pt, or it. The button will be generated in that language (en = English, nl = Dutch, fr = French, es = Spanish, de = German, pt = Portuguese, it = Italian).
Page Name
Replace PAGE_NAME with your own page name (your subdomain) to direct the button to your WeTransfer page.
Width
- Width must be 275 for these languages: en, fr, es, pt, it.
- For nl, width must be 280.
- For de, width must be 290.
Keep the height and width as is — the button doesn't automatically scale, so leaving these values intact ensures the button fits correctly.
With these variables edited to fit your needs, you can copy and paste this iframe code into your own website.