Panoramio Images

0

A wordpress widget that retrieve images from Panoramio API. HOW TO To display the widget, add a custom field to a post called “panoramio”. The value of panoramio should be the coord

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

A wordpress widget that retrieve images from Panoramio API.

HOW TO
To display the widget, add a custom field to a post called “panoramio”. The value of panoramio should be the coordinate to the area that you want to display pictures from.
The value should be formatted like this: X:Y

It is also possible to supply the script with two coordinates, for a more precise area. Use this format: minx:miny:maxx:maxy

All coordinates should be given in the decimal form of latitude/longitude. I recommend using http://mapki.com/getLonLat.php.

CHANGELOG
1.3:
-Added AJAX support
-Converted the script into a widget
-Reduced the code
-Fixed some bugs