# Social Media Account

The social media feature permits **Content Creators** to add social media links to their website and display them on any page. Site visitors can click on the social media icon and be directed to the associated web page.

Drupal also allows live social media feeds to be shown on your webiste.

For a list of all social media accounts attached to a website, add `/connect` to the end of the homepage URL (Eg. <https://www.uoguelph.ca/ccs/connect>).

## To Add "Follow Us" Social Media Links:

**First**, add a social media account:

### To Add a Social Media Account:

1. From the Administration bar, navigate to `Add Content` > `Social Media Account`.
2. Enter a **Title**.
3. If you have an [Account Category](/basicbeginner/taxonomies.md) defined, select the appropriate one.
4. Select the social media network from the drop down list.
5. Enter your Account URL - *Usually found by going to your social media homepage and copying the URL.*
6. Enter any *tags* or *keywords* that may assist in categorizing and organizing your social media.
   * ![Description](/files/-Ldu965h7_pX0IUzGLmH)
7. Select `Save` when you are done.

**Next**, add the view pane to display social media icons:

### To Display Social Media Icons:

1. Go back to the *Home page* and select `Customize this page` at the bottom of the Web Page.
   * ![Customize button](/files/-Ldu95X6-rxbc9SW5JwN)
2. Choose any of the location areas to place your social media links (i.e. top, middle column, right side, etc) and select `+`.
   * ![Add button](/files/-Ldu95X8T_fUwntToGsu)
3. Click on `View Panes` and select either `S3` or `S4` views depending on your needs.
   * ![add button](/files/-Ldu965jMESLezXawOQO)
4. Select `Continue`.
5. Select `Finish`.


---

# 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://ccsdrupalguide.uoguelph.ca/ugcontenttypes/howto-socialmedia.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.
