> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dapp.ing/llms.txt
> Use this file to discover all available pages before exploring further.

# Share your profile and embed your proof

> Copy a profile badge for your README and add a dApp review badge to your own website.

Dapping renders two live images you can place outside the platform: a profile badge for your own profile, and a review badge for a dApp you manage. Both update themselves when the underlying page changes.

## Embed your profile badge

The profile badge is an image of your proof page showing your name, headline, verification state, Karma, and up to two of your current networking intents. It is the same card the share preview uses, so it stays current without you touching it again.

<Steps>
  <Step title="Open Share">Go to your own profile and select **Share**.</Step>
  <Step title="Expand the badge panel">Open **Embed a profile badge**.</Step>

  <Step title="Copy the snippet">
    Select **Copy embed**. You now have Markdown for a README or a site.
  </Step>
</Steps>

The disclosure only appears on your own profile, because the badge resolves a builder handle rather than a company one. The copied Markdown looks like this, with your handle in both places:

```markdown theme={null}
[![Dapping profile](https://dapp.ing/api/profile-badge/yourhandle)](https://dapp.ing/profile/yourhandle)
```

Paste it into a GitHub README, a personal site, or anywhere else Markdown renders. The image is the badge and the link takes a reader to your profile. Keep both halves intact so the badge stays a route back to the page it describes.

## Embed a dApp review badge

If you can edit a dApp, its page carries an **Add review badge** panel. The badge shows the dApp name, its average rating, its star row, and the number of published reviews, and it links to the dApp page.

<Steps>
  <Step title="Open the badge panel">Go to the dApp page and select **Add review badge**.</Step>

  <Step title="Choose the look">
    Choose a **Theme**, either Dark or Light, and a **Layout**, either Compact or Full. The preview
    updates as you choose.
  </Step>

  <Step title="Copy the snippet">
    Select **Copy**. You receive an iframe snippet sized to the layout you picked.
  </Step>

  <Step title="Paste it">Place the snippet on your own site.</Step>
</Steps>

A dApp with no reviews yet renders honestly rather than blankly: the badge reads "No builder reviews yet" and still links back. Keep the branded link text and destination as supplied, since the review data itself stays on the dApp page.

## What these do not do

Neither badge grants anything. A badge reflects what your profile or your dApp page already shows, so the way to improve it is to improve the page. See [verification badges and Karma](/help/profiles/understand-verification-badges-and-karma) for what those marks represent.

## Continue on Dapping

<Card title="Open your profile" href="https://dapp.ing/userprofile">
  Open your profile to copy the badge snippet for a README or a personal site.
</Card>

## Related guides

<CardGroup cols={2}>
  <Card title="Build and share your proof page" icon="book-open" href="/help/getting-started/build-and-share-your-proof-page">
    Turn scattered Web3 work into one page worth sending to someone.
  </Card>

  <Card title="Understand verification badges and Karma" icon="book-open" href="/help/profiles/understand-verification-badges-and-karma">
    Read what each mark on a profile means and what it does not claim.
  </Card>
</CardGroup>
