Title: Google Maps not working
Last modified: September 1, 2016

---

# Google Maps not working

 *  [ctinternational](https://wordpress.org/support/users/ctinternational/)
 * (@ctinternational)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-not-working-8/)
 * Good day
 * My google maps is not working and am unsure how to proceed. It keeps telling 
   me to look at java script for more details but I don’t know code.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Sidati](https://wordpress.org/support/users/sidati/)
 * (@sidati)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-not-working-8/#post-7711517)
 * We need you to provide more details about the error, if you use Chrome please
   open the website where you have the problem then click F12 then ESC and you will
   see some errors in red, copy/paste here 🙂
 *  Thread Starter [ctinternational](https://wordpress.org/support/users/ctinternational/)
 * (@ctinternational)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-not-working-8/#post-7711526)
 * The script element that loads the API is missing the required authentication 
   parameter. If you are using the standard Maps JavaScript API, you must use a 
   key parameter with a valid API key. If you are a Premium Plan customer, you must
   use either a client parameter with your client ID or a key parameter with a valid
   API key.
 *  [Sidati](https://wordpress.org/support/users/sidati/)
 * (@sidati)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-not-working-8/#post-7711530)
 * That’s pretty clear :P, just add theses lines in your functions.php after changing**
   YOUR_API_KEY** with the key you get it from here : [https://developers.google.com/maps/documentation/javascript/get-api-key](https://developers.google.com/maps/documentation/javascript/get-api-key)(
   click `get key` button)
 *     ```
       add_action('wp_footer', 'google_api_js');
       function google_api_js(){
       	wp_enqueue_script( 'google-map-api', 'https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap');
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google Maps not working’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Sidati](https://wordpress.org/support/users/sidati/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/google-maps-not-working-8/#post-7711530)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
