> For the complete documentation index, see [llms.txt](https://templatescoder.gitbook.io/labacha-shopify-theme-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://templatescoder.gitbook.io/labacha-shopify-theme-documentation/theme-settings/general/social-share.md).

# Social Share

**Social Share Buttons** are buttons, for various social media platforms such as Facebook, Instagram, and Twitter, that you add to your website in order for people to be able to share your page on their respective social media account.

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **General -> Social Share Buttons.**

<div align="center"><figure><img src="https://content.gitbook.com/content/99MlOzvyJDAhsvR2FLtv/blobs/LlW954vJ29xivMxDjGKL/screenshort-71.jpg" alt=""><figcaption></figcaption></figure></div>

#### 1. How To Install Add This Code?

1. Signup for an AddThis account [here](https://www.addthis.com/register?next=/dashboard#tool-config).
2. Activate and customize the tools that you would like to use on your site.
3. Go to the **Get the Code** page in your AddThis dashboard and copy your unique snippet of JavaScript under the **HTML** tab.
4. Login to your Shopify account.
5. Paste the snippet of JavaScript at **Custom Script** fields. In front of the snippet, insert a DIV classed as "addthis\_inline\_share\_toolbox", then click **Save.**

The final look of the pasted snippet should be similar to this:

```
<div class="addthis_inline_share_toolbox"></div> 
<script 
    type="text/javascript" 
    src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-63d7f5aca47de4d6">
</script>
```

{% hint style="info" %}
If you’ve activated an inline tool, there is a second snippet of code that you will need to add to your site. Copy the inline snippet from the Get the Code page in your AddThis dashboard and paste it into your Shopify theme where you would like your inline tool to appear.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/99MlOzvyJDAhsvR2FLtv/blobs/S2ua7QjY3DAEOhKa6uA8/screenshort-184.jpg" alt=""><figcaption></figcaption></figure>
