Coder Social home page Coder Social logo

video-js-4-plugins's Introduction

video-js-4-plugins

A collection of plugins for Video.js 4.x

Just starting to throw these up, each will have a readme with links to a demo and how-to.

video-js-4-plugins's People

Contributors

beautifulcode avatar brianpkelley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

video-js-4-plugins's Issues

Social share button is not showing up in chrome and safari

I am able to view the share button in mozilla, where as in rest of other browsers nothing is shown up in the place of share button. Could you please tell me do i need to include any extra files, to make it work in chrome and rest of the browsers. Thanks for the help.

Below files i have included in the page.

<!-- VideJS files -->
<link href="css/video-js.min.css" rel="stylesheet">
<script src="js/video.dev.js"></script>

<!-- Plugins -->
<link href="css/videojs.addThis.css" rel="stylesheet">
<script src="js/videojs.addThis.js"></script>

below is the set up am using. 
<script type="text/javascript">
videojs("videoId", {
    width : 550,
    height : 315,
    plugins: {
        addThis: {
          reddit: false,
          delicious: false,
          //website_url: "http://www.google.com",
          embed : true,
          more : false
        }
    }
}, function(){
// Player (this) is initialized and ready.
});
</script>

moziall image:
mozilla
chrome image:
chrome

dimTheLights

Please documentation for how to use it. is compatible with the latest Video.js??

Thanks & Regards

Facebook Null Error

Hi,
Can you help me out with the Facebook sharing button, why i'm getting a null error? and where i can put my developer id for facebook?

Video.js 5.x?

It seems you've made some awesome plugins, though they've since deprecated :(

the plugin does not work with videojs 4.9+

videojs css for versions below 4.9 has

.vjs-default-skin .vjs-menu-button:hover .vjs-menu{
    display:block
}

for 4.9+ it is

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing{
    display:block
}

so 4.9+ supposes .vjs-menu inside of .vjs-control-content but ur plugin puts them along as sibling nodes.

because of this the sharing menu doesnt open on hovering the plugin button

Licence?

Can you add a Licence so I can use some of your work in my projects with proper attribution? You've got some cool stuff here :)

Wordpress integration

Hi!

I've been looking all over but could not find a resolution as to how this can be integrated to the WordPress plugin of video.js. Does anyone know how I can do that?

The share buttons dosen't work

Hy!
I try use your plugin, with youtube plugin, and I think, I found a very itrested bug.
Check this link.
You see, the buttons visible in correctly, but you can't share the conten't, becouse when you clik a share button, nothing happening.
I tested it chrome in:
Version:35.0.1916.114 m
And I also tested it on firefox latest version.
The problem is same.

playlist plugin

hi i was wondering to to use the videojs playlist plugin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.