Question

I would like to embed a (MP3) audio file on a SharePoint online page.

The file is uploaded in a library but somehow embedding audio does not work.

Does anyone have a solution and/or a workaround for this?

Was it helpful?

Solution

Try using Embed webpart in SharePoint Online.

Use your code in Website address or embed code like below:

<iframe height="200" width="300" src="siteUrl/DocumentLibrary/file.mp3"></iframe>

official documentation:

Add content to your page using the Embed web part.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top