Whats new?
The updated player comes with several new customization features designed to enhance user engagement and improve the listening experience. For more details on the new player’s features, visit our player documentation. To explore customization options and test new features in a sandbox environment, check out our player demo page.Update the embed script
To start using the new BeyondWords player, you’ll need to replace the legacy embed script with the one below:- The
<script>tag loads the BeyondWords player and instantiates a new player instance - The async and defer attributes ensure the browser doesn’t stall while downloading the script
- Setting
target: thisplaces the player immediately after the script tag in the<body>. If you need a different placement, you can specify another target. - Replace
YOUR_PROJECT_IDwith your numeric project ID and'YOUR_CONTENT_ID'with your content UUID
Update via NPM
1
Add the new player NPM package
2
Add a target <div>
This will be where the player is shown in your web application.
3
Initialize the player
YOUR_PROJECT_ID with your numeric project ID and 'YOUR_CONTENT_ID' with your content UUID.