# Social share

### Social share

> Module position: topbar-1
>
> Module class suffix: Not used

![](/files/UlWAnMpHgeYlJweuWCXr)

#### Step-1:

![](/files/qCyJgxOXIdsbBAHPrsc2)

#### Step-2:

![](/files/r3hNZ00BidhG12R9AC21)

#### Step-3:

![](/files/1eaSqFya6LnLWJjrp0nu)

#### Step-4:

Add the following code in your custom module

```html
<div class="tp-share">
    <ul class="topbar-nav topbar-right">
        <li>
            <a href="#"> <em class="fa fa-twitter"></em> </a>
        </li>
        <li>
            <a href="#"> <em class="fa fa-facebook"></em> </a>
        </li>
        <li>
            <a href="#"> <em class="fa fa-google-plus"></em> </a>
        </li>
        <li>
            <a href="#"> <em class="fa fa-youtube"></em> </a>
        </li>
        <li>
            <a href="#"> <em class="fa fa-linkedin"></em> </a>
        </li>
        <li>
            <a href="#"> <em class="fa fa-instagram"></em> </a>
        </li>
    </ul>
</div>
```


---

# 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://jdocs.themeparrot.com/joomla-templates/bookstore/social-share.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.
