Aug 27 2026 | By: PhotoBiz Knowledge Base
Overview
You can add an MP3 audio player to any page on your PhotoBiz website using an HTML Block. This allows visitors to play audio directly from your website without downloading the file.
This guide walks you through uploading an MP3 file, copying its file URL, adding that URL to the audio player code, and placing the player on your website. When you are finished, visitors will be able to play and pause the audio from the page.
Log into your PhotoBiz account and click FILES in the left-side menu.
This opens the Files area where you can manage images, documents, audio files, and other files stored in your account.
Click DOCUMENTS at the top, center of the Files section of your control panel.
Click ADD FILES, then select the MP3 file you want to add to your website.
After the upload finishes, the MP3 will appear with the other files stored in Documents.
Click the uploaded MP3 file to open its file details. Locate the URL for the file, highlight the entire URL, and copy it.
You will use this direct file URL to connect the MP3 to the audio player on your website.
Copy the HTML code below. Replace YOUR-MP3-FILE-URL-HERE with the complete URL you copied from your MP3 file. Make sure the quotation marks around the file URL remain in place after you replace the placeholder.
Go to the WEBSITE section of your PhotoBiz account and open the page where you want the audio player to appear. Add an HTML Block to the page, then paste your completed audio player code into the HTML Block.
Click SAVE CHANGES when you are finished.
View the page on your website and click the Play button on the audio player. Confirm that the correct MP3 begins playing and that you can pause and control the audio normally.
Your MP3 audio player is now available to visitors on your PhotoBiz website.
The audio player appears, but the MP3 does not play
Confirm that the complete MP3 file URL was added between the quotation marks in the HTML code. You should also confirm that the MP3 still exists under FILES → DOCUMENTS.
My MP3 will not upload
Check the size of the MP3 file. Website Packages allow files up to 4 MB. Files larger than 4 MB require the Original Files upgrade, which supports uploads up to 50 MB.
The audio player looks different from the example
This is normal. The audio controls are provided by the visitor's browser and operating system, so the exact design can vary between devices and browsers.
The wrong audio file plays
Return to FILES → DOCUMENTS, open the correct MP3, and copy its file URL again. Replace the existing URL in the HTML Block with the correct one and click SAVE CHANGES.