Skip to content

A plugin to display your stackoverflow user info. No one likes their ugly flair.

Notifications You must be signed in to change notification settings

austinbv/StackOverflow-jQuery-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple plugin to display your stackoverflow account info

basic usage

$("#id").overflow("{
  user_id: YOUR_UID
}");

Advanced usage

// Well really not that advanced
$("#id").overflow({
  user_id: YOUR_UID,
  avatar_size: 48
  // And anyother options
})

Current Options

user_id                         #[int] Your user id for stack overflow
avatar_size                     #[int] Size in pixles for your gravatar display
display_avatar                  #[boolean] Display Avatar?
display_username                #[boolean] Display username?
display_all_badge_count         #[boolean] Display all badge counts?
display_gold_count              #[boolean] Display gold badge count?
display_silver_count            #[boolean] Display silver badge count?
display_bronze_count            #[boolean] Display bronze badge count?
display_reputation              #[boolean] Display your reputation?

more to come

About

A plugin to display your stackoverflow user info. No one likes their ugly flair.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published