Tournament Results Widget

This page explains how to use tournament results widget

Tournament result widget would show results from Bubi Tournament Tool which is currently under development. To add a widget you need to have a tournament ID from for a tournament created by the tournament tool. Let's stay for example the tournament ID is 1234. Then follow the instructions to add required scripts and styles as explained in the Adding widgets page. Then insert the following code snippet in the appropriate place within your page's HTML.

<bubi-tournament-results tournament-id="1234"></bubi-tournament-results>

The Tournament tool allows classifying tournament participants by different criteria. To Show the results of a specific group (for example men aged 20-25), Open the tournament tool, and click the { } button (shown in the screenshot)

The tournament results should be displayed as follows:

Then you can click on the Criteria you want to show in the widget and copy the widget html (see below)

The widget will fetch results for 40 users at a time and will use infinite scrolling to fetch data from more users. Clicking on a user will show details about how points were obtained as follows:

Last updated

Was this helpful?