Hi i built an autocomplete places suggestion for the local search field to allow users search for their addresses only inside my city location.
My problem is that i have to call this google library inside the <head> tag of the site but i don't know where to insert it.
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places&language=en"></script>
I tried the header.php file of the theme view file but getting error in firebug "can't load the external library".
Where in the world i have to insert the above code line so it can work ????
@sampoyigi ??