No credit card. Takes under a minute.

Login
INSIGHTS1 MIN READ

How to add background audio to your website

Stefoto

Published on July 14, 2023

Published on Wealthy Affiliate — a platform for building real online businesses with modern training and AI.

How to add background audio to your website

https://www.youtube.com/watch?v=KgPzS2PuHQ0

here are the codes>

<audio id="audio-player" autoplay loop>
<source src="path/to/audio-file.mp3" type="audio/mpeg">
<!-- Add additional source elements for different audio formats -->
<!-- Example: <source src="path/to/audio-file.ogg" type="audio/ogg"> -->
Your browser does not support the audio element.
</audio>

Ready to put this into action?

Start your free journey today — no credit card required.

and for volume>

<script>
document.addEventListener('DOMContentLoaded', function() {
var audio = document.getElementById('audio-player');
audio.volume = 0.5; // Set the volume (0.0 to 1.0, where 0.0 is mute and 1.0 is maximum)
});
</script>

if you don't want the song to start over after its over use in place of the first code this >

<audio id="audio-player" autoplay>
<source src=path/to/audio-file.mp3"; type="audio/mpeg">
<!-- Add additional source elements for different audio formats -->
<!-- Example: <source src="path/to/audio-file.ogg" type="audio/ogg"> -->
Your browser does not support the audio element.
</audio>

you just remove the loop inside the first paragraph.

Share this insight

This conversation is happening inside the community.

Join free to continue it.

The Internet Changed. Now It Is Time to Build Differently.

If this article resonated, the next step is learning how to apply it. Inside Wealthy Affiliate, we break this down into practical steps you can use to build a real online business.

No credit card. Instant access.

2.9M+

Members

190+

Countries Served

20+

Years Online

50K+

Success Stories

The world's most successful affiliate marketing training platform. Join 2.9M+ entrepreneurs building their online business with expert training, tools, and support.

Member Login

© 2005-2026 Wealthy Affiliate
All rights reserved worldwide.

🔒 Trusted by Millions Worldwide

Since 2005, Wealthy Affiliate has been the go-to platform for entrepreneurs looking to build successful online businesses. With industry-leading security, 99.9% uptime, and a proven track record of success, you're in safe hands.