Skip to content

RCowles/Foursquare-Localizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To install this plugin in your Wordpress theme, just insert the following bit
of code where you'd like the FourSquare code to appear once you've installed 
and enabled the plugin:

<?php 
	if (function_exists('foursquare_local_get_code')) { 
		foursquare_local_get_code(); 
	} 
?>

About

A Wordpress plugin which uses OAuth2 to query the Foursquare API and extract venue info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%