If you have any questions that are beyond the scope of this documentation, please check the frequently asked questions or feel free to contact us.
The installation is very simple, just one configuration file to setup your Video Gallery Search Engine for any niche, there is no database needed. Once configured, you can sit down, relax and run your website on auto-pilot and even make money!
Follow the steps below and you’ll have your shopping search engine up and running in less than 5 minutes.
Installation done! Open up your browser and check out your new video gallery website.
Delete everything and do a fresh installation. If you have made changes to the layout you will have to do it again, because many files where changed for this new version update.
Once you have installed the software on your website you will notice that it contains the same content found on our live demo. The configuration options in config.php can be changed to fit your niche and minor modifications to the front-end/layout of your website.
<?php
// DEFAULT SITE SETTINGS
$base_url = ‘https://www.yoururl.com’;
$page_title = ‘Instant Video Search’;
$meta_description =’Youtube Video Search Engine. Search Google trends videos and load playlists, user favorites, likes and uploads. Youtube API + Google Trends Mashup’;
// DEFAULT SEARCH SETTINGS
$categories = “Cars,Fashion,Sport,Formula 1,NASCAR,Funniest,Science”;
$default_keyword = ‘Funny Cat’; // Set default keyword for you Youtube site.
// LIMIT SEARCH RESULTS
$limit_url = ’20’;
// THEME SETTINGS
// Style themes – standard, videowall
$css_layout = “videowall”;
$themeswitcher = ‘on’; // Show theme switcher on or off
// Color Themes
// Choose theme color preset: cerulean, cosmo, cyborg, darkly, flatly, journal, litera, lumen, lux, materia, minty, pulse, sandstone, simplex, slate, solar, spacelab, superhero, united, yeti
$css_theme = ‘cerulean’;
//SOCIAL SETTINGS – Get your ID at addthis.com. Used for sharing sharing tools on your site.
$add_this = ‘ra-5c52aee53acfb10a’;
// ADVERTISING – Add your code
$ads = ”;
// YOUTUBE API KEY – Get your Youtube API key here https://developers.google.com/youtube/v3/getting-started
$youtube_api = ”;
// GOOGLE ANALYTICS ID –
$google_analytics = ”; // Enter your alaytics ID UA-XXXXXXXX-X
$downloadlink = ‘on’; // on or off
?>
Demo site running V3: Youtube Video Gallery Search