# Displaying user card on hover

**URL:** https://meta.discourse.org/t/displaying-user-card-on-hover/104126
**Category:** UX
**Created:** [12월 12, 2018, 5:28오후 UTC](https://meta.discourse.org/t/displaying-user-card-on-hover/104126 "2018-12-12T17:28:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![eaas](https://avatars.discourse-cdn.com/v4/letter/e/3d9bf3/32.png) [@eaas](https://meta.discourse.org/u/eaas)
#### Post date: [12월 12, 2018, 5:28오후 UTC](https://meta.discourse.org/t/displaying-user-card-on-hover/104126/1 "2018-12-12T17:28:07Z")

</div>

I searched throughout the forum for a few hours and wasn’t able to find anything specifically on this topic (though it was mentioned in some threads about user cards as a suggestion.)

I understand that many are opposed to this but for some contexts in forums this makes a lot of sense - currently working on a custom theme and wondering if there’s a simple way to show user cards on hover rather than on click:

 ![12%20AM](https://global.discourse-cdn.com/meta/original/3X/8/5/852cc040c4b17e6aab4e746f85a56e5efabbf889.png)

Is there any reason to believe that this will hinder performance or stress the backend in any way? If upon scrolling and these cards are pre-loaded it could send a lot of requests on the backend?

Just wondering how best to achieve this without affecting speed and overall performance of the site.

---

<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: [12월 13, 2018, 12:15오전 UTC](https://meta.discourse.org/t/displaying-user-card-on-hover/104126/2 "2018-12-13T00:15:09Z")

</div>

Hover doesn’t work on any touch devices, so it generally should be avoided as a primary UX mechanism.

> **[Title Texts Suck | Axess Lab](https://axesslab.com/title-texts-suck/)**
>
> Many people I meet think title texts, also known as tooltips, improve both the accessibility and usability of their sites. They don't. In fact, they…

It’s also kind of irritating when stuff starts popping all around your mouse cursor as you move it.

---

<div class="post-metadata">

### Author: ![Decorbuz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/decorbuz/32/235124_2.png) [@Decorbuz](https://meta.discourse.org/u/Decorbuz)
#### Post date: [4월 11, 2022, 1:41오전 UTC](https://meta.discourse.org/t/displaying-user-card-on-hover/104126/4 "2022-04-11T01:41:36Z")

</div>

> [@codinghorror](#):
>
> 호버는 어떤 터치 장치에서도 작동하지 않으므로, 일반적으로 주요 UX 메커니즘으로 사용하는 것을 피해야 합니다.

데스크톱에만 한정된다면 작동할 수 있을까요?

개인적으로 이 기능이 실제로 구현되는 것을 보고 싶습니다. #Customization > Theme component 또는 #customization:plugin으로 이 기능을 요청하기 위해 비용을 조금 기여할 수도 있을 것 같습니다.

---

<div class="post-metadata">

### Author: ![bquast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bquast/32/289307_2.png) [@bquast](https://meta.discourse.org/u/bquast)
#### Post date: [2월 6, 2023, 7:22오후 UTC](https://meta.discourse.org/t/displaying-user-card-on-hover/104126/5 "2023-02-06T19:22:46Z")

</div>

모바일에서 호버 기능이 작동하지 않는 것이 크게 문제가 될까요? 이 기능은 데스크톱에서는 좋아할 수 있지만, 개인적으로는 모바일에서는 기대하지 않습니다(여기서 말하는 것은 일반적인 유저 카드에 대한 것입니다).

번거로운 팝업에 대한 논리는 충분히 이해합니다. 확실히 싫어하는 부분이니까요. 하지만 이 경우에는 예외를 둘 수도 있을 것 같습니다.

감사합니다
