How to Add Audio to Google Sites 

To successfully add audio to your Google Sites page, follow these steps: 

How to Embed an Audio File in Google Sites

Use the following HTML embed code:
html
CopyEdit
<style>

  .audio-container {

    width: 100%;

    max-width: 900px;

  }


  .audio-container iframe {

    width: 100%;

    height: 100px;

    border: none;

  }

</style>


<div class="audio-container">

  <iframe src="YOUR_AUDIO_LINK_HERE" allow="autoplay"></iframe>

</div>

Now, your audio file will be playable on both desktop and mobile devices.


Example 

how to upload audio files to Google Sites, how to embed audio on my Google Site, how to insert sound clips into Google Sites, or how to add background music to my site. They may wonder how to play audio on Google Sites, how to link an audio file to my site, or what are the steps to include audio files. Other queries could include how to add a music player to Google Sites, how to make audio autoplay on my site, or how to insert an audio track into a Google Site page. Users might also ask how to include podcasts on Google Sites, how to add voice recordings, or how to integrate an MP3 file into their Google Site. Additionally, they might search for how to embed audio from Google Drive, how to insert sound effects, how to upload and play audio files, or how to link audio in Google Sites. Various searches could include how to add music to a Google Site, how to integrate an audio player, or how to play sound files directly on the site. These queries represent common ways users might search to learn how to add audio to their Google Site.