# Display replies and likes count in mobile view

**URL:** https://meta.discourse.org/t/display-replies-and-likes-count-in-mobile-view/203473
**Category:** Theme component
**Created:** [September 14, 2021, 3:38am UTC](https://meta.discourse.org/t/display-replies-and-likes-count-in-mobile-view/203473 "2021-09-14T03:38:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![th21](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/th21/32/211915_2.png) [@th21](https://meta.discourse.org/u/th21)
#### Post date: [September 14, 2021, 3:38am UTC](https://meta.discourse.org/t/display-replies-and-likes-count-in-mobile-view/203473/1 "2021-09-14T03:38:03Z")

</div>

A component to display replies and likes count in mobile view

 ![preview](https://global.discourse-cdn.com/meta/original/3X/b/3/b31ecfb4c4a8a99ec03e31502258931cbbc04652.jpeg)

Display likes count in addition to replies count on mobile view  
Support [Topic List Excerpts Theme Component](https://meta.discourse.org/t/topic-list-excerpts-theme-component/151520)

**Update:**  
Now support customized icon

 ![image](https://global.discourse-cdn.com/meta/original/3X/9/9/99aa37bab3bbb5a8327b3d0897564aedefd3fb71.png)

| | | |
| --- | --- | --- |
| 👓 | **Preview** | PREVIEW\_LINK |
| 🛠 | **Repository** | [https://github.com/notedboi/discourse-mobile-extend-display](https://github.com/notedboi/discourse-mobile-extend-display) |
| ❓ | **Install Guide** | [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682) |
| 📖 | **New to Discourse Themes?** | [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) |

---

<div class="post-metadata">

### Author: ![JonathanShaw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathanshaw/32/532672_2.png) [@JonathanShaw](https://meta.discourse.org/u/JonathanShaw)
#### Post date: [September 14, 2021, 9:36am UTC](https://meta.discourse.org/t/display-replies-and-likes-count-in-mobile-view/203473/2 "2021-09-14T09:36:34Z")

</div>

> [@th21](#):
>
> In admin settings, add ‘ **far-comment-alt** ’ to **'svg icon subset** ’

You can specify this directly in the theme components settings. no need for it to be an install step.

> [@Introducing Font Awesome 5 and SVG icons](https://meta.discourse.org/t/introducing-font-awesome-5-and-svg-icons/101643/1):
>
> add a string or list setting with a name containing `_icon` , for example:
> 
> ```plaintext
> svg_icons: 
> default: 'question-circle|wallet'
> type: 'list'
> list_type: 'compact'
> 
> ```

---

<div class="post-metadata">

### Author: ![th21](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/th21/32/211915_2.png) [@th21](https://meta.discourse.org/u/th21)
#### Post date: [September 14, 2021, 8:59pm UTC](https://meta.discourse.org/t/display-replies-and-likes-count-in-mobile-view/203473/3 "2021-09-14T20:59:04Z")

</div>

Thank you! I was thinking about it but didn’t find a solution. I have updated the componet with default icon set.
