> 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/business/layout-customization/pages/community/social.md).

# Social

### SOCIAL

> Module position: Position-6
>
> Module class suffix: Not used

![](/files/p4BWy9WjqgeIdNBliUWo)

If you want to display your information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/eynYvFIxHqVI0deqjXMn)

#### Step-2:

![](/files/7FRfLPETcnOw3z4vwE3u)

#### Step-3:

![](/files/sbLjv8HVCHNumbHSFy5y)

#### Step-4:

Add the following code in your custom module

```html
<div class="community-grid">
    <p>
         <em class="fa fa-twitter"></em>
    </p>
    <h3><a href="#" target="_blank">Twitter</a></h3>
    <p>We’re tweeting from @example, and the official community hashtag is #example.</p>
</div>
<div class="community-grid">
    <p>
        <em class="fa fa-facebook"></em>
    </p>
    <h3><a href="#" target="_blank">Facebook</a></h3>
    <p>Facebook appears to not be going away so we decided to have an official presence there too.</p>
</div>
```
