jennatar's profile picture

Layout published by jennatar

published
updated

Add to Favorites

View Layouts

View Profile

Report Layout

How to Hide, Loop, and Autoplay the Embedded YouTube Player

Tags: youtube, music, embed, iframe, loop, autoplay, looping, hide, hidden, player

Description:

One of the most enjoyably evil traditions of y2k-era web design was hiding a music player somewhere on your website or profile page and setting it to autoplay.

I realize I'm standing on the shoulders of giants (and I'll update the description with links to the other code snippets and comments/commenters I've borrowed info from), but the missing piece--how to actually force a song to loop--was hidden right here, on the Google developers' API documentation for the YouTube player:

This parameter (loop) has limited support in IFrame embeds. To loop a single video, set the loop parameter value to 1 and set the playlist parameter value to the same video ID already specified in the Player API URL.

In other words, YouTube's embedded iframe player interprets your looping music as a playlist, but a playlist that only has one song on it. As such, you need to get the video's ID by checking the actual url (youtube.com/watch?v=VIDEO_ID) and then replace the VIDEO_ID text both times it appears in the layout code.

The code snippet below also sets the player to 0 pixels wide and 0 pixels tall but, in some browsers (as another user discovered), you need to use the css tag class="hideobj" to hide the iframe player instead. If you want to kindly allow visitors to pause the audio, just remove the aforementioned tag entirely, and change the iframe player's dimensions to those of your choosing. :)

To make your song play only once (rather than indefinitely), you'll want to also change the text in the code from loop=1 to loop=0. Good luck!

Editing to add: Make sure this code snippet for YouTube's iframe player does not appear inside your css's "style" tags. I have mine just after the last </style>, before any actual text.

Copy and paste this code into the "About me" section of your Profile to use it.

Caution: This Layout was not inspected by SpaceHey — use it at your own risk.


Comments

Displaying 20 of 73 comments ( View all | Add Comment )

Sum's Books

Sum's Books 's profile picture

YES IT WORKEED FINALLY!!! IVE BEEN LOOKING FOR THIS FOREVER


Report Comment

BVNNYB3AST

BVNNYB3AST's profile picture

mine doesn't loop, i really don't know what to do :(


Report Comment



wait nvm i think i know what i'm doing wrong

by BVNNYB3AST; ; Report

nope

by BVNNYB3AST; ; Report

sc3n3_k1tty

sc3n3_k1tty's profile picture

i might be dumb but its not working :(


Report Comment

StrawbieShortcakeDollie

StrawbieShortcakeDollie's profile picture

this is great!! I'm using, thx!!


Report Comment

kiwi

kiwi's profile picture

Works for me, thank you so much!!

Since this took me a bit to troubleshoot, here's a note for Firefox users:

Firefox disables autoplay by default. You can fix this by hitting Ctrl+I to open the page information window, clicking "permissions", finding "Autoplay", unchecking "Use Default", and hitting the radio button "Allow Audio and Video". Then refresh your page, and it should work!


Report Comment

gnøøøsis

gnøøøsis's profile picture

Using, thanks so much!


Report Comment

disorderology 次の春

disorderology 次の春 's profile picture

using!


Report Comment

AlcreimeMittie

AlcreimeMittie's profile picture

Using


Report Comment

✩NeonMarz ✩

 ✩NeonMarz ✩'s profile picture

Using :D!!


Report Comment

Dia s diary

Dia s diary's profile picture

using!


Report Comment

(🩰) R.

(🩰) R.'s profile picture

using! ♡


Report Comment

CYRUS

CYRUS's profile picture

using


Report Comment

lico

lico's profile picture

using! ty


Report Comment

⊹₊ ⋆ 𝘕𝘦𝘯𝘦 ₊˙♡﹗˚ ༘

⊹₊ ⋆ 𝘕𝘦𝘯𝘦 ₊˙♡﹗˚ ༘ 's profile picture

using


Report Comment

caked13school

caked13school's profile picture

usinggg


Report Comment

nova 💗

nova 💗's profile picture

using!


Report Comment

JeaN

JeaN's profile picture

usinggg!!!


Report Comment

teegs

teegs's profile picture

OMGG IT WORKSS!!


Report Comment



if it does loop for u can u send it to me

by Adham; ; Report

Puppet

Puppet's profile picture

FINALLY IT WORKED, THANK YOU!!! ◝(ᵔᗜᵔ)◜


Report Comment

kaiserstar

kaiserstar's profile picture

Using!!


Report Comment