Embeddable Trust Badge
One line of code. Your verified Trust Score on your website. Every visitor sees proof.
Quick start
Add this line to your website, anywhere you want the badge to appear:
<script src="https://veribureau.com/widget.js" data-slug="your-business-slug"></script>Replace your-business-slug with your business slug from the dashboard.
Options
data-slug
Your business slug. Required.
data-theme
"light" (default) or "dark"
data-size
"standard" (default) or "compact"
Examples
Standard (light)
<script src="https://veribureau.com/widget.js" data-slug="aist-telecom"></script>Compact (dark)
<script src="https://veribureau.com/widget.js" data-slug="aist-telecom" data-theme="dark" data-size="compact"></script>How it works
The widget makes a single API call to fetch your current Trust Score, review count, and certification status. It renders a clickable badge that links to your public VeriBureau profile.
The score updates automatically — every new verified review changes your score, and the widget reflects it in real time. No manual updates needed.
The widget is self-contained: no external CSS, no cookies, no tracking. It adds approximately 3KB to your page.
Static SVG badge
If you prefer a static image (for email signatures, PDFs, print), use the SVG badge endpoint:
<img src="https://veribureau.net/api/v1/businesses/your-slug/badge" alt="VeriBureau Trust Score" />Technical details
The widget uses XMLHttpRequest to the VeriBureau API. CORS is configured to allow requests from any origin. The widget script is served with long-term caching headers.
No personal data is collected from your visitors. The widget does not set cookies, does not use localStorage, and does not track users. It makes one GET request per page load.