Comments on StormyStarlight All Comments Start of Thread Parent

you're not bothering me at all dw! :D here's the basic code for it:

<audio controls loop style="height: 25px; border-radius: 0.25rem;" class="tooltipster w-100" title="TITLE_HERE">
<source src="SOURCE_LINK_HERE">
</audio>

keep in mind it'll look different depending on the browser it's being viewed in and not all styling will work on it. you'll also need to upload the audio file itself to somewhere like discord where you can copy a link to it to replace SOURCE_LINK_HERE with, and if you don't already have the audio file you'll need to download it from somewhere (i use mediahuman to get audio from youtube videos for this purpose). here's a documentation page on the HTML audio tag and here's a page that talks about how it can be used on toyhouse specifically for more info!

Waa thank you so much!!!