If you're using React.JS framework it's better to add Viqeo player as ReactJS component due specific ReactJS behaviour.

  1. Download, unpack & install Viqeo component here:

https://www.npmjs.com/package/viqeo-player-react

Please follow instructions.

2. Change given code of Viqeo player to React-specific code. Keep only following parameters:

Standard player:

  • videoId
  • profileId

Recommendations Player (about):

  • playerId
  • profileId

External player (about):

  • playerId

  • profileId

  • videoSrc

  • previewSrc // optional

3. Put code online