# Fixing issues with Embeds

Some users may experience an issue where Tweets with a link don't automatically embed properly. There are several solutions to this problem.

#### No media scanning

If your server is a non-community server, sometimes disabling content scanning can resolve links not embedding. To do this, you need to turn off 'Media Scanning' in your server. Open 'Server Settings' -> 'Moderation' -> Set 'Explicit Media Content Filter' to 'Don't scan any media content'.

![](https://images-ext-1.discordapp.net/external/WxAI-E10dW6QieR2BQv7AYZOmHlRAXca-op7fyyYydc/https/res.cloudinary.com/dat3rkiml/image/upload/v1606765657/ts-tutorials/Screenshot_2020-11-30_at_19.46.18.png)

#### Text only

If your server is a community server, and you require Tweet content always to appear, we recommend turning off the 'Link' flag, and just having the text instead.

#### TweetShift-generated embeds  (coming soon)

This feature allows TweetShift to generate embeds ourselves without relying on Discord. The downsides of this is that we may not be able to show the full text of Tweets, but they still look similar to normal embeds.

#### Lite Embeds (coming soon)

We'll soon roll out a feature called 'Lite embeds' which allow the use of a lighter weight embed, which looks like this. These embeds will always work as long as Twitter is up, and will include the full image and text of Tweets, although, they don't look as pleasent.

![An example of Lite Embeds](https://storage.crisp.chat/users/helpdesk/website/bec02862e40b4000/screenshot-2021-02-12-at-01224_mxoaj9.png)


---

# 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://maiacodes.gitbook.io/tweetshift/auto-posting/fixing-issues-with-embeds.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.
