A WordPress plugin to plot Instagram posts to a Google Maps maps. This utilizes both the Google Maps v3 API and the Instagram API.
- Obtain a Google Maps v3 API key and save it in the Karten settings.
- Create a new client and obtain an Instagram API Client ID and save it in the Karten settings.
- Follow the instructions on the Karten settings page to obtain an Instagram API Acces Token, then save it.
- Create a new Map, filling out desired options. Username(s) and/or hashtag required.
- Copy the shortcode and insert it in the desired post/page content or use the template hook in your theme.
- Be amazed!
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.