Update (November 17th, 2009): The plugin hasn’t been updated in a few months, so the API may have changed. I will try to tackle version 0.3 this weekend if I have some time.
This is my first plugin, so let’s see how it goes!

Usage (version 0.2)
Download the zip file and extract the contents to your wp-content/plugins directory. In your blog’s admin tool, activate the plugin.

Next, login to Foursquare and goto the feeds page. Find your RSS feed.

Copy it to the clipboard, and paste it into the Foursquare settings panel.

Finally, paste the following code in your sidebar.php file in Wordpress:
<?php echo foursquare_get_checkins(); ?>
Here is the working version of the plugin in action:

Pretty basic now, but there will be further revisions, I promise
Downloads and version history
- Version 0.1 – Simple widget showing the latest 5 checkins with links back to venue pages – [download]
- 0.2 – Added the ability to control the number of checkins you post. Also cleaned up the code a little bit. Still want to figure out how to eliminate duplicate checkins via strcmp() or array_unitque() functions in PHP. I want to add a Google map with the kml file and show checkins on a map – [download]
In further versions, I want to explore the Wordpress widget API. Instead of this being a plugin where you have to actually paste PHP code into your sidebar, I want to bring all the interaction into the admin panel.
I welcome further requests please! Email me or leave some comments below.
Here is the git repository for my Wordpress plugins.
Note: this blog post is still a work in progress, check back periodically for updates






