Click the add video player shortcode generator button in any post / page Click the Manage ads button Then you can just click the bar where you want to ads Sample shortcode
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
Enable developer menu
Go to Video Gallery > Settings, and click Enable developer menu After 4-5 seconds you should now see the new tab -> developer ( near system check )
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 update to new playlist mode from legacy playlist mode
If you have a version prior to 10, then you are on legacy playlist mode. To upgrade to the new one Export all your galleries Go to Video Gallery > Settings, set Playlist Mode to Normal Import your previous galleries Now you can use the new improved admin
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. ) […]
How to insert playlist in page / post
Go to the post / page you want the playlist / gallery inserted Click the Add video gallery shortcode generator button Select your gallery from the dropdown.
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>
How to increase scrollbar width
In Video Gallery > Settings > Appearence enter in extra css body .scroller-con.skin_apple > .scrollbar > .scrollbary{ width: 30px; }
How to grant video gallery capabilities to users
First of all you will need this plugin – User Role Editor
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
How to import playlist
Go to video gallery playlists admin, and click import, and select the file
How to export playlist
Go to video gallery playlists admin, and click export under any playlist
Facebook create application for getting application ID and application Secret
You can get Facebook Apllication ID and secret by going to https://developers.facebook.com/apps/ and creating a app. Once you created the app, in the settings tab, click Add platform and select WEBSITE In the link, input the link to your site, then in the domain, the domain of your site, like here: […]