Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

[Patch] a patch solution for the new google api

$
0
0

Replies: 0

Hi folks,

I also got the google map couldn’t load java issue recently.
Figure out a patch solution for this with file “MapMyPosts.php”
Search for “gooogle.load” and add following code as parameter
– google.load(“visualization”, “1”, {packages: [“geochart”]}, {other_params: ‘key=enter your key here’});
google.load(‘maps’, ‘3’, {other_params: ‘sensor=false&key=enter your key here’});

This will bring your embedded map back on for now.
Hope Erik will keep working on it.

Cheers
Ben.z


Viewing all articles
Browse latest Browse all 59525

Trending Articles