> For the complete documentation index, see [llms.txt](https://docs.supademo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supademo.com/share/share-link/twitter-x-interactive-links.md).

# Twitter / X Interactive Links

### **What are Twitter interactive links?**

When you share a Supademo on Twitter/X, it automatically expands into an interactive preview. Viewers can click through your demo *without leaving the app*—making it perfect for social engagement and quick product exploration.

{% @supademo/embed demoId="qn5OgU0vVVYGcq8SqibVV" url="<https://app.supademo.com/demo/qn5OgU0vVVYGcq8SqibVV>" %}

### **Here’s how to share your Supademo on Twitter/X:**

1. Navigate to the **"Share"** page on the Supademo you’d like to post.
2. Click on the **"Social"** tab.
3. Select the **Twitter/X logo** to create a post.
4. Sign into your Twitter account (if needed).
5. Click **"Post"** to share.
6. Viewers can now explore your Supademo **without leaving Twitter/X**.
7. Click **"See it live"** to preview your post.

### Why use Twitter/X interactive links?

* **Show, don’t tell:** Replace static screenshots with clickable demos to better showcase product features and updates.
* **Support on social:** Quickly answer user questions with a guided walkthrough—faster than typing a reply.
* **Boost engagement:** Let prospects explore your product in just one click, right from their feed.


---

# 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://docs.supademo.com/share/share-link/twitter-x-interactive-links.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.
