> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/theme-settings/social-media.md).

# Social media

{% hint style="info" %}
**Theme Editor → Theme settings → Social media**
{% endhint %}

This settings page covers two separate features that work independently:

* **Social sharing options** — let customers share individual products on their social profiles
* **Social accounts** — display your store's social media icons in the footer or sidebar

<figure><img src="/files/poAAJpilje00TvZEN9KK" alt=""><figcaption></figcaption></figure>

***

### Social sharing — Share buttons on product pages

Enable the platforms you want to offer, then add the **Share** block to your product template to make them visible.

**Available platforms:** Facebook, Twitter/X, Pinterest, Line, Share by link

{% stepper %}
{% step %}
**Step 1 — Enable sharing in Theme settings**

Go to **Theme settings → Social media** and toggle on the platforms you want to show.

<figure><img src="/files/W2Fse9NV2U4CGGJotsu0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 2 — Add the Share block to the product template**

1. Open **Theme Editor → Default product** (or any product template)
2. Inside **Product overview**, click **Add block → Share**
3. Save

<figure><img src="/files/L8QMbuoOULKyGFlIjrQ2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### Social accounts — Store icons in footer or sidebar

Add the URLs for your store's social profiles. The icons appear wherever you place the **Social media** block in your layout — typically in the footer or the Main sidebar.

{% hint style="success" icon="sparkles" %}
**Supported platforms:** Instagram, Twitter/X, TikTok, Snapchat, Pinterest, Tumblr, Facebook, LinkedIn, YouTube, Vimeo, Reddit, Trustpilot, Tripadvisor, Telegram, Line.
{% endhint %}

To display the icons, add the **Social media** block to any section that supports it (e.g., Main sidebar, Footer).

<figure><img src="/files/lyZeL905Ghy40V1OWlM8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/avante-themes/theme-settings/social-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
