Alexey Avdeev
Alexey Avdeev
@synergies Yep, it is possible on this line. https://github.com/mkhazov/videojs-share/blob/fb04cff70a5f0e73450aa9560a49a64432616af2/src/ShareModal.js#L26 You can try to fix it and make PR. :)
@synergies You can try changing `fbFeed` to other type of sharing to Facebook - [fbShare](https://github.com/avdeev/vanilla-sharing#fbshareoptions) or [fbButton](https://github.com/avdeev/vanilla-sharing#fbbuttonoptions). On this line - https://github.com/mkhazov/videojs-share/blob/master/src/defaults.js#L16
Is it planned to develop the project?
Bower is deprecated
@schellenbergk No, no such strategy has been added yet PR Welcome
@Koc Yes, it is possible. I'll plan it to next release.
@talaysa Thank you! I'll fix it or PR welcome :)
Related with https://github.com/rodrigopolo/jqueryemoji/pull/10
@rodrigopolo Thanks! Now you need to publish the package to the NPM registry for easy installation. I can add information about the installation with NPM to the documentation.
I reproduce with issue. ``` app.use(proxy('/ws', { target: 'http://localhost:3007', ws: true, })); ``` ``` [HPM] Upgrading to WebSocket events.js:167 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at...