Sharepoint: Is it possible to create a MP3 music playslist that is embedded in a Sharepoint Page?

Joao Suckow 41 Reputation points
2022-07-18T18:49:45.657+00:00

I would like to have MP3 music players in my sharepoint so that I can create mp3 playlists and alternate music tracks with important corporate messages (also in mp3). Is it possible to do this directly in sharepoint without using external sites such as youtube or MS Stream?

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2022-07-18T20:29:29.11+00:00

    Hi @Joao Suckow

    You can do this by:

    1) Upload your mp3 to your Documents

    2) Click on the file and get the link (Copy link)

    222014-image.png

    3) Go to the page > Click Edit > Choose new web part Embed

    221989-image.png

    4) Add code found below to the Website address or embed code

    221927-image.png

    <iframe src="https://yourtenantname.sharepoint.com/:u:/s/test/Ebs2cWV3a3tHrqXQygEK28gB6_HxXw9gBHubkcPurwnlpQ?e=5iIU3H" width="100%" height="100"></iframe>  
    

    5) Press Republish and your result should look like:

    221926-image.png

    Idea of embedding cited from https://answers.microsoft.com/en-us/msoffice/forum/all/mp3-audio-file-on-sharepoint-online-page/703dfa72-7885-44fb-8019-6f4cd511c790


    If this is helpful please mark as correct answer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.