Title: add extra video.js plugins
Last modified: August 22, 2016

---

# add extra video.js plugins

 *  Resolved [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/)
 * Video Embed & Thumbnail Generator is one of the best wordpress plugins available,
   i love it! but I’d really like to be able to use Video.js Overlay plugin
    ([https://github.com/brightcove/videojs-overlay](https://github.com/brightcove/videojs-overlay))
   with your plugin. my knowledge of php and java is fairly limited, I can get it
   to work with Video.js locally but implementing it with your plugin is a bit beyond
   me. if you could show me how to do this or nudge me in the right direction that
   would be great! thanks
 * [https://wordpress.org/plugins/video-embed-thumbnail-generator/](https://wordpress.org/plugins/video-embed-thumbnail-generator/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634679)
 * What are you trying to do with that plugin? You might be able to accomplish it
   in a simpler way. My plugin already adds a watermark overlay. Maybe you just 
   need to customize that.
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634684)
 * the plugin allows for HTML and images to be overlaid on the video, i’m trying
   to create something like adsense does with popup advertising.
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634688)
 * Ok, well this isn’t going to be particularly easy. I really can’t walk you through
   the whole process because I’ve never used that plugin, but I can give you some
   ideas. You may have seen this thread already [https://wordpress.org/support/topic/inline-video-ads?replies=7](https://wordpress.org/support/topic/inline-video-ads?replies=7)
 * Upload the videojs-overlay.js and video-overlay.css files to your server. Edit
   the main file for my plugin to add the .js file to the footer by adding a `wp_enqueue_script`
   call after this line: `wp_enqueue_script( 'video-js', plugins_url("", __FILE__).'/
   video-js/video.js', '', '4.10.2', true );` You’ll have to point it to where the
   file is on your server. Add a wp_enqueue_style for the .css file after this line:`
   wp_enqueue_style( 'video-js-kg-skin', plugins_url("", __FILE__).'/video-js/kg-
   video-js-skin.css', '', $options['version'] );`
 * Then you’ll have to figure out a way to load your own custom JS when the page
   loads to initialize the overlay plugin and do whatever you want to do with it.
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634792)
 * Yup i got the css and js included, i’m thinking i can modify where the shortcode
   is created and add the params for the overlay plugin to work. thanks for your
   time and your awesome plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘add extra video.js plugins’ is closed to new replies.

 * ![](https://ps.w.org/video-embed-thumbnail-generator/assets/icon.svg?rev=2965979)
 * [Videopack](https://wordpress.org/plugins/video-embed-thumbnail-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-embed-thumbnail-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634792)
 * Status: resolved