Add Social Media Icons to React (with React Font Awesome)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 40

  • @alimirhashimli2727
    @alimirhashimli2727 Год назад +4

    It is so easy for HTML and CSS. I do not know why they have done this so complicated for React. Thank you so much, it was a great explanation.

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Год назад

      I completely agree. Also no idea why they buried the brands as well.

  • @francopdx
    @francopdx 2 года назад +2

    Thank you so much for this! I first tried Font Awesome some months ago and couldn't figure out how to use the social media icons. I was having the same issue again today. I tried looking up articles about this issue but couldn't find any. I'm glad that I then thought to look up videos.

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад

      You are so welcome. The brands one is a little tricky.

  • @gfield56
    @gfield56 Год назад

    Thanks for this. Not sure why FA has the brands import information so hidden, but it's been driving me crazy for a while. Glad to finally get this working!

  • @Avocado.777
    @Avocado.777 Год назад

    idk why it was so hard for me to find this tutorial. Clean video, thx a lot!

  • @martapfahl940
    @martapfahl940 Год назад +1

    You're a hero bro, thanks

  • @hdknife8200
    @hdknife8200 Год назад

    Its really helpfull....
    believe me I waste my whole day just to upload only this
    but i can't
    but now this video really help me to complete my task

  • @Jaja43sbc
    @Jaja43sbc 6 месяцев назад

    Great detail and good explanation.

  • @adeoyemuhdfawas
    @adeoyemuhdfawas Год назад

    Thanks very much!!!
    Second time your channel is helping me. Good work sir!👍🏿👍🏿👍🏿

  • @kristapsb-d3401
    @kristapsb-d3401 Год назад

    You saved my day man! I cant thank you enough

  • @Fe6b0lA
    @Fe6b0lA 2 года назад

    Very helpful! Thanks a lot my friend!

  • @SandeepSharma-lm1ye
    @SandeepSharma-lm1ye 2 года назад

    Thank You for this Video. Very Helpful

  • @joeljoel1236
    @joeljoel1236 Год назад

    thank you sooo much man

  • @zakibousb6146
    @zakibousb6146 2 года назад

    very good , really helpful , tnx

  • @edgarspujats8282
    @edgarspujats8282 2 года назад

    Such great video !

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад

      Stoked! Ya React Font Awesome can be confusing at times.

  • @Leugim010
    @Leugim010 2 года назад

    Thank you!!!

  • @MegaMetallica4ever
    @MegaMetallica4ever Год назад

    I really hope you see this. I had no problem importing solid svg icons, but I can't import the brand ones (HTML, CSS, etc). I did everything you did in the video except the react-bootstrap import, and it won't work. Any ideas why or what can I try?

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  Год назад

      They hid the brand icons for some reason.
      npm install --save @fortawesome/free-brands-svg-icons

  • @GurpreetSingh-ps6kl
    @GurpreetSingh-ps6kl 2 года назад

    Thank you sir

  • @wojciechbudziak450
    @wojciechbudziak450 2 года назад

    Thank You!

  • @ahmedjemal5859
    @ahmedjemal5859 2 года назад

    how about call and email icons those are not working for me

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад +2

      Those aren’t brand svg’s. Note the coffee icon on the font awesome react page.

  • @12thevil
    @12thevil 2 года назад

    I like the way you talk, but I am just learnign React and I think you added unnecessary layers of complexity. I have a vague idea of what Gasty is, for example, but mentioning those things confuse me.

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад

      Gatsby is just a version of React. There's also Next too. But the code is essentially the same.

  • @Amanjaisingh
    @Amanjaisingh 2 года назад

    why they made it complex .. earlier version was easy to install and to use

  • @Toulkun
    @Toulkun Год назад

    Linkedin icon not working

  • @rubelhossain8517
    @rubelhossain8517 2 года назад

    why not this working when we copy the code snippet

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад

      If you watch the video again, you'll see I don't copy and paste the code snippet. I do describe how to go about translating it to react though.
      1. fa-pinterest should be faPinterest.
      2. icon={faPinterest}
      Don't forget to load up the svg brands prior.

  • @ignatiusmusonda6658
    @ignatiusmusonda6658 2 года назад

    Thank you!