<!-- Interactive Player script - should only be once per page: -->
<script src="https://interactivevideoapp.com/js/interactive-player/build/interactive-player.min.js?v=1.0.14"></script>
<!-- This code is for the current video - there may be several videos on the page: -->
<script>
var interactivePlayer = new InteractivePlayer({
videoUrl: 'https://interactivevideoapp.com/uploads/media/57/7a/7a/7a7acb75984f15df5c13e56e3f53abd5877c0548.mp4',
remoteBaseUrl: 'https://interactivevideoapp.com/',
buttonPlayBgColor: '#5cdbc4',
buttonPlayTextColor: '#007a64',
buttonEnabled: true,
buttonPosition: 'center-bottom',
buttonDisplayType: 'load',
buttonDisplayMinutes: 0,
buttonDisplaySeconds: 0,
buttonBgColor: '#0c5015',
buttonTextColor: '#ffffff',
buttonText: '¿Me acompañas?',
autoPlay: true
});
</script>