Show Your Badges – Good Scout FourSquare API
How much your foursquare badge? one badge, two badges, three badges or hundred badges? Wow…
Show up your badge with Good Scout.
What is it?
Good Scout is a JavaScript plugin that allows you to display your FourSquare badges on your website or blog.
Example
For this user https://foursquare.com/user/12720202
How to use it
Just paste the following code snippit on your website to display your FourSquare Badges.
<script src="http://goodscout.icorpa.com/js/widget.js" type="text/javascript" charset="utf-8">
{
"userid":"your-user-name",
"width":120,
"height":200,
"title":"My Foursquare Badges",
"background_color":"#FFFFFF"
}
</script>
Required Parameters
userid: Your must provide your FourSquare username.
Optional Parameters
width: Sets the width of your widget
height: Sets the height of your widget
background_color: Sets the background color of your widget (default is white)
title: The title you want displayed at the top of your widget (default is: “My FourSquare Badges”)
source: http://goodscout.icorpa.com/














