# Milk: Social footer options

Milk's social bar can be used for displaying links to social pages or other websites related to your community.&#x20;

### Social bar options

| Option name                  | Value | Output                                                              |
| ---------------------------- | ----- | ------------------------------------------------------------------- |
| **Hide Social Bar (footer)** | Yes   | <img src="/files/FrLR51G3LaGCVdW5hOWA" alt="" data-size="original"> |
|                              | No    | <img src="/files/YlsEqBIW8B8aHl95kyvp" alt="" data-size="original"> |

### Enabling the social bar

1. Open the FlightDeck extension (control panel)
2. Find "Hide Social Bar (footer)"
3. Set as required
4. Submit

***

### Adding or modifying links

1. Open the FlightDeck extension (control panel)
2. Scroll to the bottom
3. Following the link format, paste your links into the **Social Footer Code** section
4. Submit

Link format:

```
<a href="http://www.facebook.com"><span class="fa fa-facebook"></span></a>
```

The icon image is served by FontAwesome. In this case fa-facebook represents the facebook icon. You can find a full list of supported icons here: [FontAwesome 4.7 Icons](https://fontawesome.com/v4/icons/).

Click an icon to find the fa- name, which can be used to replace fa-facebook above.&#x20;


---

# 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://docs.planetstyles.net/feature-guides/milk-theme/milk-social-footer-options.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.
