WP-Walla – Gowalla wordpress plugin

WP-Walla allows you to show your gowalla checkin’s on your wordpress blog. The plugin is design to work as a sidebar widget or by manually put a code snippet in your template.

Donate to WP-Walla
If you like this plugin i would appreciate if you consider to donate a dollar or two, thanks.


Download WP-Walla

Latest version is 0.5.2
The WP-Walla plugin is currently available at Wordpress Plugin Directory.

Download WP-Walla

Screenshots

WP-Walla code snippet

If your theme does not support widgets, feel free to place this code directly in your template file.
PHP

<?php  
$wpwalla = new WP_Walla(); 
$wpwalla->widget();
?>

CSS

<style type="text/css">
.wpwalla-item-list { padding-bottom:10px;}
.wpwalla-item-icon {width: 25px; height: 25px; float:left; padding-right: 7px}
</style>

Contact

Have any questions, suggestions or error report? Contact me at baronen [a] baronen.org or BaronOfSweden @ Twitter.

FAQ

  • I get ‘Couldn’t fetch Gowalla’, what’s the problem?
    This is due to your settings for how long data is cached and if it has not fetched any data. Try to put the time of caching time to 0.
  • The time is wrong on my checkins
    As of version 0.5.2 WP-Walla uses the Wordpress timesettings . Set the correct time zone in WordPress, for example Europe / Stockhom for Sweden.

Changelog

0.5.2

  • Get timezone settings from Wordpress to set correct date and time
  • Added support to open Gowalla links in a new window
  • Now using cURL if available instead of file_get_contents
  • You can now choose to display a ‘Powered by WP-Walla’ link

0.5.1

  • Fixed an issue with long gowalla spot names

0.5

  • First published version of WP-Walla