Share-sheet gestures that produce a usable URL
On a phone, the usable URL almost never sits in plain sight the way a desktop address bar does. The player fills the screen; the watch address lives behind Share. The gesture that matters is Share → Copy link (or Copy)—not a screenshot, not a long-press on the picture, and not forwarding a preview card that silently rewrites the destination.
This page stays on those gestures: how to invoke them on iOS and Android, how to inspect the clipboard before you leave the app, and which lookalike actions put useless strings on the pasteboard. Once the link is clean, you can paste into Vidzilla on the same phone or hand the URL to a desktop browser.
Open the online video downloader
Why the share sheet is the reliable path
Mobile apps are designed for immersion. They hide chrome, collapse toolbars, and treat the video surface as the product. The permalink still exists for human sharing, and platforms expose it through the system share sheet. That sheet is what serializes a string Analyze can open.
Long-press menus on the player usually offer Save image, Add to playlist, Report, or speed controls. Those actions never put a watch URL on the clipboard. Screenshots capture pixels. QR codes from TV companions sometimes encode a watch page, but many encode deep app links that only resolve inside the vendor’s client. Prefer the in-app Share path whenever it is available.
iOS: Copy link from the system share sheet
Open the video inside the official app or in Safari. Tap Share. In the action row, choose Copy or Copy Link. If you do not see it, open More… and enable the action so it stays pinned next time. Some apps label the same idea “Copy” without the word Link; the result should still be an https string.
After copying, paste once into Notes or any plain text field and read it. You want a single URL. If a marketing sentence wraps the link, select only the URL characters and copy again. When you are already on a mobile web watch page in Safari, the address field is a solid alternative: tap it, Select All, then Copy. That path avoids share sheets that inject tracking wrappers—as long as the bar still shows the video path, not just the site root.
When Share is missing on an embed
Embedded players opened in Safari sometimes lack a clear Share control. Expand the address field, confirm the path still names the video, and copy from there. If the bar only shows a generic domain, navigate to the publisher’s “Watch on …” link first, then copy.
Android: Share → Copy and Chrome’s omnibox
In most Android video apps, the Share icon or three-dot overflow opens a sheet listing apps plus Copy. Tap Copy or Copy link. OEM skins sometimes rename it “Copy URL”; function is identical. If the first row only shows messaging apps, scroll the sheet—Copy often sits below the icon grid.
In Chrome, when you are already on the mobile web watch page, tap the omnibox, select the full URL, and copy. That is as valid as the share sheet when the address truly identifies the clip. Avoid copying from a Custom Tab that still shows an intermediate host after you tapped a notification.
Gestures that look helpful but fail Analyze
Copying caption text that says “watch here” often grabs words without the URL. Sharing to yourself in a chat can wrap the link in a preview card; long-pressing that card later may copy a redirector, a shortened path missing required query parameters, or an install deep link.
“Copy embed code” produces iframe HTML. Paste that into Vidzilla and Analyze will not treat it as a page address. “Copy video ID” alone, without a host and path, is equally useless. Stick to Copy link aimed at human sharing of the watch page.
- Avoid copying only the video title or caption prose
- Avoid embed iframe snippets and raw script tags
- Avoid app-internal IDs with no https host
- Avoid truncated strings that end mid-path or mid-query
Inspect the clipboard before you switch apps
Spend a few seconds reading what you copied. A solid phone clipboard entry starts with https://, contains the host you associate with the video, and includes a path segment that looks like an id, slug, or status number. Red flags include bare domains, “accounts.…” hosts, store listing URLs, and strings that open a different clip than the one on screen.
If the paste opens a related recommendation instead of your video, you shared from a suggestion row rather than the player. Return to the watching screen, open Share from there, and copy again. If the string changes every time you share the same clip into a shortener, resolve it in a browser later and keep the final watch URL—not the rotating stub.
Hand the URL to Vidzilla without breaking it
On the same phone, switch to your browser, open the Vidzilla tool page, paste into the field, and Analyze. For a desktop handoff, paste into a note, email yourself, or use a trusted sync clipboard, then paste once into Vidzilla on the computer. Avoid messaging apps that auto-shorten into a new domain when you can prevent it.
When a shortener is unavoidable, open it once in a full browser, wait for the final watch URL to appear in the address bar, and copy that resolved address. Do not paste the shortener host into Analyze and hope the worker will click through marketing interstitials the way your chat app does.
Limits of phone share links
Some apps emit region-specific or logged-in share URLs that behave differently when opened signed out. If Analyze returns nothing, open the copied link in a private browser tab on the phone. If the video will not play there, Vidzilla cannot see it either. Stories and disappearing posts may produce links that expire quickly—copy and Analyze while the post is still public.
Respect platform rules and creator rights when you save a local copy. A clean share-sheet URL is necessary, not sufficient: the page still has to be publicly reachable for extraction to list formats.
Frequently asked questions
Where is Copy link on iPhone?
Open the video, tap Share, then Copy or Copy Link in the action list. If it is missing, open More… and enable the action so it appears next time.
Where is Copy link on Android?
Tap Share or the overflow menu on the player, then choose Copy or Copy link in the system share sheet. Scroll the sheet if only chat apps appear at first.
Can I long-press the video to copy its URL?
Usually no. Long-press menus target the player surface—images, speed, report—not the watch address. Use Share instead.
Why does my pasted link open the app store?
You copied an install or deep-link promo URL. Return to the watch screen and use Share → Copy link aimed at the content page, then inspect the clipboard for https.
Is copying from Chrome’s address bar okay?
Yes, when you are already on the mobile web watch page and the omnibox shows the full https video URL for that clip.
Should I edit the link after copying?
Only to remove accidental spaces or chat punctuation. Do not invent path segments. Prefer the exact share URL that still plays in a signed-out browser.