Log into https://console.developers.google.com/project

Create a new project

  • Project name: Bombplates Bands X
  • Project ID: bandsX-bombplates

Configure api access by going to https://console.developers.google.com/project/BANDSX-bombplates/apiui/cr...

  • Click "Create new Key"
  • Create a Browser key and a server key

Enable the APIs that we use:

  • fonts
  • maps
  • analytics

create /var/www/include/this_node/google.php

<?php

$google_app_name = 'Bombplates BandsX';
$google_api_key = 'BROWSER KEY FROM ABOVE';

$google_oauth_client_id = '';
$google_oauth_client_secret = '';
$google_redirect_url = '';