Install via embed script

Learn how to add the BeyondWords Player using the embed script

The BeyondWords Player is automatically installed with the following integrations:

Add the script in your web app:

You will need to replace the project ID and content ID with your projectId and contentId. You can use any of the following properties in conjunction with the projectId to initialize the player:

<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/player@latest/dist/umd.js"
    onload="new BeyondWords.Player({
        target: this,
        projectId: <ID>,
        contentId: '<ID>'
    })">
</script>

You can use any of the following properties in conjunction with the projectId to initialize the player:

Last updated