Comments on [F2U] Bubbly All Comments

Hey! Interested in using this code, but wondering if it’d be easy to embed YouTube links for theme songs for each character? My currently completed character profiles have theme songs that I’d like to keep. If it’s possible to embed, would you mind just letting me know the best place to add it? My guess would be with the character name, but I haven’t really coded since the myspace days. Oof. ><

Thank you, and beautiful code!

Hello! Thanks for your interest is using this code and the compliment <3

You could use the title/name section for music if that's what you prefer or you can add music under profile info.

Each section is labelled and divided by lines so make sure this code goes below the "Profile" section and above "Likes" :D

<!-- MUSIC PLAYER ------------------------->
<div class="col-12 mb-3">
<div class="card border-0 p-2" style="border-radius: 16px;">
  
  <div class="row no-gutters p-2">
    <div class="col-auto" style="letter-spacing: 1px; color: #c2aaf2;">
      
      <!----------------------
      
        > Copy Youtube ID at the end of the link (do not copy the entire link!)
      
        > Leave ?controls=0
        
      ------------------------>
      
      <iframe frameborder="0" style="height: 20px; width: 20px; opacity: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000;" allow="autoplay;"
        
          src="https://www.youtube.com/embed/ID_HERE?controls=0">
        
      </iframe>
      <i class="fas fa-play fa-fw mr-1" style="font-size: 14px;"></i>
    </div>
    <div class="col-auto text-left">Song Title</div>
  </div>
  
</div>
</div>
<!-- -------------------------------------->


That’s perfect thank you so much!! <3

This has worked out great, thank you again! Feel free to check out my characters under my Shinto Lore/Mains file to see how it’s coming along!

You're very welcome! I had a look and I'm glad they worked out nicely for you. Thanks for using my code! >w< <3