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).
Instal·lació
- Upload the folder
gowalla-spotterto the/wp-content/plugins/directory. - Add a new custom field named “Gowalla”
- Put a Spot ID in the Gowalla field (ie: XXXXX from Gowalla-URI: http://gowalla.com/spots/XXXXX)
- 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 - Activate the plugin
- 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·laboradorsTraduï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!
