This code takes a url and breaks it into several components
Either http or https
The base domain, such as https://www.t-mobile.com
The path after the base domain such as /mail/account=1
The port to use, either 80 for HTTP, 443 for HTTPS, or anything if explicitly set like :8000 after a domain
1 |
url |
a string containing a url |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.