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

Go to your dropbox folder where you have the mp4 / m4v Right click and click Copy dropbox link Then the link will look something like this https://www.dropbox.com/s/xb3bg6dld45tb4u/itsabeautifulday.mp3?dl=0   add &raw=1 so it will look like this https://www.dropbox.com/s/xb3bg6dld45tb4u/itsabeautifulday.mp3?dl=0&raw=1