A WordPress plugin to plot Instagram posts to a Google Maps maps. This utilizes both the Google Maps v3 API and the Instagram API.
To add a map outside of the content in a template file, use the ktn_show_map
template hook:
do_action( 'ktn_show_map', $integer );
=====
Please do not directly email me for support - log all problems/bugs in the GitHub issues. I will address them as time permits. Pull requests are welcome.
Due to the limitations of the current Instagram API, the maximum posts displayed on a map is 33 or under.