Emailed Author: Hi,
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
(U=Your link failed)
View full post on WordPress Plugins » Recent Posts
Create a custom Google Map with high quality markers that contains Locations, Descriptions, Images and Links. Quick and easy, no fuss.
View full post on WordPress Plugins » Recent Posts
A direct and easy way to include google analytics code on your website and track visitors on your website.
View full post on WordPress Plugins » Recent Posts
This plugin will display the distance & driving direction between two points on earth.
View full post on WordPress Plugins » Recent Posts
Let your members and groups show their google plus profile button allowing other users to follow them. Using the google's profile widget, the plu
View full post on WordPress Plugins » Recent Posts
This plugin will display your Google Latitude location history on a Google Map.
The Google Latitude History plugin provides shortcode to display and customize your Latitude location history on a map. The plugin runs on a hourly wordpress cron to keep your locations up to date. Just use [glatitude-map /] on any post or page to see a map of your location history.
- Upload the folder containing the plugin files.
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Sign up for Google Latitude at http://www.google.com/latitude.
- Registry for Google API service at https://code.google.com/apis/console.
- In the Google API Console click on ‘API Access’ and update your Google Latitude History plugin settings with your Client ID and Client Secret (screenshot 3).
- Copy the Redirect URI in the Google Latitude History settings page, click ‘edit settings’ in the under API Access in the Google API Console and paste the URI into the ‘Authorized Redirect URIs’ box (screenshot 6).
- [Optional] In the Google API Console 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 (screenshot 4).
- Refresh OAuth token and grant access to this plugin.
- Click sync location history.
- Add [glatitude-map /] to any page to see your map.
- Your location history will update automatically every hour.
Why is my location data empty?
The Google Latitude product is still in beta therefore bugs will come up from time to time. Google has confirmed a bug which results in empty location data. Changing your granularity to “best” might fix the problem.
What is wrong with my info windows
The info windows are inheriting CSS styles from the page. Please override the offending styles by using the custom css option on the plugin settings page. If the offending CSS is not overrided check the style.css of your theme and look for the max-width property of images and set it to ‘none’.
Fatal error: Call to undefined function curl_init()
If you get: “Fatal error: Call to undefined function curl_init(). Go to the php.ini and uncomment “extension=php_curl.dll” and restart your server.
Where can I find HTML color codes
When I attempt to refresh my token I get a “OAuth 2.0 error: redirect_uri_mismatch” error
Add your redirect uri, located in the Google Latitude History plugin settings page, to the Google API console. See screenshot 6.
http://html-color-codes.info/
How often are my locations updated
The locations are updated hourly by a WordPress cron
Where do the location names come from
The location names are found by using Google’s geocode service to find the location name by using it’s latitude and longitude coordinates
Why doesn’t my timestamp match
The time is shown in Coordinated Universal Time (UTC)
Do I need to use the Google Simple API key?
The Google Simply API key allows you to monitor to your usuage. This is important for highly trafficked websites that might approach the limits of the free service. For more information about usuage limits please visit http://code.google.com/apis/maps/documentation/javascript/usage.html#usage_limits
Do I need to use Google Maps over SSL?
If you are using this plugin on a website that uses an SSL certificate, your url will start with “https://”, then yes.
-
Example of a Google Latitude history map
-
Second example of a Google Latitude history map
-
Where to find the Client ID, Client secret, and Simple API key at https://code.google.com/apis/console
-
Where to turn on the Google services at https://code.google.com/apis/console.
-
Google Latitude History plugin settings page.
-
How to update the Redirect URI in the https://code.google.com/apis/console.
0.9.7
0.9.6
- updated Google Map url
- added option to use Google Simple API key with Google Maps
- added option to use Google maps over SSL
- added shortcode option to add local style to the Google map
- added shortcode option to disable the map markers’ infowindows
0.9.5
- added support for multiple maps on a single page
- fixed shortcode option (openwindow) for the current location window to be open when the map is loaded.
- fixed shortcode option for the street view control
0.9.4
- added granularity to rest request
0.9.3
- Fixed map zoom without points
- Added latitude response to sync status message
0.9.2
- Added minimum and maximum time options for Latitude history retrieval
- Added minimum and maximum time shortcode options for Latitude history map
- fixed php/javascript bug in settings page
0.9.1
- checked IE select option bug
- added option to open the current locations’s infowindow upon loading
- displayed shortcode options to settings page
0.9
Shortcode Options
- height = height of the map in pixels
- width = width of the map in pixels
- max = maximum number of locations to display on the map
- maptype = Google map type ( HYBRID, ROADMAP, SATELLITE, TERRAIN )
- mapcontrol = show map type control ( true / false )
- controlstyle = map control style ( DEFAULT, DROPDOWN_MENU, HORIZONTAL_BAR )
- zoomcontrol = show zoom controls ( true / false )
- zoomstyle = zoom control style ( DEFAULT, SMALL, LARGE )
- pancontrol = show pan control ( true / false )
- streetcontrol = show street view control ( true / false )
- haveoverview = include overview map button ( true / false )
- openoverview = open overview map ( true / false )
- disabledefaultui = disable default UI ( true / false )
- showpath = show path between the locations ( true / false )
- pathcolor = color of the path ( HTML color codes )
- pathweight = weight of the path in pixels
- pathopacity = opacity of the path ( 0.0 – 1.0 )
- currentcolor = color of the marker for the current location ( HTML color codes )
- pastcolor = color of the marker for past locations ( HTML color codes )
- openwindow = open current location’s info window on load ( true / false )
- disablewindow = disable the markers’ info window ( true / false )
- mintime = location timestamps must be greater then or equal to this time in mm/dd/YYYY or mm/dd/YYYY hh:ss format
- maxtime = location timestamps must be less then or equal to this time in mm/dd/YYYY or mm/dd/YYYY hh:ss format
- style = add css style to the map div, it will override the custom css in the plugin settings
Usage
- [glatitude-map /] = standard
- [glatitude-map height="300" width="500" /] = change the map height and width
- [glatitude-map maptype="SATELLITE" /] = show a satellite map
- [glatitude-map currentcolor="#00FF09" pastcolor="#FFFF00" /] = change the current location marker to green and the past location markers to yellow
- [glatitude-map max="80" /] = increase the maximum number of locations to 80
- [glatitude-map mapcontrol="false" /] = remove the map type control
- [glatitude-map pathcolor="FF0000" pathopacity="0.5" pathweight="3" /] = change the path color, opacity, and the weight
- [glatitude-map mintime="04/20/2011 4:23" /] = only show locations on or after April 20, 2011 at 4:23
- etc etc
View full post on WordPress Plugins » Recent Posts
This plugin let the users to add your Google+ Page to their circle directly from your website.
View full post on WordPress Plugins » Recent Posts
Use a specific thumbnail for Facebook or Google+ sharing.
View full post on WordPress Plugins » Recent Posts
Google Adsense Report: Your Google Adsense Account Report In Your WordPress.
View full post on WordPress Plugins » Recent Posts
This plugin allows you to display the thread of your Google+ Stream right within your WordPress blog in just a few clicks.
View full post on WordPress Plugins » Recent Posts