Bebo
From WidgetAvenue Wiki
Bebo is a social network where each member may customize its own profile and share photos, videos and music with other members.
Contents |
Creation of a specific app
The creation of an application is very simple.
- Install the developper application
- Create a new app and enter the following elements on the settings page
- Application URL : short name of your choice
- Canvas Display: SNML
- Callback URL: http://www.widgetavenue.com/wdg/loaders/beb.php?[Encoded list of args]
- After creating the App:
- click on "Profile Page"
- click on "Try This APP"
- note the AppID that appears in the URL
- Create or open your metadata file, and add the following elements:
<div class="beb"> <div class="app_name">[short name you have chosen]</div> <div class="app_id">[AppID in the URL of the Install Page]</div> </div>
DO NOT ENTER YOUR SECRET KEY IN THE METADATA FILE, FAX IT TO WIDGETAVENUE The app will be ready to run when the secret key has been entered by WidgetAvenue.
Features
- Once installed, the widget is displayed on 2 surfaces:
- Inside the canvas page.
- On the profile page of the user
Issues
- waJS is not supported on the profile. A waHTML only version is displayed. Furthermore, this version is cached until the user opens his canvas page.
- Flash widgets are not directly displayed on the profile, dues to Bebo policies. Instead, a preview image is displayed.
