> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/bookstore/social-share.md).

# 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>
```
