holly7744's profile

9 Messages

 • 

280 Points

Tuesday, March 17th, 2026

mp3

I want to add mp3s to my site without the user having to go to soundcloud

Oldest First
Selected Oldest First

580 Messages

 • 

12.4K Points

17 hours ago

It is my understanding that the videos and sound files need to live somewhere other than the actual website. You can add them to a vimeo or YouTUbe account and add the code to your site.  They should play on your site then,  hope that helps.

2.7K Messages

 • 

27K Points

17 hours ago

To add an MP3 to your Homestead website, upload the file to your File Manager, then use an HTML component to embed an <audio> player. Alternatively, upload the audio to a platform like SoundCloud and embed it using the URL. 
One.com +3
Method 1: Using HTML5 Audio Player (Recommended)
  1. Upload the MP3: Open your Sitebuilder, go to your File Manager, and upload your audio file.
  2. Add HTML Component: Click Elements > Code (or HTML) and drag it to your page.
  3. Embed Code: Paste the following code, replacing "your-audio-file.mp3" with the exact file name you uploaded:
    html
    <audio controls>
        <source src="your-audio-file.mp3" type="audio/mpeg">
        Your browser does not support the audio element.
    </audio>
    
  4. Save and Publish: Save the page and publish to see the player
    One.com +4
Method 2: Using SoundCloud
  1. Upload your file to SoundCloud.
  2. In Homestead, select the Video element and paste the SoundCloud link. 
    Homestead Technologies +1
Note: In the new WebsiteBuilder program, audio is primarily supported via third-party embedding like SoundCloud rather than a direct native file player component, notes Homestead Community users

9 Messages

 • 

280 Points

I couldn't get that html code to work in WebsiteBuilder program. I have all the music currently available through SoundCloud but users are complaining about that.  I'd rather have the music available on my site as it is my original music.

Is there a way to switch to SiteBuilder once I've already created a site in WebsiteBuilder? I know I can have the music there as I have another website built with SiteBuilder.

13 Messages

 • 

180 Points

5 hours ago

The only option we currently have for MP3 is through SoundCloud.