demoup-react
Place the DemoUp playbutton as a normal react component at the intendend position in your page.
Usage
var DemoUpButton = require('demoup-react')("yourshop.domain").button;
var exampleComponent = function() {
return <DemoUpButton />
}
Note that the Button is not rendered immediatly. The component will load some shop specific code and check, whether there is actually a video for the current page.
It will render the button afterwards in case there are video available. Be prepared that the button is inserted after the page is already rendered.
License
MIT.