you should use str(geolocation.latitude) and str(geolocation.longtitude)
The creator of the plugin did some strange stuff using strings where numbers should be used..
Changing it to the above should work..
you might even have to change it to ""&geolocation.longtitude
I'm not sure, it was some time ago..