Get started with the BeyondWords player
<ID>
with your actual project ID and content ID. See the Identifiers section below for details on all available identifier options.@latest
to ensure stability.Add the player NPM package
Add a target div in your web app
Initialize the player
<ID>
with your actual project ID and content ID. See the Identifiers section below for details on all available identifier options.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:
Property | Description |
---|---|
contentId | Unique UUID string for the audio content. You can also pass the previous integer audio ID as a string for users migrating from the legacy API. |
sourceId | The externally provided source identifier for a content item. This could be the ID from your CMS, the <guid> from an RSS <item> , or the post ID if generated using the WordPress Plugin. |
sourceUrl | The URL containing the source content. This could be the public URL submitted via the API, the <link> from an RSS <item> , or the post URL from the WordPress Plugin. |
playlistId | The unique ID for a playlist created in the dashboard or through the API. |