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

# How to Redirect Referral Share Links to Your Website

> Set up a self-hosted landing page so referral share links direct referees to your own site instead of a Mention Me-hosted page.

By default, referral share links direct referees to a Mention Me-hosted page. You can instead deliver the referee experience on your own site, giving referees a seamless, branded journey when they click a shared link.

This guide covers the two steps needed to set up and optimise this functionality:

* Embed the Mention Me referee tag on your landing page to personalise and track journeys
* Work with your Client Success Manager to enable share link integration and assign your custom URL

<Steps>
  <Step title="Set up a referee tag on your landing page">
    Create a dedicated landing page for referee traffic. This page displays the referee journey driven by Mention Me.

    <Warning>
      The landing page should not contain details about the offer. Mention Me automatically adds personalised messaging and content.
    </Warning>

    On the landing page, embed the [referee tag](/developer-docs/integration/entry-points/referee) using the embedded implementation:

    ```
    implementation=embed
    ```
  </Step>

  <Step title="Enable referee share link implementation">
    Once your landing page is live, tell your Client Success Manager or the [Support Team](https://help.mention-me.com/hc/en-gb/requests/new?ticket_form_id=1900000712373). They'll update your account settings so that share links point to your chosen landing page URL.

    This automatically redirects referees to your branded experience instead of the default Mention Me-hosted page.
  </Step>
</Steps>

## Need Help?

Reach out to your Client Success Manager to finalise setup and make sure your campaign is optimised for the best performance.

## Related Guides

<CardGroup cols={2}>
  <Card title="Referee Tag Integration" icon="code" href="/developer-docs/integration/entry-points/referee">
    How to embed and configure the referee tag on your landing page.
  </Card>

  <Card title="Sharing Methods" icon="share-nodes" href="/knowledge/referral/offers/sharing-methods">
    The channels referrers can use to share their link.
  </Card>
</CardGroup>
