Video info appears on each user active status and on pause event.
There are several optional parameters that allow you to control video info appearance.
var player = videojs('example_video_1',{},function(){ player.nuevo({ videoInfo: true, infoUrl: 'https://www.nuevodevel.com/nuevo/order', infoTitle: 'Nuevo plugin for VideoJs', infoDescription: 'Order the most advanced plugin for Videojs by Nuevodevel.com', url: 'https://www.nuevodevel.com/nuevo/order', infoIcon: "//url-to-icon-image.png" }); </script>