w2g.tv Open in urlscan Pro
2606:4700:20::ac43:468e  Public Scan

Submitted URL: http://w2g.tv/en/room/?access_key=tn75lidn79raa1dq5dbjui
Effective URL: https://w2g.tv/en/room/?access_key=tn75lidn79raa1dq5dbjui
Submission: On August 05 via manual from US — Scanned from US

Form analysis 8 forms found in the DOM

<form data-w2g="['introSubmit', ['event', 'submit']]" class="form ui">
  <div class="field">
    <div class="font-bold"> Pick a nickname </div> <input data-w2g="['introNick', 'value']" class="w2g-input" id="intro-nickname" type="text" maxlength="30"> <button type="submit" style="display:none"></button>
  </div>
  <div data-w2g="['can_push', 'if']" class="mt-2 w2g-bind-layout" style="">
    <div class="flex items-center mt-4 p-2 rounded-md space-x-4"> <button type="button" data-w2g="['togglePush', ['event', 'click']], ['push_notifications', ['css', ['bg-w2g-yellow', 'bg-w2g-dark']]]"
        class="bg-w2g-dark border-2 border-transparent cursor-pointer duration-200 ease-in-out flex flex-shrink-0 h-6 relative rounded-full transition-colors w-12" role="switch" aria-checked="false"> <span
          data-w2g="['push_notifications', ['css', ['translate-x-6 bg-gray-600', 'translate-x-0']]]" aria-hidden="true"
          class="bg-gray-200 duration-200 ease-in-out h-5 inline-block pointer-events-none ring-0 rounded-full shadow transform transition w-5 translate-x-0"></span> </button>
      <div class="leading-tight text-sm"> Receive push notifications when someone enters your room or when the status of your room changes. </div>
    </div>
  </div>
</form>

<form data-w2g="['createPlaylist', ['event', 'submit', false]]" class="space-y-2">
  <div> <input class="w2g-input" id="new_pl_name" type="text" placeholder="Enter a name for your new playlist" required="" maxlength="40"> </div>
  <div>
    <div class="flex items-center" title="A personal playlist can only be changed by you."> <input class="confirmed_user_only mr-2 w2g-checkbox" id="new_pl_type" type="checkbox" name="personal_list">
      <div class="confirmed_user_only text-sm"> personal Playlist </div>
      <div class="ml-1 text-sm w2g-register-account"> (<a class="cursor-pointer underline" href="/account/sign_up/" target="_blank"> For registered users only </a>) </div>
    </div>
  </div>
  <div class="!mt-4 flex"> <button type="submit" class="ml-auto w2g-button w2g-compact"> New playlist </button> </div>
</form>

<form data-w2g="['changeNick', ['event', 'submit']]" id="nickname-form">
  <div class="flex"> <input class="rounded-r-none w2g-input" data-w2g="['myname', 'value']" id="nickname-form-nickname" type="text" placeholder="Enter a nickname..." required="" maxlength="30"> <button class="rounded-l-none w2g-button"> OK </button>
  </div>
</form>

POST

<form data-w2g="[&quot;saveRoom&quot;, [&quot;event&quot;, &quot;submit&quot;]]" id="w2g-save-room-form" method="post">
  <div class="flex"> <input data-w2g="['roomName', 'value']" id="w2g-save-room-input" placeholder="Pick a room name" required="" maxlength="50" type="text" name="persistent_name" class="rounded-r-none w2g-input"> <button
      class="-ml-px rounded-l-none w2g-button"> Save </button> </div>
</form>

POST #

<form data-w2g="[&quot;sign_up&quot;, [&quot;event&quot;, &quot;submit&quot;]]" class="space-y-4" action="#" method="post">
  <div> <label for="email"> Email </label>
    <div class="mt-1"> <input data-w2g="['user.email', 'value'], ['form_errors.email', ['css', ['bg-red-400', 'bg-gray-300']]]" id="email" name="email" type="text" autocomplete="off" required="" class="w2g-input bg-gray-300"> </div>
    <p data-w2g="['form_errors.email', 'if'], ['form_errors.email', 'text']" class="mt-1 text-sm text-w2g-bad" style="display:none"></p>
  </div>
  <div> <label for="nickname"> Username </label>
    <div class="mt-1"> <input data-w2g="['user.nickname', 'value'], ['form_errors.nickname', ['css', ['bg-red-400', 'bg-gray-300']]]" id="nickname" name="nickname" type="text" autocomplete="off" required="" class="w2g-input bg-gray-300"> </div>
    <p data-w2g="['form_errors.nickname', 'if'], ['form_errors.nickname', 'text']" class="mt-1 text-sm text-w2g-bad" style="display:none"></p>
  </div>
  <div> <label for="password"> Password </label>
    <div class="mt-1"> <input data-w2g="['user.password', 'value'], ['form_errors.password', ['css', ['bg-red-400', 'bg-gray-300']]]" id="password" name="password" type="password" autocomplete="off" required="" minlength="8"
        class="w2g-input bg-gray-300"> </div>
    <p data-w2g="['form_errors.password', 'if'], ['form_errors.password', 'text']" class="mt-1 text-sm text-w2g-bad" style="display:none"></p>
  </div>
  <div> <label for="password_confirmation"> Confirm your password </label>
    <div class="mt-1"> <input data-w2g="['user.password_confirmation', 'value'], ['form_errors.password_confirmation', ['css', ['bg-red-400', 'bg-gray-300']]]" id="password_confirmation" name="password_confirmation" type="password" autocomplete="off"
        required="" minlength="8" class="w2g-input bg-gray-300"> </div>
    <p data-w2g="['form_errors.password_confirmation', 'if'], ['form_errors.password_confirmation', 'text']" class="mt-1 text-sm text-w2g-bad" style="display:none"></p>
  </div>
  <div class="flex items-center"> <input data-w2g="['user.newsletter', 'check']" id="newsletter" name="newsletter" type="checkbox" class="border-gray-300 h-4 rounded w-4"> <label for="newsletter" class="block ml-2 text-gray-200 text-sm"> Subscribe to
      our newsletter </label> </div>
  <div>
    <div class="flex items-center"> <input data-w2g="['user.terms', 'check'], ['form_errors.terms', ['css', ['bg-red-400', 'bg-gray-300']]]" id="terms" name="terms" type="checkbox" class="border-gray-300 h-4 rounded w-4 bg-gray-300"> <label
        for="terms" class="block link-inside ml-2 text-gray-200 text-sm"> I agree to the Watch2Gether <a href="https://community.w2g.tv/w2gtos" target="_blank">Terms and Conditions</a>. </label> </div>
    <p data-w2g="['form_errors.terms', 'if'], ['form_errors.terms', 'text']" class="text-sm text-w2g-bad" style="display:none"></p>
  </div>
  <div> <button type="submit" class="primary relative ripple- w-full w2g-button"> <span>Sign up</span> <span data-w2g="['processing', ['css', ['flex', 'hidden']]]"
        class="absolute bg-black bg-opacity-20 bottom-0 hidden items-center justify-center left-0 right-0 top-0"> <svg fill="none" aria-hidden="true" class="animate-spin dark:text-gray-600 fill-gray-600 h-6 text-gray-200 w-6" viewBox="0 0 100 101">
          <path fill="currentColor"
            d="M100 50.59c0 27.615-22.386 50.001-50 50.001s-50-22.386-50-50 22.386-50 50-50 50 22.386 50 50m-90.919 0c0 22.6 18.32 40.92 40.919 40.92s40.919-18.32 40.919-40.92c0-22.598-18.32-40.918-40.919-40.918S9.081 27.992 9.081 50.591"></path>
          <path fill="currentFill" d="M93.968 39.04c2.425-.636 3.894-3.128 3.04-5.486A50 50 0 0 0 41.735 1.279c-2.474.414-3.922 2.919-3.285 5.344s3.12 3.849 5.6 3.484a40.916 40.916 0 0 1 44.131 25.769c.902 2.34 3.361 3.802 5.787 3.165"></path>
        </svg> </span> </button> </div>
</form>

<form class="ml-2 w2g-compact-form" data-w2g="['editNick', 'if'], ['changeNick', ['event', 'submit']]" style="display: none;">
  <div class="flex"> <input class="rounded-r-none w2g-input" data-w2g="['myname', 'value']" type="text" placeholder="Enter a nickname..." required="" maxlength="30"> <button class="rounded-l-none w2g-button"> OK </button> </div>
</form>

POST #

<form class="center flex m-auto w-full" data-w2g="['searchSubmitTopbar', ['event', 'submit']]" action="#" method="post">
  <div class="flex w-full">
    <div data-w2g="['toggleApps', ['event', 'mousedown']], ['activeName', ['attr', 'title']]" class="!py-0 px-4 rounded-r-none w2g-button" title="youtube"> <svg xml:space="preserve" class="fill-w2g-maintext h-4 w-4" viewBox="0 0 122.36 122.88">
        <g>
          <path
            d="M5.85 0h20.09c3.22 0 5.85 2.63 5.85 5.85v20.09c0 3.22-2.63 5.85-5.85 5.85H5.85C2.63 31.8 0 29.16 0 25.94V5.85C0 2.63 2.63 0 5.85 0m90.57 91.08h20.09c3.22 0 5.86 2.63 5.86 5.86v20.09c0 3.22-2.63 5.86-5.86 5.86H96.42c-3.22 0-5.86-2.63-5.86-5.86V96.94c0-3.22 2.64-5.86 5.86-5.86m-45.28 0h20.09c3.22 0 5.86 2.63 5.86 5.86v20.09c0 3.22-2.63 5.86-5.86 5.86H51.14c-3.22 0-5.85-2.63-5.85-5.86V96.94c-.01-3.22 2.63-5.86 5.85-5.86m-45.29 0h20.09c3.22 0 5.85 2.63 5.85 5.86v20.09c0 3.22-2.63 5.86-5.85 5.86H5.85c-3.22 0-5.85-2.63-5.85-5.86V96.94c0-3.22 2.63-5.86 5.85-5.86m90.57-45.54h20.09c3.22 0 5.86 2.63 5.86 5.86v20.09c0 3.22-2.63 5.86-5.86 5.86H96.42c-3.22 0-5.86-2.63-5.86-5.86V51.4c0-3.22 2.64-5.86 5.86-5.86m-45.28 0h20.09c3.22 0 5.86 2.63 5.86 5.86v20.09c0 3.22-2.63 5.86-5.86 5.86H51.14c-3.22 0-5.85-2.63-5.85-5.86V51.4c-.01-3.22 2.63-5.86 5.85-5.86m-45.29 0h20.09c3.22 0 5.85 2.63 5.85 5.86v20.09c0 3.22-2.63 5.86-5.85 5.86H5.85C2.63 77.34 0 74.7 0 71.48V51.4c0-3.22 2.63-5.86 5.85-5.86M96.42 0h20.09c3.22 0 5.86 2.63 5.86 5.85v20.09c0 3.22-2.63 5.85-5.86 5.85H96.42c-3.22 0-5.86-2.63-5.86-5.85V5.85C90.56 2.63 93.2 0 96.42 0M51.14 0h20.09c3.22 0 5.86 2.63 5.86 5.85v20.09c0 3.22-2.63 5.85-5.86 5.85H51.14c-3.22 0-5.85-2.63-5.85-5.85V5.85C45.28 2.63 47.92 0 51.14 0"
            class="st0"></path>
        </g>
      </svg> </div>
    <div data-w2g="['toggleApps', ['event', 'mousedown']]" class="!bg-w2g-dark-var !py-0 border-x-0 px-3 rounded-none w2g-button"> <img class="block h-[1.35rem] rounded-md" src="https://w2g.tv/assets/1.87f429d5.png"
        data-w2g="['activeLogo', ['attr', 'src']]" alt="Active Provider"> </div>
    <div class="grow relative"> <input class="!bg-w2g-dark-var border-x-0 pl-0 rounded-none w2g-input"
        data-w2g="['searchTerm', 'value'], ['__searchInput', 'element'], ['inputFocus', ['event', 'focus']], ['inputPaste', ['event', 'paste', null, false]], ['activeDescription', ['attr', 'placeholder']], ['activeDescription', ['attr', 'title']], ['handleSuggestions', ['event', 'keydown', null, false]], ['fetchSuggestions', ['event', 'input', null, false]]"
        id="search-bar-input" name="search-bar-input" type="text" title="Search OR Paste a link to a Youtube video" placeholder="Search OR Paste a link to a Youtube video" autocapitalize="off" autocomplete="off" spellcheck="false">
      <div data-w2g="['searchSuggestions.length', 'if'], ['searchSuggestions', 'each']" class="-left-2 -right-2 [.w2g-mobile_&amp;]:!hidden absolute bg-w2g-bright-var mt-1 p-1 rounded-md shadow-md top-full z-[1100]" style="display:none"> </div>
    </div>
    <div data-w2g="['clearSearch', ['event', 'click']]" class="!bg-w2g-dark-var !py-0 border-x-0 px-2.5 rounded-none w2g-button"> <svg aria-hidden="true" class="fa-lg fa-xmark svg-inline--fa" data-icon="xmark" data-prefix="fas" role="img"
        viewBox="0 0 384 512">
        <path fill="currentColor"
          d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256z">
        </path>
      </svg> </div> <button type="submit" class="px-3 py-1 rounded-l-none w2g-button"> <span data-w2g="['searching', 'if']" style="display:none"> <svg aria-hidden="true" class="animate-spin fa-spinner svg-inline--fa" data-icon="spinner"
          data-prefix="fas" role="img" viewBox="0 0 512 512">
          <path fill="currentColor"
            d="M304 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0m0 416a48 48 0 1 0-96 0 48 48 0 1 0 96 0M48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96m464-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M142.9 437A48 48 0 1 0 75 369.1a48 48 0 1 0 67.9 67.9m0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437a48 48 0 1 0 67.9-67.9 48 48 0 1 0-67.9 67.9">
          </path>
        </svg> </span> <span data-w2g="['searching', 'ifnot']"> <svg aria-hidden="true" class="fa-magnifying-glass svg-inline--fa" data-icon="magnifying-glass" data-prefix="fas" role="img" viewBox="0 0 512 512">
          <path fill="currentColor"
            d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208M208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288">
          </path>
        </svg> </span> </button>
  </div>
</form>

POST #

<form class="center flex m-auto mod-player w-full" data-w2g="['playAndGoSubmit', ['event', 'submit']]" action="#" method="post">
  <div class="flex items-center w-full w2g-light"> <input class="border-none grow mr-1 w2g-input" data-w2g="['searchTerm', 'value'], ['__playGoInput', 'element']" type="text"
      title="Search for videos and audio on YouTube, Vimeo and SoundCloud or paste a direct link to a video or audio track." placeholder="Quick Play - Paste a link, hit Enter or click Play" autocapitalize="off" autocomplete="off" spellcheck="false">
    <button type="submit" class="border-none px-4 w2g-button"> <span data-w2g="['searching', 'if']" style="display:none"> <svg aria-hidden="true" class="animate-spin fa-spinner svg-inline--fa" data-icon="spinner" data-prefix="fas" role="img"
          viewBox="0 0 512 512">
          <path fill="currentColor"
            d="M304 48a48 48 0 1 0-96 0 48 48 0 1 0 96 0m0 416a48 48 0 1 0-96 0 48 48 0 1 0 96 0M48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96m464-48a48 48 0 1 0-96 0 48 48 0 1 0 96 0M142.9 437A48 48 0 1 0 75 369.1a48 48 0 1 0 67.9 67.9m0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437a48 48 0 1 0 67.9-67.9 48 48 0 1 0-67.9 67.9">
          </path>
        </svg> </span> <span data-w2g="['searching', 'ifnot']"> <svg aria-hidden="true" class="fa-play svg-inline--fa" data-icon="play" data-prefix="fas" role="img" viewBox="0 0 384 512">
          <path fill="currentColor" d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80v352c0 17.4 9.4 33.4 24.5 41.9S58.2 482 73 473l288-176c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41z"></path>
        </svg> </span> </button> </div>
</form>

Text Content

Info

Invalid access code. Please use a valid invitation link.

To share the link to a room, please always copy it from the box at the top right
of the room or use the share button. Please do not share the link from the
browser address field.

https://community.w2g.tv/t/invalid-access-key-sharing-a-room-link/170812

Close
Welcome to Watch2Gether!
Pick a nickname
Receive push notifications when someone enters your room or when the status of
your room changes.
Join the Room
Join the Room   Please wait...
Invite friends to watch with you!
Invitation link
Social networks
QR-Code
Embed
Copy and share this link:
Copy
Share invitation link on a social network.
Facebook
WhatsApp
Teams
Telegram
Email
VK
Skype
Twitter
Reddit

Embed Code (BETA)


Close
Members only

Manage playlists

PLAYLISTS



NEW PLAYLIST

personal Playlist
( For registered users only )
New playlist

MANAGE PERSONAL PLAYLISTS

Load playlists
You don't have any personal playlists
Close
For registered users only
Sign up
Pick a nickname
OK
Close



1
Invite

Permissions
1
Settings

camera

Turn off camera


microphone

Turn off microphone


Screen

Stop screen sharing
Configure screen sharing

Help

User
Permissions

  Chat Moderators only All members   Webcam Moderators only All members   Player
Moderators only All members   Playlists Moderators only All members   Colors
Moderators only All members

* Click on an item to change the permission status.
Members only
For registered users only
Turn off suggested videos

Members

Settings
Room settings
Personal settings

SAVE ROOM

Save
* Temporary rooms will be deleted after 24 hours.

SIGN UP

Please register a user account to complete saving this room.
Email




Username




Password




Confirm your password




Subscribe to our newsletter
I agree to the Watch2Gether Terms and Conditions.



Sign up
Temporary rooms will be deleted after 24 hours.
This room has been saved.

COLORS

Background color

Background opacity
Background image - (max. 5MB)


Receive push notifications when someone enters your room or when the status of
your room changes.

PUSH NOTIFICATIONS

Send notifications

SETTINGS

Notification sound
Show status messages
Your chat color 

Your chat animation 
None
Bounce In
Ta Da
Rubber Band
Fade In
Light Speed
Zoom In
Contact - Site notice / Impressum   Privacy settings Do Not Sell My Personal
Information  
Terms of Use
Help
Watch2Gether lets you watch videos with your friends, synchronized at the same
time.
1
Create a room
It’s free, no registration required!
2
Share the link
Email it to your friends or share it on Facebook and Twitter...
3
Watch2Gether
Watch videos, listen to music, go shopping – in sync with everyone else in the
room.
Product documentation
Keyboard shortcuts
 * Play / Pause: [ Spacebar ]
 * Open media search: [ s ]
 * Open the quick search: [ q ]
 * Fullscreen: [ f ]
 * Next video: [ n ]
 * Show or hide chat: [ c ]
 * + 10 seconds: [ -> ]
 * - 10 seconds: [ <- ]
 * Close all dialogs: [ Esc ]

More help
My Profile
User
OK

--------------------------------------------------------------------------------

Thanks for using Watch2Gether! With a user account you will have some advantages
in the future:
 * Save your rooms
 * Manage your rooms
 * Receive push notifications when there is activity in your rooms
 * Set your nickname automatically when you enter a room
 * Upgrade to Watch2Gether + PLUS (optional)

Register for free!
My Rooms
-- No rooms --

Upgrade Extension
العربية Български Česky Dansk Deutsch Ελληνικά English Español فارسی Suomi
Français עברית Hrvatski Magyar Italiano Nederlands Norsk (bokmål / riksmål)
Polski Português Română Русский Svenska Türkçe اردو Việtnam
Your browser is too old for Watch2Gether. Please make sure that you are using
the latest version of your browser.
Please check your inbox to confirm your email address. [Resend confirmation
email]
If you have problems playing videos, try disabling your ad blocker.



Search results
Import playlist


No items found...


Load more

If you can't find the right video by searching, just copy a direct link into the
search box!
Watch2Gether Shorts
Spring
Spring is the story of a shepherd girl and her dog, who face ancient spirits in
order to continue the cycle of life. This poetic and visually stunning short
film was written and directed by Andy Goralczyk, inspired by his childhood in
the mountains of Germany.
Blender Animation Studio

Caminandes 1: Llama Drama
In this episode of the Caminandes cartoon series we get to know our hero Koro
even better! It's winter in Patagonia, food is getting scarce. Koro the Llama
engages with Oti the pesky penguin in an epic fight over that last tasty berry.
Blender Animation Studio

Caminandes 2: Gran Dillama
Watch the second installment of Caminandes: Gran Dillama, where Koro's separated
from some tasty treats by a measly little fence. What could go wrong?
Blender Animation Studio

Caminandes 3: Llamigos
In this episode of the Caminandes cartoon series we get to know our hero Koro
even better! It's winter in Patagonia, food is getting scarce. Koro the Llama
engages with Oti the pesky penguin in an epic fight over that last tasty berry.
Blender Animation Studio

Big Buck Bunny
Tired of being picked on by Frankie the squirrel and his band of puny forest
creatures, JC the bunny finally decides to fight back.
Blender Animation Studio

Popular videos
Survive 100 Days In Nuclear Bunker, Win $500,000

MrBeast

Men's 100 Meter Finals Were HISTORIC || Noah Lyles VS. Kishane Thompson - Paris
Olympics 2024

Total Running Productions

NOAH LYLES BEATS JAMAICA’S KISHANE THOMPSON IN PHOTO FINISH TO WIN OLYMPIC 100M
| Press Conference

CITIUS MAG

The Joy of Creation: Part 1

Markiplier

Roman Reigns rocks the WWE Universe with SummerSlam return: SummerSlam 2024
highlights

WWE

Noah Lyles WINS GOLD In Men's 100M In PHOTO FINISH I CBS Sports

CBS Sports

Building A Secret Base For My Friends

rekrap2

Garp's Galaxy Impact | One Piece

Crunchyroll

FEEDING STARVING INFLUENCERS FT. THE STURNIOLO TRIPLETS

Quenlin Blackwell

I Stayed in MrBeast's Nuclear Bunker

Ryan Trahan


0

Chat
Playlists
History
0



This playlist does not contain any items.







We are currently working on our systems. You may experience problems accessing
Watch2Gether. Please try again later. Thank you!