{"id":14828,"date":"2011-09-09T19:13:28","date_gmt":"2011-09-09T19:13:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/geo-tag\/"},"modified":"2012-12-30T16:34:26","modified_gmt":"2012-12-30T16:34:26","slug":"geo-tag","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/geo-tag\/","author":8109405,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.9.6","stable_tag":"0.9.6","tested":"3.4.2","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Geo Tag","header_author":"Peter Rosanelli","header_description":"","assets_banners_color":"7b7a72","last_updated":"2012-12-30 16:34:26","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.worldtravelblog.com\/code\/geo-tag-plugin","header_plugin_uri":"http:\/\/www.worldtravelblog.com\/code\/geo-tag-plugin","header_author_uri":"http:\/\/www.worldtravelblog.com","rating":3.6,"author_block_rating":0,"active_installs":100,"downloads":8161,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":"1","4":"1","5":"2"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"556427","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","0.9.1","0.9.2","0.9.3","0.9.4","0.9.5","0.9.6"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1566923","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1566923","resolution":"1","location":"plugin"}},"screenshots":{"1":"Geo Tag interface close-up","2":"Geo Tag interface in add new post page"}},"plugin_section":[],"plugin_tags":[3531,150,3529,3530,2660],"plugin_category":[49],"plugin_contributors":[83465],"plugin_business_model":[],"class_list":["post-14828","plugin","type-plugin","status-closed","hentry","plugin_tags-coordinates","plugin_tags-google","plugin_tags-latitude","plugin_tags-longitude","plugin_tags-maps","plugin_category-maps-and-location","plugin_contributors-peter2322","plugin_committers-peter2322"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/geo-tag_7b7a72.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/geo-tag\/trunk\/screenshot-1.jpg?rev=1566923","caption":"Geo Tag interface close-up"},{"src":"https:\/\/ps.w.org\/geo-tag\/trunk\/screenshot-2.jpg?rev=1566923","caption":"Geo Tag interface in add new post page"}],"raw_content":"<!--section=description-->\n<p>The Geo Tag plugin allows your posts and pages to contain location information which includes latitude, longitude, region, and country. This plugin has an easy and simple interface that can detect your current location or you can choose your location by searching for an address or clicking on the Google map. The location information is saved to the post or page and is included in the RSS feed and meta tags. The location information is available for use in your theme with the get_post_meta method. The plugin can also display a Google Map of the current post or a list of posts through the shortcode [geotag \/]. The shortcode also exposes posts as geoJson.<\/p>\n\n<h3>Usage<\/h3>\n\n<ul>\n<li>The data can be used in your theme by accessing it with the following methods: <\/li>\n<li>$region = get_post_meta($post_id, \"geotag_region\", true);<\/li>\n<li>$country = get_post_meta($post_id, \"geotag_country\", true);<\/li>\n<li>$address = get_post_meta($post_id, \"geo_address\", true); <\/li>\n<li>location is $region.\",\".$country<\/li>\n<li>$latitude = get_post_meta($post_id, \"geo_latitude\", true);<\/li>\n<li>$longitude = get_post_meta($post_id, \"geo_longitude\", true);<\/li>\n<\/ul>\n\n<h3>Shortcode Options<\/h3>\n\n<ul>\n<li>[geotag \/]<\/li>\n<li>The shortcode without any options will inject a <a href=\"http:\/\/en.wikipedia.org\/wiki\/GeoJSON\">geoJson<\/a> representation of your geo tagged posts<\/li>\n<li>If currentpostmap or postsmap option is true, a map representing the geo tagged posts will be created<\/li>\n<li>height = height of the map in pixels<\/li>\n<li>width = width of the map in pixels<\/li>\n<li>order = order of the posts by ascending or descending (ASC, DESC)         <\/li>\n<li>limit = number of post (default 10)<\/li>\n<li>currentpostmap = show map of current post (true or false)         <\/li>\n<li>postsmap = show map of multiple posts (true or false)<\/li>\n<li>country = show map of posts from the country<\/li>\n<li>markercolor = color of the map markers ( HTML color codes like #0000FF )<\/li>\n<li>maptype = Google map type ( HYBRID, ROADMAP, SATELLITE, TERRAIN )<\/li>\n<li>zoom = map zoom level<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to your plugins folder<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Open a new or existing post\/page and add the location information<\/li>\n<li>&#091;Optional&#093; In the <a href=\"https:\/\/code.google.com\/apis\/console\" title=\"Google API Console\">Google API Console<\/a> click on 'Services' and turn on 'Google Maps API v3'. Then click on 'API Access' and update your Google Latitude History plugin settings with your Simple API key. The api key tracks usuage and is not necessary. If your website uses a SSL certificate then set Google Maps to use SSL.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What is geoJson?<\/dt>\n<dd><p><a href=\"http:\/\/en.wikipedia.org\/wiki\/GeoJSON\">GeoJson<\/a> is a javascript object representation of the posts' geo information.<\/p><\/dd>\n<dt>What is the geoJson format for this plugin<\/dt>\n<dd><p>Please check out the admin settings page for an example.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.9.6<\/h4>\n\n<ul>\n<li>added search by country<\/li>\n<\/ul>\n\n<h4>0.9.5<\/h4>\n\n<ul>\n<li>Changed plugin to use WordPress's geo post meta keys<\/li>\n<li>Migrated geo post meta keys<\/li>\n<li>Changed map shortcode to pull back only public posts<\/li>\n<\/ul>\n\n<h4>0.9.4<\/h4>\n\n<ul>\n<li>Added Overlapping Marker Spiderfier for markers on the same position<\/li>\n<li>fixed admin javascript collision<\/li>\n<\/ul>\n\n<h4>0.9.3<\/h4>\n\n<ul>\n<li>added shortcode to display geo tag posts on Google Maps and inject data as geoJson<\/li>\n<li>added ability to set Google API key and use Google Maps over SSL<\/li>\n<li>updated google maps url<\/li>\n<\/ul>\n\n<h4>0.9.2<\/h4>\n\n<ul>\n<li>fixed loading of javascript\/css to only the edit post\/page screens instead the entire admin module  <\/li>\n<\/ul>\n\n<h4>0.9.1<\/h4>\n\n<ul>\n<li>fixed donate link<\/li>\n<li>added required javascript dependencies<\/li>\n<\/ul>\n\n<h4>0.9<\/h4>\n\n<ul>\n<li>Initial checkin<\/li>\n<\/ul>","raw_excerpt":"This plugin adds location information to your posts and pages.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14828"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/peter2322"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14828"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14828"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14828"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14828"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14828"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}