video.link Open in urlscan Pro
2606:4700:20::681a:e38  Public Scan

Submitted URL: http://video.link/
Effective URL: https://video.link/
Submission: On November 02 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET https://video.link/submit

<form id="form_url" class="form_url" action="https://video.link/submit" method="GET" onsubmit="return validation(this);">
  <div class="input-group input-group-lg create-ss-form">
    <label for="url"></label><input type="text" name="url" id="url" class="safe-url form-control" placeholder="Enter Youtube URL" data-placeholder="Enter Youtube URL">
    <span class="input-group-btn">
      <button name="link" id="generate_button" class="btn btn-info" type="submit">
        <span id="submit_text">Generate Link</span>
      </button>
    </span>
  </div>
</form>

POST https://video.link/form

<form action="https://video.link/form" id="feedback-form" method="post" accept-charset="utf-8">
  <div class="row">
    <div id="form-errors" class="col-xs-12 col-sm-12 col-md-12 alert alert-warning d-none" role="alert"></div>
    <div id="form-success" class="col-xs-12 col-sm-12 col-md-12 alert alert-success d-none" role="alert"></div>
  </div>
  <div class="row">
    <div class="col-xs-12 col-sm-12 col-md-6">
      <label for="name" class="label-for">Name</label>
      <label>
        <input id="form-name" value="" size="50" type="text" class="form-control input-area" placeholder="Enter your name" name="name" required="" aria-required="true">
      </label>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-6 email-cont">
      <label for="email" class="label-for">E-mail</label>
      <label>
        <input id="form-email" value="" size="50" type="email" class="form-control input-area" placeholder="Enter your e-mail" name="email" required="" aria-required="true">
      </label>
    </div>
  </div>
  <div class="row">
    <div class="col-xs-12 col-sm-12 col-md-12">
      <label for="message" class="label-for msg">Message</label>
      <textarea id="form-message" class="form-control input-area" rows="5" placeholder="Message" name="message" required="" aria-required="true"></textarea>
      <div class="invalid-feedback form-message"> 10 characters minimum length </div>
    </div>
  </div>
  <div class="row">
    <div class="col msg-btn-cont">
      <button class="send-btn">Send a message</button>
    </div>
  </div>
</form>

GET https://video.link/my

<form id="loginForm" action="https://video.link/my" method="get">
  <div class="form-group text-center d-none" id="email-sent">
    <svg class="message-icon">
      <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-checkmark"></use>
    </svg> Email sent! <br> Please revise your inbox.
  </div>
  <div class="form-group text-center d-none" id="will-receive"> You will receive an email with instructions for how to proceed. </div>
  <div class="form-group email">
    <div id="log_emailInput-outer">
      <label for="log_emailInput">Email</label>
      <input class="form-control" id="log_emailInput" type="text" placeholder="Enter your email">
    </div>
  </div>
  <div class="form-group password">
    <div id="log_passwordInput-outer">
      <label for="log_passwordInput">Password</label>
      <input class="form-control" id="log_passwordInput" type="password" placeholder="Enter your password">
    </div>
  </div>
  <div id="captcha" class="g-recaptcha" data-sitekey="6LcYai4gAAAAAPvEaTEiHVuIWPiTNNneNRD1PPha" data-size="invisible">
    <div class="grecaptcha-badge" data-style="none"
      style="width: 256px; height: 60px; position: fixed; visibility: hidden; display: block; transition: right 0.3s; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-26s5qbv7xeou" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcYai4gAAAAAPvEaTEiHVuIWPiTNNneNRD1PPha&amp;co=aHR0cHM6Ly92aWRlby5saW5rOjQ0Mw..&amp;hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;size=invisible&amp;cb=h5u3lrw6ex60"></iframe></div>
      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div>
  </div>
  <div class="form-group buttons">
    <div class="row">
      <div class="col-md-12 text-center">
        <button type="button" id="loginSubmit" class="btn btn-primary loginSignup" disabled="">Next</button>
        <button type="button" id="signupSubmit" class="btn btn-primary d-none loginSignup">Sign Up</button>
        <button type="button" id="forgotSubmit" class="btn btn-primary d-none loginSignup">Send link</button>
        <button type="button" id="closeModal" class="btn btn-primary d-none loginSignup">Close</button>
      </div>
    </div>
  </div>
</form>

/my

<form id="signupForm" action="/my">
  <div class="form-group">
    <label for="signup_emailInput">
      <svg>
        <use xlink:href="#icon-user-male"></use>
      </svg>
      <input class="form-control" id="signup_emailInput" type="email" placeholder="Email">
    </label>
  </div>
  <div class="form-group" id="signup_passwordInput1-container">
    <label for="signup_passwordInput1">
      <svg>
        <use xlink:href="#icon-key"></use>
      </svg>
      <input class="form-control" id="signup_passwordInput1" type="password" placeholder="Password" data-indicator="pwindicator2">
    </label>
  </div>
  <div id="pwindicator2" class="text-right">
    <div class="label"></div>
  </div>
  <!-- <div class="form-group">
                              <label for="signup_passwordInput2" style="text-align:right">
                                <input  class="form-control" id="signup_passwordInput2" type="password" placeholder="repeat password">
                              </label>
                            </div> -->
  <div class="form-group captcha">
    <svg style="width:56px;height:56px;margin-left:0px;">
      <use xlink:href="#icon-robot_3"></use>
    </svg>
    <div class="g-recaptcha" style="width:290px" id="signup_captcha" data-sitekey="6LcYai4gAAAAAPvEaTEiHVuIWPiTNNneNRD1PPha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-29adl92v48fl" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcYai4gAAAAAPvEaTEiHVuIWPiTNNneNRD1PPha&amp;co=aHR0cHM6Ly92aWRlby5saW5rOjQ0Mw..&amp;hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;size=normal&amp;cb=qrppm64wnl68"></iframe></div>
        <textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <!-- 6LdylRgUAAAAANGtiQVuXES5C9GItTUN4AB1haaf //-->
    <!-- 6LcLtygTAAAAAI1JNxeJ1R2UQXG7x4s_PFEtGz7V -->
    <div style="clear:both"></div>
  </div>
</form>

Text Content

 * About
 * How it works
 * Features
 * Pricing
 * FAQ
 * English
   
   * SELECT YOUR LANGUAGE
   
   * English
   * Nederlands
   * Português
   * Español
 * Sign In


A BETTER WAY TO WATCH VIDEOS

Reduce ads and remove distracting content such as comments or suggested videos
from YouTube or Vimeo videos. Improve the online video streaming experience for
your audience with just a few clicks!

Generate Link



GENERATE A VIDEOLINK

Copy and paste any YouTube or Vimeo URL to generate a new VideoLink. It only
takes a few seconds!


MAKE VIDEOS SAFER

No longer will you have to worry about offensive comments, distracting related
videos, or malicious ads.


MAKE SHARING EASY

You control the video title, description, and short URL. You can share it with a
link or as a QR code.


BENEFITS OF VIDEOLINK

Ensure safe content

Generate shorter video URLs

Share videos with QR codes

Reduce ads and distractions

Share videos with contacts

Edit Time Ranges


LOVED BY PARENTS AND TEACHERS

It's the easiest way to protect children and let them watch online videos with
fewer ads, distractions, or harmful content.

VideoLink is ideal for presentations in the office or the classroom.



Very useful service, I don't even know what I would do without VideoLink

Courtney Henry

USA, California

Now I can be sure that I am sharing really safe content with my students. Cool!

Dianne Russell

USA, California

It works perfectly! No annoying ads and it's so simple to use. Thank you,
VideoLink

Cameron Williamson

USA, California

slide 1 of 3

Courtney Henry

USA, California

Very useful service, I don't even know what I would do without VideoLink

Dianne Russell

USA, California

Now I can be sure that I am sharing really safe content with my students. Cool!

Cameron Williamson

USA, California

It works perfectly! No annoying ads and it's so simple to use. Thank you,
VideoLink

slide 1 of 3

Courtney Henry

USA, California

Very useful service, I don't even know what I would do without VideoLink

Dianne Russell

USA, California

Now I can be sure that I am sharing really safe content with my students. Cool!

Cameron Williamson

USA, California

It works perfectly! No annoying ads and it's so simple to use. Thank you,
VideoLink


WHO USES VIDEOLINK?

VideoLink is for anyone who wants to display a video in an educational or
professional environment where viewers mustn't be exposed to harmful ads,
offensive comments, or distractions such as related videos.


EDUCATORS

Share online courses, webinars, and how-to videos. Your audience can watch
videos without getting distracted by ads, comments, or other content on the
video page.


PROFESSIONALS

Do you want to share an online video and make a good impression? Create a
distraction-free video link before sharing it with your boss, colleagues, or
customers!


ANYONE

Would you like to share just a portion of a YouTube video and/or change the
title or description? Are you interested in knowing how many people have viewed
your link? Look no further!


HAVE QUESTIONS OR SUGGESTIONS?

Name
E-mail
Message
10 characters minimum length
Send a message


LEARN MORE ABOUT SAFE VIDEO LINKS

Here are a few most commonly asked questions about using VideoLink link editing
services and tools.


DO VIDEOLINKS EXPIRE?

When you create a VideoLink as an anonymous user, it will expire within a few
hours. The purpose of this is to show you how the site works. However, to ensure
the smooth operation of our website and reduce junk or spam VideoLinkscontrol,
we require that everyone create an account. Once you've created an account with
us, you control the VideoLink's expiration date.


IS VIDEOLINK FREE TO USE?

Yes, once you have an account, you can create a certain amount of VideoLinks for
free. If you wish to create more, or you'd like to use more advanced features,
please consult our pricing page for more information.


IS USING VIDEOLINK LEGAL?

Yes. We are using YouTube and Vimeo API to generate VideoLinks. This is a
similar practice to embedding a video on any other blog or website. We make it a
hassle-free experience. Also, we add many other useful tools, such as contacts,
custom links, QR codes, and more!


CAN I REMOVE ADS FROM ANY ONLINE VIDEO?

Currently, we're able to reduce ads for YouTube and Vimeo videos. If you would
like us to add support for any additional websites, please suggest this as a
feature.


CAN I DOWNLOAD YOUTUBE VIDEOS?

We do not support downloads directly, but there are applications that’ll allow
you to do this. Please respect author copyrights and only download videos with
consent or copyright-free videos. You can use Viddly or VDownloader  to 
download and convert videos to MP4 format.


WHY SHOULD TEACHERS USE VIDEOLINK?

A child watching videos on YouTube is an average of three clicks away from
potentially disturbing adult content, according to a recent study released by
British digital security firm Kaspersky Lab. It's of vital importance for
teachers to ensure a safe and distraction-free environment when presenting their
students with video materials.


I FOUND A PROBLEM. HOW DO I REPORT IT?

Please contact us and include as much relevant information as possible. We
recommend using a tool such as ScreenClip to annotate the image with comment
markers. Thanks to the visual information, this will make it a lot easier for
our team.

If the problem involves multiple steps or pages, we recommend you use a screen
recorder such as ClipClip to capture a video.





ADDITIONAL FEATURES

VideoLink has many more features which may be useful for professionals such as
marketers, online coaches or educators, and so on!

*Please note that features marked with an asterisk are still in development.

Link Tracking

Track video statistics, including views, watch time*, and other interactions*,
such as sharing.



Create Groups

Share or forbid video link access with a group of people with one click.



VideoLink is a tool that allows educators to share videos safely. We have no
affiliation with YouTube or Vimeo. We only condone the usage of VideoLink for
videos that you (a) own, (b) is free of copyrights, or (c) for which you've
obtained explicit permission to use by the copyright owner. Please use this tool
responsibly by asking for permission from the copyright holder of the content
you wish to embed. If you're a content creator and your video is being used
without permission, please contact us to have the VideoLink removed from our
website.
VideoLink is a tool that allows educators to share videos safely. We have no
affiliation with YouTube or Vimeo. We only condone the usage of VideoLink for
videos that you (a) own, (b) is free of copyrights, or (c) for which you've
obtained explicit permission to use by the copyright owner. Please use this tool
responsibly by asking for permission from the copyright holder of the content
you wish to embed. If you're a content creator and your video is being used
without permission, please contact us to have the VideoLink removed from our
website.

 * Links
 * About
 * How it works
 * Features
 * Pricing
 * FAQ

 * Support
 * Terms & Conditions
 * Privacy Policy

 * Contacts
 * Help Center
 * help@video.link
 * 

Copyright © 2024 VideoLink. All rights reserved.

 * About
 * How it works
 * Features
 * Pricing
 * FAQ
 * English
   
   * SELECT YOUR LANGUAGE
   
   * English
   * Nederlands
   * Português
   * Español
 * Sign In


Notification title
Go there
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula
eget dolor.
Cancel Ok
Undo

Sign In

Please log in to create a VideoLink

Сhoose the most convenient registration method:

or register/sign in below:
Email sent!
Please revise your inbox.
You will receive an email with instructions for how to proceed.
Email
Password

Next Sign Up Send link Close
Forgot your password?
By clicking Sign Up, you agree to our Privacy Policy and ours Terms

Sign Up!


Connect with:

or create an account:

By clicking Sign Up, you agree to our Privacy Policy and our Terms
Sign Up!
Log in here!


Password Reset


Send link
Don't have an account yet? Sign up here!


Set new password

×

Set new password


We're signing you up! Please wait a moment

We're logging you in! Please wait a moment

Something went
wrong ...
Please confirm if popups
aren't being blocked

Creating your
VideoLink Please wait a moment
VideoLink Created! You will be redirected
Sorry but offensive
content was detected Please try again with a different video
This video is private
or unavailable Please try again with a different video
Wow! You reached your
free 20 VideoLink limit
Go premium!
Please enter a valid
YouTube or Vimeo URL
Unknown error
occurred
Please try again or contact support
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch. Created with Sketch. Created with Sketch. Created with Sketch. Created
with Sketch. Created with Sketch. Created with Sketch. Created with Sketch.
Created with Sketch. Created with Sketch. Created with Sketch. Created with
Sketch.
×

SHARE VIDEOLINK

 * facebook
 * twitter
 * pinterest
 * Whatsapp
 * Viber Viber
 * tumblr
 * email
 * 


or scan to share





×
This website uses cookies to improve user experience. By using our website you
consent to all cookies in accordance with our Cookie Policy. Read more

Strictly necessary

Performance

Targeting
Show details Hide details
Save & Close
Accept all
Decline all