Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.02 KB

File metadata and controls

45 lines (31 loc) · 1.02 KB

usage guide

Getting started

Setup

First include playkit-seo.js after kaltura-player script in your web page.

  <script src="https://unpkg.com/@playkit-js/kaltura-player-js@latest/dist/kaltura-ovp-player.js"></script>
  <script src="./playkit-seo.js"></script>

Add the seo to the player config under the plugins section.

    const config = {
      targetId: 'player-placeholder',
      provider: {
        partnerId: 1234567,
      },
      plugins: {
        seo: {},
      }
    };

const player = KalturaPlayer.setup(config);

Configuration

The Plugin doesn't require any configuration

Full working code example

You can find Full working example here

Live demo

demo