StatusNet Social Widgets
From StatusNet
Contents |
[edit] About
The StatusNet JavaScript Social Widgets provide anyone with an easy way to seamlessly integrate a StatusNet instance into other sites and web pages without requiring extensive knowledge of JavaScript programming (think: cut-n-paste). They are implemented in JavaScript, HTML and CSS and run inside the web browser. They are powered by the StatusNet JavaScript API.
The StatusNet JavaScript API and Social Widgets were inspired by Twitter's @Anywhere API, and were originally created as a 2010 Google Summer of Code (GSoC), by Arunoda Susiripala @arunoda.
[edit] Features
- Auto-linkification of StatusNet nicknames
- Hovercards
- Subscribe buttons
- Notice Post Box (Not implemented yet)
- User login and signup (signup not implemented yet)
[edit] Demos
[edit] How to use
- Install the JavaScript API Plugin for the instance of StatusNet you wish to use the API with.
- Register an OAuth client application (Note: The widgets uses OAuth for authentication; HTTP basic authentication is not supported.)
TODO: Add user guide stuff here