# Twitter link expansion shows image of user profile

**URL:** <https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635>\
**Category:** Support\
**Created:** [2017年十一月7日 21:09 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635 "2017-11-07T21:09:28Z")\
**Posts on this page:** 10\
**Page:** 1

<div class="post-metadata">

**Author:** ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)\
**Post date:** [2017年十一月7日 21:09 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/1 "2017-11-07T21:09:28Z")

</div>

When I post a link to a response in a topic that doesn’t have an image, it puts the user profile image. So in my case, the link expands to have a big picture of my face on Twitter. That’s not exactly what i’m trying to highlight 😉

Is there a way to override that?

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2017年十一月7日 21:17 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/2 "2017-11-07T21:17:04Z")

</div>

The twitter avatars at the moment are bit … big … I am fixing it now

---

<div class="post-metadata">

**Author:** ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)\
**Post date:** [2017年十一月7日 21:19 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/3 "2017-11-07T21:19:10Z")

</div>

That’s great. But rather than size, can I not have my face show up at all? Can it just be blank? Or use my site logo?

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2017年十一月7日 21:20 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/4 "2017-11-07T21:20:25Z")

</div>

Let’s quickly check:

> <https://twitter.com/samsaffron/status/927999879569342465>

A theme component with

```plaintext
.twitterstatus .onebox-body .thumbnail, .twitterstatus .onebox-body .aspect-image {
   display: none;
}

```

Should probably do the trick.

But we really should be showing it like this, which I am fixing:

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/4/d4cc366034504da757d2bcd0f88758ed36f06451.png)

---

<div class="post-metadata">

**Author:** ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)\
**Post date:** [2017年十一月7日 22:05 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/5 "2017-11-07T22:05:51Z")

</div>

Sorry. I should have been more clear. My apologies.

On Twitter, the link expansion is my issue. I don’t want my avatar being on the expansion. I want to prevent my avatar picture from populating that image spot.

 ![25 PM](https://global.discourse-cdn.com/meta/original/3X/8/7/87ced8db9de2ed8ae56548a0216036a57d877f84.png)

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2017年十一月7日 22:15 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/6 "2017-11-07T22:15:44Z")

</div>

That is by design, we include the avatar of the user in our opengraph data and twitter render it that way. There are no toggles to disable us providing this metadata.

---

<div class="post-metadata">

**Author:** ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)\
**Post date:** [2017年十一月7日 22:18 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/7 "2017-11-07T22:18:50Z")

</div>

So if I put some kind of picture in that post, that will overwrite the avatar image, yes?

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2017年十一月7日 22:19 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/8 "2017-11-07T22:19:14Z")

</div>

Yes that is how it works, we fall back to user avatar.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2017年十一月8日 02:03 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/9 "2017-11-08T02:03:18Z")

</div>

Look much better now, closing this.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2017年十一月9日 02:00 UTC](https://meta.discourse.org/t/twitter-link-expansion-shows-image-of-user-profile/73635/10 "2017-11-09T02:00:02Z")

</div>

This topic was automatically closed after 23 hours. New replies are no longer allowed.
