Show visitors you are real
A live rating from an independent directory answers the first question every new user asks: has anyone actually been paid here?
For faucet owners
A free badge that shows your live star rating and review count from MultiFaucet. One line of HTML, no account, no tracking scripts — and it keeps itself up to date.
A live rating from an independent directory answers the first question every new user asks: has anyone actually been paid here?
The badge links straight to your profile, where your regulars can leave the reviews that convince the next visitor.
The rating updates by itself as new reviews land. Paste the snippet once and forget about it.
Badge generator
<a href="https://multi-faucet.com/faucets/adbtc" target="_blank" rel="noopener">
<img src="https://multi-faucet.com/widget/adbtc/badge.svg?theme=light&style=full"
alt="AdBTC reviews on MultiFaucet" height="68">
</a>Drop it anywhere in your HTML — footer, sidebar or homepage. Nothing else to install.
Reference
| Parameter | Values |
|---|---|
theme | light, darkMatches the badge to your page background. |
style | full, compactFull shows the review count and faucet name; compact is a single row. |
Prefer to render the rating yourself? Every listed faucet exposes its numbers as JSON, with CORS open to any origin.
GET https://multi-faucet.com/widget/your-faucet.json
{
"name": "Your Faucet",
"slug": "your-faucet",
"rating": 4.2,
"reviews": 23,
"url": "https://multi-faucet.com/faucets/your-faucet"
}Add your faucet to the directory and the badge becomes available as soon as it is published.