how to make it so youtube music can be played on site automatically without seeing video?
Printable View
how to make it so youtube music can be played on site automatically without seeing video?
This isn't exactly Habbo related lol but all you have to do is embed it
Just embed the YouTube video in an iframe and hide it, like so:
Replace "video_here" with the video you wish to play in the background.PHP Code:<iframe style="display:none" id="ytplayer" type="text/html" src="http://www.youtube.com/embed/video_here?autoplay=1"/>
For example:
will play this:PHP Code:<iframe style="display:none" id="ytplayer" type="text/html" src="http://www.youtube.com/embed/V8GGe6-QL_4?autoplay=1"/>
Note that a lot of songs won't work by embedding them as the record companies block the videos from being used outside of YouTube.