# Social sharing links

The social networks allow you to pass a title/text to pre-fill the share link. The below use the `site.title` for this message, but that can be replaced with what you want.

```markup
# twitter
<a href="https://twitter.com/?status={{ '%s %s'|format(site.title, site.formatted_url|urlencode) }}" target="_blank">Twitter</a><br>

# facebook
<a href="https://www.facebook.com/sharer.php?u={{ site.formatted_url|urlencode }}&amp;t={{ site.title|urlencode }}">Facebook</a><br>

# linkedin
<a href="https://www.linkedin.com/shareArticle?mini=true&amp;url={{ site.formatted_url|urlencode }}&amp;title={{ site.title|urlencode }}&amp;source=LinkedIn">LinkedIn</a><br>
```


---

# 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://docs.devhub.com/themes-and-custom-templates/advanced-examples/social-sharing-links.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.
