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
Upload the Audio File to Google Drive
Go to Google Drive.
Click on the + New button → File Upload and select your audio file.
Make the File Public
Right-click on the uploaded file and select Get link.
Change the access settings to Anyone with the link can view.
Copy the File Link
Copy the link provided in Google Drive.
Insert the Link into the Embed Code
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>
Replace "YOUR_AUDIO_LINK_HERE" with the copied Google Drive link.
Embed the Code in Google Sites
Open your Google Sites page.
Click on Embed (found in the Insert panel).
Select the Embed Code tab.
Paste the modified HTML code.
Click Insert to add the audio to your site.
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.