Advertisement
ooter

Playlist 3

Feb 16th, 2020
1,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.03 KB | None | 0 0
  1. <!---------------------------------------------
  2.  
  3.           Playlist 3 by Bakuqou
  4.        follow the guides properly
  5.  
  6.      can be used in f2u, p2u and customs
  7.        
  8.     make sure you post the /playlist id/
  9.     you don't have to credit, but if you use
  10.     this in any codes, please include it so
  11.             others can use it too
  12.  
  13. ---------------------------------------------->
  14. <div class="card rounded-0 p-2">
  15. <div class="row no-gutters mt-2 mb-0">
  16.       <div class="col-1 p-1">
  17.      
  18.   <a class="p-0 mt-2 btn btn-outline-dark melody-embed" style="border:0;position:relative;height:1.5rem;width:1.5rem;z-index:2;color:#999;">
  19.  
  20. <!---- playlist ID
  21.  
  22. it's the code on the end of your playlist link that starts with PL
  23. screenshot reference: http://prntscr.com/r3bq9m
  24.  
  25. ----->
  26.      <iframe style="opacity:.01;position:absolute;left:0;right:0;top:0;bottom:0;" class="h-100 w-100"
  27.      src="
  28.      
  29.      https://www.youtube.com/embed/videoseries?list=PLAYLIST_ID
  30.      
  31.      " frameborder="0"></iframe>
  32.       <i class="fas fa-play fa-fw fa-2x" style="z-index:-1;position:absolute;left:0;top:0;font-size:1rem;text-align:center;height:100%;width:100%;"></i>
  33.       </a></div>
  34.      
  35.       <!--- line --->
  36.       <div class="col-6 p-1">
  37.       <hr class="mt-3 p-1">  </div>
  38.      
  39.      
  40.       <!--- SONG INFO --->
  41.       <div class="col-5 p-1 text-center mt-1">
  42.      
  43.       <!--- PLAYLIST CAROUSEL --->
  44.      
  45.       <div id="carousel1" class="carousel slide mx-auto p-0 mb-0" data-ride="carousel" style="color:#999;">
  46.   <div class="carousel-inner">
  47.     <!---- SONG INFO ---->
  48.     <div class="carousel-item active text-truncate">
  49.       SONG - ARTIST
  50.     </div>
  51.    
  52.     <!---- SONG INFO ---->
  53.     <div class="carousel-item text-truncate">
  54.       SONG - ARTIST
  55.     </div>
  56.    
  57.     <!---- SONG INFO ---->
  58.     <div class="carousel-item text-truncate">
  59.       SONG - ARTIST
  60.     </div>
  61.  
  62.     <!--- put more songs before this line --->
  63.   </div>
  64. </div>
  65.      
  66.      
  67.      
  68.       </div>
  69.         </div>
  70.        
  71.         <!--- end music player --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement