How to get youtube api key

Get a api key here create a new project access API > APIs  enable YouTube Data API create your Public API Access get api key from API > Credentials remember, do not enter anything in referers field, unless you know what you are doing, leave it clear like so – here

How to modify youtube / vimeo feeds cache time

YouTube and Vimeo requests are always cached This helps your visitors have instant video response and save bandwidth Default cache time is 7200 seconds ( 2 hours ) Reducing this time means more updated feed, but also more requests to the api.. If you need to change this, you must […]

How to use one click installer

Access from any post page the shortcode generator You can install for example vimeo user channel with search Then you can find the new gallery in Video Gallery admin. You can replace with your own feed ( self hosted videos / youtube channel etc. )           […]

API Code for playlist end

Warning: advanced functionality Insert this in your text / code editor. Replace the name of the gallery with the one you are using <p></p> <script>jQuery(document).ready(function($){ function playlist_end(arg1,arg2){ console.info('playlist ended',arg1,arg2); } setTimeout(function(){ var _c = $('.vg1'); console.info("_c – ", _c); _c.get(0).api_set_action_playlist_end(playlist_end); },1000); }); </script>

Embed from Drive

Warning: there is no guarentee Drive will keep this link alive How to play videos from Google Drive This is unreliable and the link may change – use dropbox method instead First, you need to upload your mp4 / mov to google drive Then, click share button the copy the […]

Embed from dropbox

Warning: Dropbox no longer supports this functionality How to play videos from Dropbox If you don't have one , create a Public folder – tutorial Then upload your mp4 there and click COPY PUBLIC LINK You can use that in the source field of the Video Gallery