Aluf

Youtube Player

Jan 15th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. Youtube player Code
  2. -------------------
  3. -Hides video
  4. -Auto Plays Audio
  5. -Auto Loops
  6. -Hides watch on YouTube button
  7. -Hides Fullscreen button
  8. -Disables the player keyboard controls
  9. -Automatically disable captions
  10. -Hides annotations
  11. -------------------------------
  12.  
  13. <iframe width="250" height="24" src="http://www.youtube.com/v/YOUR_ID_HERE?version=3&loop=1&playlist=YOUR_ID_HERE&autoplay=1&fs=0&autohide=0&rel=0&showinfo=0&modestbranding=1&cc_load_policy=0&disablekb=1&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
  14.  
  15. Change the Video ID YOUR_ID_HERE to any you wish. the ID is located in the youtube video url example:
  16. http://www.youtube.com/watch?v=whoUiCIeke4
  17. everything after the v= is the ID. whoUiCIeke4
Advertisement
Add Comment
Please, Sign In to add comment