<img src="https://img.shields.io/badge/%20-ALL-%2300B180" style="float:left"/><br />

The JWP player is versatile. It can be embedded in a WordPress site or a corporate news site. You can self-host the player or you can let JWP host the player. You can customize the look and behavior of the player to align with your brand.

To get you started, you will learn how to embed a JWP-hosted (cloud-hosted) version of the player with a single line of code.



If you are a developer or have developer resources, you can gain more flexibility by embedding a player adding the [player library](🔗) to your pages and using the Player JavaScript API:

  • Add a player library to your page

  • Configure a player with page events or user behaviors

  • Add hosted, registered, or unregistered content to your player

  • Enable [Google SEO Optimization](🔗) to allow search engines to index and display the video or playlist in search results

<br /> <hr />

## Requirement

  • Media uploaded to or registered with your JWP account

<br /> <hr />

## First Steps

Use the following steps to embed a player:

  1. Click either the name of the video from **MANAGE > Videos** or the name of the playlist from **MANAGE > Curated Playlists**.

  2. Click **EMBED**.

  3. On the popup screen, select a **Player** from the dropdown menu.

  4. (Optional) Click the checkbox next to **Include SEO** to add video metadata to the embed code. When checked, search engines will use this information to index and show the video or playlist in search results.

  5. Copy the **Embed Code**.

  6. Click **CLOSE**.

  7. Similar to the code example below, paste the embed code at the location in your page where the player should appear.



<br />

<!-- Removes the automatic page-to-page navigation at the bottom of the page -->

<style> .rm-Pagination { display: none; } </style>