Sales Lab · Embed your score
Take your score wherever your profile lives.
Two formats. SVG badge for LinkedIn featured + static sites. HTML iframe widget for hiring pages, Notion, Substack — any surface that accepts an iframe.
01 · SVG badge (LinkedIn featured)
600×200 SVG that renders live from your latest computed score. Paste the URL into LinkedIn’s “Add featured” or embed as an <img> on your site.
https://saleslab.cloud/score/<your-handle>/badge.svg
02 · iframe widget (Notion, hiring pages)
380×140 widget with a click-through to your full profile. Drop the iframe wherever you want it.
<iframe src="https://saleslab.cloud/score/<your-handle>/widget" width="380" height="140" frameborder="0" sandbox="allow-same-origin allow-popups" title="Sales Lab verified score" ></iframe>
03 · JSON API (for builders)
Need to render the badge yourself? Fetch the raw payload.
curl https://saleslab.cloud/api/v1/scores/<your-handle>
Going public
Set your public_handle + flip opt_in_public in your Sales Lab account. The badge / widget / API surface go live the moment you flip the flag; until then they 404.