# Social Links

The theme supports social links in the footer. These links have a different style and behavior from regular navigation items.

To add social links, use the [**Secondary navigation**](/docs/breeze/basic-settings/navigation.md#secondary-navigation).

### Step-by-step:

{% stepper %}
{% step %}
Go to the "**Navigation**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
In the Secondary section, add a new item.
{% endstep %}

{% step %}
Add Social Links to the Secondary Navigation

1. In the **Secondary** section, add a new item.
2. Set the **Label** to one of the supported names (see list below).
3. Set the **URL** to your profile link (`https://instagram.com/yourprofile`).
   {% endstep %}

{% step %}
Click "**Save**" to apply your changes.
{% endstep %}
{% endstepper %}

### Supported Labels

Use the exact names below in the **Label** field in the Secondary Navigation:

{% code overflow="wrap" %}

```
Instagram, LinkedIn, Pinterest, Reddit, Snapchat, TikTok, Threads, Bluesky, Mastodon, Discord, Twitch, Steam, Tumblr, YouTube, Vimeo, GitHub, CodePen, Dribbble, Behance, Messenger, WhatsApp, Telegram, WeChat, Spotify, SoundCloud, Podcast, Last.fm, Patreon, RSS
```

{% endcode %}

{% hint style="danger" %}
Only supported names will display as social links. Unsupported names will appear as regular links.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://pinathemes.gitbook.io/docs/breeze/basic-settings/social-links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
