How to use a cordova plugin with Ionic?

try making a function

$scope.playVideo = function(id) {
    YoutubeVideoPlayer.openVideo(id);
}

from this topic