Tags Order A-Z Category Context

<sn:leaderboard>

Renders a leaderboard (a table of user standings containing uid, score and rank). The optional name parameter indicates a leaderboard within your app, it could represent a game, a level within a game or a time-limited scoreboard (July scores, for example), if not set the default leaderboard for your app will be returned. Scores retrieved through leaderboard tags have a small delay of a few seconds, to get real time scores use instead the score tag.

Attributes

  • long < optional > The member to center the leaderboard around. This is only required for 'around' leaderboards. Must be a valid user id .
  • string < optional > The type of result to show. Must be one of 'top' or 'around'. Required unless filter is specified. Must be one of : top around
  • string < optional > The type of score. Can be either high (default) or cumulative. Must be one of : high cumulative
  • string < optional > An indicator for which scoreboard you would like to get the results from. Can be any string .
  • integer < optional > The number of standings that will be returned. Size is required if you are not using the filter parameter Must be an int .
  • g.string; < optional > If provided, the leaderderboard will only contain standings for these users. The size and result_type parameters will be ignored when this is set. Must be a comma separated list of ids .

Valid Contexts

  • : The area where your app is displayed alone
  • : The Bebo profile page
  • : On a notification page (after the user has clicked on a link in the email)
  • : On the invitations page