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
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
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
Facebook app setup 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, […]