Download latest Version (1.0a)
I Am Here is a WordPress plugin that uses Fire Eagle, Yahoo! Maps API, Google Weather API, GeoNames and, optionally, World Time Engine to display information about your current location in a widget in the sidebar. To be a little bit more visual, it…
The plugin retrieves your current location from Fire Eagle and, based on this, does the following:
Also, for making use of Yahoo! Maps on your page, make sure you include the appropriate call to the Yahoo! Maps AJAX API somewhere on your page, like
<script type="text/javascript" src="http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=<your appid here"></script>
Because I am using YUI, you would also need the appropriate components from there:
<script type='text/javascript' src='http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js'></script>
<script type='text/javascript' src='http://yui.yahooapis.com/2.5.2/build/container/container-min.js'></script>
<script type='text/javascript' src="http://yui.yahooapis.com/2.5.2/build/connection/connection-min.js"></script>
In the Admin Panel of the plugin, which can be found at the backend in “Settings > I Am Here”, you can set a couple of parameters, which are self-explanatory, I guess.
For styling problems, I would need to refer you to the YUI Library, because I am using YUI Panel to display the map overlay. So if you run into problems with misalignment, the answer is most likely there.
Initially, I had not thought about the idea of, in addition to the users location, also plotting other Points Of Interest on the map. Simon Willison beat me to it with his wikinear.com
. Oh well, thanks Simon, great idea!
This website is the personal web appearance of Klaus Komenda, an Austrian web developer. The about section offers more info about me and this site.