
Share link on platform hosted videos
Hi
We are using JW platform hosting for video/player, and including the videos in our site via
<script src="//content.jwplatform.com/players/xxx-yyy.js"></script>
When sharing is turned on in player setup the link displayed inside the player points to content.jwplatform.com/previews/.
When examining the file above we noticed this is coded in the setup of the player:
... "sharing": { ... "link": "http://content.jwplatform.com/previews/MEDIAID-yyy" ...
How can we change that to not point to content.jwplatform.com but to our site?