All Collections
kvCORE
Best Practices & FAQs
[kvCORE] How to Remove YouTube Autoplay for Videos You Embed
[kvCORE] How to Remove YouTube Autoplay for Videos You Embed

Learn how to remove autoplay from YouTube videos you choose to embed.

Updated over a week ago

1 - Click the 'Share' button

2 - Click the embed icon - <>. That is the embed code for iframes.ย 

3 - Copy the link

4 - Paste link into a document, notepad, or email for editing purposes

5 - Remove the "autoplay" phrase from the link

6 - Copy the YouTube link ONLY from the string of information

See example below

Original Code

<iframe width="560" height="315" src="https://www.youtube.com/embed/tLxeyLyvw-0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Edited Code with Autoplay Removed

<iframe width="560" height="315" src="https://www.youtube.com/embed/tLxeyLyvw-0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Copy Link without Autoplay

<iframe width="560" height="315" src="https://www.youtube.com/embed/tLxeyLyvw-0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

New Link without Autoplay

Please Note: The user who is viewing the video may have their personal settings on auto-play set and this will not override that.

Have more questions? Please reach out to Customer Support via the blue chat bubble to the right or by emailing kvcore@insiderealestate.com!


โ€‹

Did this answer your question?