This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Gowalla Spotter

Descripció

The plugin displays activity in a Gowalla Spot in a WordPress Post or Page. It uses the Gowalla API and requires the unique Spot ID saved in a custom field in WordPress.

Example: http://www.surdegskartan.se/mellbybagaren/

The last five activities are displayed (API limit).

Captures

Instal·lació

  1. Upload the folder gowalla-spotter to the /wp-content/plugins/ directory.
  2. Add a new custom field named “Gowalla”
  3. Put a Spot ID in the Gowalla field (ie: XXXXX from Gowalla-URI: http://gowalla.com/spots/XXXXX)
  4. Add <?php if (function_exists('gowalla_spotter')) gowalla_spotter(); ?> inside the loop in a/the page template where you want the list to be displayed
  5. Activate the plugin
  6. Thats it!

PMF

How do I uninstall the plugin?

Inactivate the plugin and remove the php-line added in the template. If you want you can also remove the Custom Field.

How come the feed isnt showing?

You might have forgotten to add the line of php <?php if (function_exists('gowalla_spotter')) gowalla_spotter(); ?> or there is an error in it. Also check that you have a working Spot ID from Gowalla.

I have a question or suggestion!

Email me at per@strm.se.

I have a complaint!

Email me at per@strm.se (please be nice, its my first plugin).

Ressenyes

No hi ha ressenyes per a este complement.

Col·laboradors i desenvolupadors

«Gowalla Spotter» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «Gowalla Spotter» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.

Registre de canvis

0.5.3

  • Updated the readme.txt (php code got lost)

0.5.2

  • Updated the readme.txt (php code got lost)

0.5.1

  • Updated the readme.txt

0.5

  • First release!