Best Answer eric, 10 May 2015 - 07:23 PM
You can simply create a text file named database.json and save it on your website at tubepress-content/config/database.json. The contents of the file should be exactly this:
{ "googleApiKey": "your key here" }
You could alternatively include the key in your call to getHtmlForShortcode(), e.g.
<?php print TubePressPro::getHtmlForShortcode('googleApiKey="your key" ...');
Does that make sense?
Go to the full post