
Custom Sharing Links
<script type="text/javascript">
var playerInstance =jwplayer("container")
playerInstance.setup({
file: "/uploads/video.mp4",
sharing: {
code: encodeURI("<iframe src='http://example.com/embed/12345.html' />"),
link: "http://example.com/page/12345/"
}
});
</script>
By this code, user can simple set custom sharing code overlay. But they have to store video in this website(file: "/uploads/video.mp4").
I am a platform user, I have stored all videos in jw server.
I have enabled social sharing in my video players. but how can I change share overlay links for every single videos?