You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mogade Javascript API allows anyone to load leaderboards on webpages using JSONP. The `jquery.mogade.js` file is a jquery plugin aimed at helping developers easily do this.
2
+
The Mogade Javascript API allows anyone to load leaderboards on webpages using JSONP.
3
+
4
+
Since mogade.com uses this libraries itself, and to avoid unnecessarily duplicating the code, you should grab these files from the core mogade-server project at: <https://github.com/mogade/mogade-server/tree/master/public/js/v1>
5
+
6
+
The `jquery.leaderboard.js` file is a jquery plugin aimed at helping developers easily do this.
3
7
4
8
## Using It ##
5
-
`sample.html` is a good place to start, but...
9
+
`sample.html` is a good place to start. `styles.css` is the style used by mogade.com for the facebook leaderboards.
6
10
7
-
Include `jquery`, then `jquery.markdown.js` on your page:
0 commit comments