> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/additional-features/extensions/sharing-links.md).

# Sharing links

With the **sharing links**, visitors can share a product via social networks and e-mail – displayed in the buybox on the product page.

<figure><img src="/files/DvJKl1JcQQ4aGicTQUIN" alt=""><figcaption><p>ThemeWare® "Sharing links"</p></figcaption></figure>

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the "**Sharing links (in the buy box)**" block
3. Enable the configuration "**Show sharing links**"
4. Save your changes after editing

### **Content**

* Customise the headline using the following snippet:
  * `twt.detail.socialSharingLinks.headline`

For each channel (icon) you define a label (`label` – used as the icon's aria label) and a title (`title` – shown as a tooltip):

* **Facebook**
  * `twt.detail.socialSharingLinks.facebook.label`
  * `twt.detail.socialSharingLinks.facebook.title`
* **Twitter**
  * `twt.detail.socialSharingLinks.twitter.label`
  * `twt.detail.socialSharingLinks.twitter.title`
* **Pinterest**
  * `twt.detail.socialSharingLinks.pinterest.label`
  * `twt.detail.socialSharingLinks.pinterest.title`
* **WhatsApp**
  * `twt.detail.socialSharingLinks.whatsapp.label`
  * `twt.detail.socialSharingLinks.whatsapp.title`
* **X / Twitter**
  * `twt.detail.socialSharingLinks.x.label`
  * `twt.detail.socialSharingLinks.x.title`
* **E-mail**
  * `twt.detail.socialSharingLinks.email.label`
  * `twt.detail.socialSharingLinks.email.title`

When sharing via e-mail, a pre-filled message is generated in addition. You can customise the salutation, message text and closing using the following snippets:

* **Salutation**
  * `twt.detail.socialSharingLinks.email.salutation`
* **Message text**
  * `twt.detail.socialSharingLinks.email.body`
* **Closing**
  * `twt.detail.socialSharingLinks.email.closing`

{% hint style="info" %}
**Note**: For information on how to edit snippets, see the following instructions: [Texts: Editing and translation](https://knowledge.themeware.design/knowledge-base/tutorials/texts-editing-and-translation)
{% endhint %}

{% hint style="success" %}
**Tip**: If a change does not affect the storefront, just clear the Shopware cache: [Clearing / warming up the Shopware cache](https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/clearing-the-shopware-cache)
{% endhint %}

***

## Options

You decide which channels are offered individually in the same block – each via its own configuration for Facebook, Twitter, X, Pinterest, WhatsApp and e-mail.

***

## Summary

#### Theme configuration

* Tab "Product pages" => Block "Sharing links (in the buy box)" => Show sharing links

#### Snippets

* **Headline**
  * `twt.detail.socialSharingLinks.headline`
* **E-mail**
  * `twt.detail.socialSharingLinks.email.body`
  * `twt.detail.socialSharingLinks.email.closing`
  * `twt.detail.socialSharingLinks.email.label`
  * `twt.detail.socialSharingLinks.email.salutation`
  * `twt.detail.socialSharingLinks.email.title`
* **Facebook**
  * `twt.detail.socialSharingLinks.facebook.label`
  * `twt.detail.socialSharingLinks.facebook.title`
* **Pinterest**
  * `twt.detail.socialSharingLinks.pinterest.label`
  * `twt.detail.socialSharingLinks.pinterest.title`
* **Twitter**
  * `twt.detail.socialSharingLinks.twitter.label`
  * `twt.detail.socialSharingLinks.twitter.title`
* **WhatsApp**
  * `twt.detail.socialSharingLinks.whatsapp.label`
  * `twt.detail.socialSharingLinks.whatsapp.title`
* **X**
  * `twt.detail.socialSharingLinks.x.label`
  * `twt.detail.socialSharingLinks.x.title`
