Recently, I got interested in developing a WordPress plugin which would add location to my posts. The idea was inspired from 'Facebook', where we have locations tagged with our every post (unless we disable it.). I started developing Geolocate My Posts yesterday and was able to complete it today morning, The publishing process took around 4-5 hours and here we are, The plugin is live now. In this article we'll be looking How to install this plugin and How to use it? Installing and Activating the Plugin Go to http://wordpress.org/extend/plugins/geolocate-my-posts/ Download it! Extract the zip file contents to wp-content/plugins/ Note: The plugin contains a /js folder which contains a JavaScript file which gets the coordinates from the user's browser. Add the folder in wp-content/plugins/ Go to your Admin Panel From the sidebar, click on plugins You should see a similar page as above. Activate the "Geolocate My Posts" Using the Plugin Make a New Post Click Publish You should see something like the Following. Here we go, We have got a nice looking map, with out location tagged with our post. Enjoy! References Geolocate My Posts