thermometer widget displays a live fundraising thermometer that fills toward a goal. It renders inline and can track an entire fundraiser, a specific team, or an individual personal page.
New to widgets? Start with the Widgets Overview to add the embed script.
Usage example
Thermometer for fundraiser progress
Supported settings
| JS Setting | Element Attribute | Description | Default |
|---|---|---|---|
widget | widget | Widget type: thermometer. | Required |
fundraiser | fundraiser | The ID of the fundraiser. | * |
fundraiserTeam | fundraiser-team | The ID of the team. | * |
fundraiserPage | fundraiser-page | The ID of the personal page. | * |
showName | show-name | Show the name of the fundraiser, team, or personal page: true or false. | false |
language | language | The language code, e.g. en, fr. | en |
colorPrimary | color-primary | Primary color. | Fundraiser’s theme. |
colorText | color-text | Text color. | Fundraiser’s theme. |
colorBackground | color-background | Background color. | Fundraiser’s theme. |
progressBarColor | progress-bar-color | Progress bar color. | Fundraiser’s theme. |
Provide one of the following IDs to choose what the widget tracks:
fundraiser— progress of the overall fundraiser.fundraiser-team— progress of a specific team.fundraiser-page— progress of a specific personal page.