In this tutorial we are going to create a google map with multiple markers. Take a look at the demo and we will dive straight in. Note that this is using V3 of Googlmaps javascript api. Demo Map The first thing we need to do is include the googlemap api in your web page. […]
Tag: javascript
How to Use the Javascript Libraries Included with WordPress
There is a better safer way to include you javascript files in your wordpress themes. Using the wp_enqueue()
function will prevent problems…