Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkedin icon not showing (using CDN CSS) #12649

Closed
GaiaGonen opened this issue Mar 20, 2018 · 9 comments
Closed

Linkedin icon not showing (using CDN CSS) #12649

GaiaGonen opened this issue Mar 20, 2018 · 9 comments

Comments

@GaiaGonen
Copy link

GaiaGonen commented Mar 20, 2018

I've integrated through CSS, icons work fine except for the linkdein icon (the one in a square)

Used the code <i class="fab fa-linkedin"></i> but it shows an empty square.

@tagliala
Copy link
Member

Hi!

Thanks for being part of the Font Awesome Community.

If you are using the default settings

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/solid.css" integrity="sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">

image

please note that Brands are not included, so you need to

  • Enable "Brands" or
  • Select "All"

and update your html accordingly.

Please let me know if this is your issue

@psdesignmobile
Copy link

Having the same issue.

When you say it's "not included", do you mean in the free version? It's on the free page.

FWIW: Whether I select "all" or individually select each one, it's not working for me either.

@tagliala
Copy link
Member

When you say it's "not included", do you mean in the free version? It's on the free page.

Hi, things have changed: the default choice (all.css) now include brands

I'm going to close here. If you think there is an issue with Font Awesome, please open a new issue and make sure it follows our bug report template

@psdesignmobile
Copy link

in case its helpful to others: it has to be:
fab fa-linkedin NOT
fa fa-linkedin

@HiveMindNet
Copy link

Thank you psdesignmobile - your note was most helpful. In fact is was the only helpful comment on the page in my view.

@jessuppi
Copy link

jessuppi commented May 9, 2019

I was having a similar issue, it turned out to be Adblock related, see this thread:

#1799

@petervandenabeele
Copy link

@jessuppi found the relevant cause (see post above). Test turning off AdBlock Plus and if that has impact (it did for me in June 2019), check the thread shown above #1799 .

@punisher-dev
Copy link

punisher-dev commented Sep 8, 2020

I've tried this one and it worked:

fa fa-linkedin-square

@LauraRLT
Copy link

This worked for me:
brands fa-linkedin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants