What it means to make a video into a link

Making a video into a link means creating a web address (URL) that people can click to watch the video, rather than having the video file sit on their computer. The video itself stays in one place — usually on a video hosting service like YouTube, Vimeo, or your own web server — and the link points to it.

There are two main paths: upload your video to a hosting platform that gives you a shareable link, or embed the video code directly into a webpage so it plays right there when someone visits. The hosting platform route is simpler for most people because the service handles storage, playback, and compatibility across devices.

The reason this matters is that a raw video file (an .mp4 or .mov) is too large to email, and browsers cannot always play every format. A link solves both problems — it works on phones, tablets, and computers, and the person clicking does not have to read anything.

Key Takeaways

  • YouTube and Vimeo are the fastest routes because they host the video for free and give you a link when ready after upload.
  • You can share the link directly, or paste embed code into a webpage to make the video play on your own site.
  • Video file format matters — .mp4 works almost everywhere, but .mov, .avi, and .wmv may not play on all devices.
  • If you host video on your own server, you need enough storage space and bandwidth to handle people watching it.

Upload to YouTube for the simplest shareable link

YouTube is free and requires only a Google account. Sign in at youtube.com, click the camera icon with a plus sign in the top right corner, and select "Upload video". Choose your video file from your computer — it can be up to 12 hours long and up to 256 GB in size, though most videos are much smaller.

While the video uploads, YouTube asks you to add a title, description, and whether it should be public (anyone can find it), unlisted (only people with the link can watch), or private (only you can watch). Choose "unlisted" if you want to share the link with specific people without it appearing in search results. Once you click "Publish", YouTube gives you a link like youtube.com/watch?v=abc123 that you can copy and send to anyone.

The upload and processing usually takes a few minutes for short videos, longer for files over an hour. You can share the link before processing finishes, but people will see a message that the video is still being prepared. YouTube handles all the technical work — it converts your file to work on phones, tablets, and computers, and it hosts the video on its servers so you do not have to.

Use Vimeo if you want more control over who watches

Vimeo works similarly to YouTube but gives you more privacy options and does not show ads. A free Vimeo account lets you upload up to 500 MB per week. Sign in at vimeo.com, click "Create" in the top left, and select "Upload video".

After upload, Vimeo lets you set the video to "Anyone" (searchable), "Link" (only people with the link), "Password" (people need a password you set), or "Private" (only you). The "Link" option is useful if you want to share with a specific group without the video showing up in searches. Vimeo also lets you disable downloading, disable comments, and restrict viewing to certain countries — features YouTube does not offer on free accounts.

If you need more storage or want to remove Vimeo's branding, Vimeo offers paid plans starting around $75 per year. For most people sharing a video or two, the free account is enough.

Get embed code to play video on your own webpage

Both YouTube and Vimeo let you embed the video directly into a webpage so it plays right there instead of sending people to YouTube or Vimeo. On YouTube, click "Share" under the video, then click "Embed". YouTube shows you a block of code that looks like this:

<iframe width="560" height="315" src="https://www.youtube.com/embed/abc123" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Copy that entire block and paste it into the HTML of your webpage wherever you want the video to appear. The video will play in that spot when someone visits your page. You do not need to understand the code — just copy and paste it exactly as it appears. Vimeo works the same way: click the three dots next to the video, select "Embed", and copy the code it shows you.

This approach keeps people on your website instead of sending them away, which is useful if you are building a course, a portfolio, or a business site. The video still plays from YouTube or Vimeo's servers, so you are not using your own storage or bandwidth.

Host video on your own server if you need complete control

If you do not want to use YouTube or Vimeo, you can upload the video file directly to your web hosting account and create a link to it. This requires a web hosting service (like Bluehost, GoDaddy, or Dreamhost) and enough storage space for your video files.

Upload your video file to your hosting account using an FTP program like FileZilla or through your hosting provider's file manager. Once uploaded, the video gets a direct URL like yoursite.com/videos/myvideo.mp4. People can click that link to read or stream the video, depending on their browser.

The trade-off is that you handle all the technical work. Your hosting account must have enough bandwidth — if many people watch your video at once, it uses bandwidth quickly and can slow your site or trigger overage charges. You also need to make sure your video file format works across devices. Use .mp4 format, which plays on nearly all browsers and devices. Avoid .mov (works mainly on Apple devices), .avi (older format, not reliable on mobile), and .wmv (Windows only).

Convert your video to the right format before uploading

Video files come in different formats, and not all formats play everywhere. YouTube and Vimeo accept most formats and convert them automatically, so format does not matter much if you use those services. But if you are hosting video yourself or embedding it on a webpage, use .mp4 format — it works on Windows, Mac, iPhone, Android, and all modern browsers.

If your video is in .mov (from an iPhone or Mac), .avi, .mkv, or another format, you need to convert it. Free tools like HandBrake (handbrake.fr) let you open your video file and save it as .mp4. read HandBrake, open your video file, choose "Fast 1080p30" or another preset from the menu on the right, click "Browse" to pick where to save the new file, and click "Start Encode". The conversion takes a few minutes to an hour depending on video length and your computer speed.

After conversion, you have a new .mp4 file that plays on any device. Delete the original file if you want to save space — you only need the .mp4 version.

Share the link or embed code with others

Once your video is uploaded to YouTube, Vimeo, or your own server, sharing it is straightforward. For YouTube or Vimeo, copy the link from your browser's address bar or click "Share" and copy the link they provide. Send it via email, text, social media, or paste it into a document. Anyone who clicks the link can watch the video.

If you embedded the video code into a webpage, people see the video automatically when they visit that page — no link-clicking needed. They can still share the page link with others, and the video plays for them too.

For YouTube videos, you can also create a custom short link by clicking "Share" and then "Shorten URL". YouTube gives you a link like youtu.be/abc123 that is easier to type and remember. This is useful if you are sharing the link verbally or writing it on a whiteboard.

Frequently Asked Questions

Can I make a link to a video on my phone without uploading it anywhere?

No — the video file must live somewhere accessible on the internet. You have to upload it to YouTube, Vimeo, or a web server first. You cannot create a link to a video that only exists on your phone. The upload takes a few minutes and is the necessary first step.

What if my video file is too large to upload?

YouTube accepts files up to 256 GB, and Vimeo accepts up to 500 MB per week on free accounts. If your file is larger than your hosting service allows, compress it using HandBrake or a similar tool. Lower the resolution (1080p instead of 4K) or reduce the frame rate (24 fps instead of 60 fps) to make the file smaller without losing much quality.

Can people read my video if I share a YouTube link?

Not through normal means — YouTube does not provide a read button for viewers. If you want to prevent downloading completely, use Vimeo instead, which has a "disable read" option. If you host video on your own server, people can right-click and save the file, so only do this if you are comfortable with that.

Do I need to pay to make a video into a link?

No. YouTube and Vimeo both offer free accounts that let you upload and share videos at no cost. If you host video on your own server, you pay for web hosting (usually $5 to $15 per month), but that covers your entire website, not just video. For most people, YouTube or Vimeo is free and sufficient.

What is the difference between a shareable link and embed code?

A shareable link is a URL you send to people — they click it and watch the video on YouTube or Vimeo. Embed code is HTML that you paste into your own webpage, and the video plays right there on your site. Use a shareable link if you want people to watch on the hosting platform. Use embed code if you want the video to play on your own website.