Skip to main content
All CollectionsFor creatorsRecordings
Add a recording to your website
Add a recording to your website

Find out how to embed your recordings in an external website

Jon avatar
Written by Jon
Updated over a week ago

For any recording you have hosted on Mixlr, you can add a player to your own external website so your listeners can hear the recording there. This includes both recordings of your live events and recordings that have originated elsewhere.

This article will show you how to add a recording player to your external website.

Widget code

You will find the widget code for each of your recordings on the recording’s page.

Go to your Recordings page in the Creator space, and tap or click the recording you want to add to your website.

This will take you to the recording’s page. Scroll down the page and select ‘Embed recording’.

This will open a window where you can preview your player, decide if you want a square or wide player, and copy the code for your website.

Once you’ve decided if you want a square or wide player, select the copy icon to copy the code.

Paste the code into your website

Paste the code inside the body of the html file you are using and your recording will be rendered as a player on your website.

<!DOCTYPE>
<html>
<head>
<title>My web page</title>
</head>
<body>
<h1>My Mixlr player!</h1>
</body>
</html>

Your recording player will display the artwork that’s attached to the recording itself. Find out how to change the artwork here, and if you use Mixlr for live events you can also embed a Live Player to your website.

Did this answer your question?