Nuevo plugin for Video.js player includes feature with few sharing options accessible through Settings Button menu. Sharing container includes options for permalink to website URL with original video, video embed code and icons to share video on four most important social networks. There are few parameters that you need to define for sharing purpose.
<script> var player = videojs('example_video_1'); player.nuevo({ shareTitle: 'This is video title', shareUrl: '//domain.com/path/to/video.html', shareEmbed: '<iframe src="embed-player-url" width="640" height="360" frameborder="0" allowfullscreen></iframe>' }); </script>