> For the complete documentation index, see [llms.txt](https://docs.phanes.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phanes.bot/phanes/fix-links.md).

# Fix Links

Paste a X tweet, profile or TikTok URL in your  Group and watch it instantly transform into a readable message.

> 💡 You can now also share tweets in Phanes DMs. The converted message you can easily share in channels and beyond.

## 🐦 X / Twitter

{% hint style="info" %}

* Group admins can enable or disable it with `/xfix <on/off>`
* Toggle simpler [FxTwitter](https://fxtwitter.com/) view with `/xsimple <on/off>`
* Add `.` at the beginning of a URL to exclude it from scraping
* Append `,` to the end of the message to show the full tweet *(not trimmed)*
* Append `-v` to the end of the URL to show the video only
  {% endhint %}

{% tabs %}
{% tab title="⭐️ Example" %}

<div><figure><img src="/files/sehl7JjI1WKPJ6ucjdBP" alt=""><figcaption><p>Normal Tweet</p></figcaption></figure> <figure><img src="/files/rUMCmTbcb3XhkBHQF0Ij" alt=""><figcaption><p>Quoted Tweet</p></figcaption></figure> <figure><img src="/files/TBUj4ZPr2HvAjXIxtmM9" alt=""><figcaption><p>Tweet w/ video</p></figcaption></figure></div>
{% endtab %}

{% tab title="▶️ Watch Demo" %}
{% embed url="<https://phanes.bot/demo/xFixerBot.mp4>" fullWidth="false" %}
{% endtab %}
{% endtabs %}

### Summarize Tweet

Summarize longer tweets using our AI tool. Just post the tweet URL and click the <kbd>Summarize Tweet</kbd> button.&#x20;

If you’ve set a [custom language](/phanes/commands.md#language), the summary will be translated automatically.

<figure><img src="/files/neqpJvWWt6ViqFQPL1xx" alt="" width="375"><figcaption></figcaption></figure>

### Translate Tweets

{% hint style="warning" %}
*Your group must be* [*boosted*](/premium/group-boost.md#translate-tweets)*.*
{% endhint %}

Translate tweets into any language — just set your preferred language [here](/phanes/commands.md#language).

***

## 💸 Polymarket

{% hint style="info" %}
Prepend a dot `.` to the URL to exclude it from scraping.

* Example: `.https://polymarket.com/event/...`
  {% endhint %}

<figure><img src="/files/471LmhoVTzAPhy9gVMq7" alt="" width="339"><figcaption></figcaption></figure>

***

## ➕ Truth Social

{% hint style="info" %}
Prepend a dot `.` to the URL to exclude it from scraping.

* Example:  `.https://truthsocial.com/...`
  {% endhint %}

<figure><img src="/files/ZHbUky0uCQFy4kW8UXt8" alt="" width="375"><figcaption></figcaption></figure>

***

## 👻 TikTok

{% hint style="info" %}

* Admins in groups can turn this on/off with:
  * `/tiktokfix <on/off>`
* Prepend a dot `.` to the URL to exclude it from scraping.
  * Example: `.https://www.tiktok.com/...`
    {% endhint %}

<figure><img src="/files/ONJpPg0gVfOBVQ0UTbc0" alt="" width="375"><figcaption></figcaption></figure>

***

## 📸 Instagram

{% hint style="info" %}

* Admins in groups can turn this on/off with:
  * `/instafix <on/off>`
* Prepend a dot `.` to the URL to exclude it from scraping.
  * Example: `.https://www.instagram.com/reel/...`
    {% endhint %}

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


---

# 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.phanes.bot/phanes/fix-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.
