# 如何更改分享链接图标

**URL:** https://meta.discourse.org/t/how-can-change-share-link-icon/82596
**Category:** Support
**Created:** [2018年三月9日 09:02 UTC](https://meta.discourse.org/t/how-can-change-share-link-icon/82596 "2018-03-09T09:02:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Hoang\_Nam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hoang_nam/32/77355_2.png) [@Hoang\_Nam](https://meta.discourse.org/u/Hoang_Nam)
#### Post date: [2018年三月9日 09:02 UTC](https://meta.discourse.org/t/how-can-change-share-link-icon/82596/1 "2018-03-09T09:02:15Z")

</div>

I want change share link icon to share icon facecbook?

 ![56%20copy](https://global.discourse-cdn.com/meta/original/3X/a/0/a01286e735a230ed38de4dafff0e7172fc4d08b9.png)  
Thank all so much \<3

---

<div class="post-metadata">

### Author: ![Hoang\_Nam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hoang_nam/32/77355_2.png) [@Hoang\_Nam](https://meta.discourse.org/u/Hoang_Nam)
#### Post date: [2018年三月9日 10:10 UTC](https://meta.discourse.org/t/how-can-change-share-link-icon/82596/2 "2018-03-09T10:10:11Z")

</div>

Sorry…I did it  
` .fa-chain:before, .fa-link:before { content: "\f082"; }`

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2018年五月18日 10:59 UTC](https://meta.discourse.org/t/how-can-change-share-link-icon/82596/3 "2018-05-18T10:59:06Z")

</div>

Changing an icon globally is very simple using APIs

> [@Change icons globally](https://meta.discourse.org/t/change-icons-globally-using-the-apis/87751):
>
> This is an easy way to change a Discourse icon globally. Right click on the icon you want to change and select “Inspect element” or “Inspect” (depends on the browser) Find the icon name Search a new icon here [Find Icons with the Perfect Look & Feel | Font Awesome](https://fontawesome.com/icons?d=gallery), e.g. [external-link-alt](https://fontawesome.com/icons/external-link-alt?style=solid) Customize and add the code in your admin \> customize \> themes \> edit code -\> JS tab // {theme}/javascripts/discourse/api-initializers/init-theme.gjs import { apiInitializer } from "disco…

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2018年五月18日 10:59 UTC](https://meta.discourse.org/t/how-can-change-share-link-icon/82596/4 "2018-05-18T10:59:22Z")

</div>


