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

# Social Share Buttons

**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.

## How To Install AddThis Code?

<figure><img src="/files/VD2YmV41338blb6E1dLh" alt=""><figcaption></figcaption></figure>

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. From your Shopify admin, go to **Online Store** **->** **Themes**.
6. Find the theme that you want to edit, and then click **Customize**.
7. Click **Theme settings ->** **General -> Social Share Buttons.**
8. Paste the snippet of JavaScript at **Custom Script** fields, then click **Save.**

{% 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 %}

![](/files/5T5aZFR31FQN0hwWD8Tl)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://halosoft.gitbook.io/halo-docs/theme-settings/general/social-share-buttons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
