Does anyone know how to display the latest Foursquare checkin for a specific account on a WordPress blog?
Ideally I would like to add the function to the theme rather than use a plugin but i'm open to suggestions.
Thanks in advance, G
|
Does anyone know how to display the latest Foursquare checkin for a specific account on a WordPress blog? Ideally I would like to add the function to the theme rather than use a plugin but i'm open to suggestions. Thanks in advance, G |
|||
|
|
|
Here is a solution for you: First download this nice little class Next, include it and “login”
Then to get the venue’s name use:
you can also get the venue's type,venue's icon, venue's location on the map and user’s comment on the venue. its all documented at the link provided above. Update:Since FourSquare changed their API i found a much simpler solution: login to your foursquare account and then head to http://feeds.foursquare.com/ and copy the rss feed url. and use this:
|
|||||||||||
|