JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://popcornjs.org/code/dist/popcorn-complete.min.js"></script>
<script src="http://popcornjs.org/code/unsupported/linkedin/popcorn.linkedin.js"></script>
<video height="180" width="300" id="video" controls>
<source src="http://videos.mozilla.org/serv/webmademovies/popcornplug.mp4"></source>
<source src="http://videos.mozilla.org/serv/webmademovies/popcornplug.ogv"></source>
<source src="http://videos.mozilla.org/serv/webmademovies/popcornplug.webm"></source>
</video>
<div id="sharediv"></div>
JavaScript
// create our popcorn instance
var p = Popcorn( "#video" )
// play the video
.play()
// set the volume to zero
.volume( 0 )
.linkedin({
type: "share",
counter: "right",
url: "http://www.google.ca",
target: "sharediv",
apikey: "ZOLRI2rzQS_oaXELpPF0aksxwFFEvoxAFZRLfHjaAhcGPfOX0Ds4snkJpWwKs8gk",
start: 1,
end: 4
})