Easily Add Social Media Icon Links to Your Website with HTML & CSS

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • In this video I'll be showing you how to add icon links for sites like Facebook, Twitter, Instagram, Snapchat etc. on your own website. This is perfect for small business website designs, portfolios and so on.
    Ionicons Reference:
    ICON SEARCH - ionic.io/ionicons
    USAGE - ionic.io/ionic...
    🏫 My Udemy Courses - www.udemy.com/...
    🎨 Download my VS Code theme - marketplace.vi...
    💜 Join my Discord Server - / discord
    🐦 Find me on Twitter - / dcodeyt
    💸 Support me on Patreon - / dcode
    📰 Follow me on DEV Community - dev.to/dcodeyt
    📹 Join this channel to get access to perks - / @dcode-software
    If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
    #dcode #html #css

Komentáře • 111

  • @esasrl3384
    @esasrl3384 Před 18 dny +1

    You are a life saver mate! Greetings from Italy 🇮🇹

  • @sanskrutiswami8276
    @sanskrutiswami8276 Před 2 lety +5

    I was recently given an assignment to create a login form and I had no idea how to add the social media icons.
    Thank you for the explanation! It was really helpful.

  • @swapnilbauskar3485
    @swapnilbauskar3485 Před 2 lety +4

    Broooo , all concepts you explained to me in the video i understood them crystal clear. I had been watching other YTubers for this & all of them flopped around the concept. You got straight to the concept & made it easy to understand at the same time making it easy to execute. Please do more videos like this of other languages as well. I subbed. Love ya !!!

  • @kenduxbury7122
    @kenduxbury7122 Před 2 lety +1

    Beginning web dev here...THANK YOU for this vid!!! Helped tons.

  • @user-ho7fg7bm3b
    @user-ho7fg7bm3b Před rokem +1

    This was very helpful brother, straight to the point. thanks once again.

  • @precious8326
    @precious8326 Před 2 lety

    omg, thank u so much , I searched so hard online and was so confused your video answered every question! SO SIMPLE will be subscribing ; )

  • @An-yh2bl
    @An-yh2bl Před 2 lety +1

    Thank you! :) Great tutorial, I had problems in a project with the underline at the social icons and I couldn´t make it disappear, now I know how to make that too! :)

  • @sayori3939
    @sayori3939 Před rokem

    Thanks this is the best website for icons I've seen so far, they're very easily customizable, check the usage page, you can change colors, size

  • @Kreative_kelly
    @Kreative_kelly Před 2 lety +3

    Total lifesaver! Thank you for the easy explanation!

  • @tessr6238
    @tessr6238 Před rokem +2

    Clear, concise instructions that worked a treat - thanks!

  • @lewkez
    @lewkez Před 2 lety +1

    this is one of the best tutorials i've followed so far! thank you so much :), definitely deserverd a sub

  • @erikdinos1229
    @erikdinos1229 Před 9 měsíci

    thanks! so easy to do,if you get the easy instructions!

  • @edwinmaina4real
    @edwinmaina4real Před rokem

    Your video and sound are of good quality. Good job .
    Thank you for the video.

  • @patriciakulemeka2433
    @patriciakulemeka2433 Před 2 lety

    this really helped me i was struggling to put icons thanks

  • @alskopim
    @alskopim Před rokem +5

    Is there a way to change the size of the icon?

  • @work9167
    @work9167 Před 2 lety +1

    Beautiful. Nice and simple explanation

  • @Mercinity
    @Mercinity Před 2 lety +2

    how do you change the logo size and location? I want the logo to be along the bottom of the page

  • @kennjenkins5645
    @kennjenkins5645 Před 2 lety

    Sir, You are a very good instructor thank you.

  • @fidelisomoni7537
    @fidelisomoni7537 Před 2 lety

    I could give you a hug for this, Thank you soo so much man!!!

  • @Local_Nerd
    @Local_Nerd Před rokem

    Thanks!

  • @nanchinsunday6136
    @nanchinsunday6136 Před 2 měsíci

    Thank you your video helped me 😂😂

  • @kidtukwan
    @kidtukwan Před rokem

    Thanks buddy! I link your explanation 😉

  • @catcollector9495
    @catcollector9495 Před 2 lety +3

    This was super helpful, thank you! Is there by any chance a way to size up the icon once you've added it in?

    • @olanrewajuarilomo
      @olanrewajuarilomo Před 2 lety +8

      Yes, simply add a "font-size" property to your class. E.g .icon{
      font-size: 50px;
      }

    • @shehryarkhan3646
      @shehryarkhan3646 Před 2 lety +4

      You can also use this property:
      and u can use the CSS property like:
      ion-icon {
      font-size: 30px;
      }

    • @maxencejouane2337
      @maxencejouane2337 Před 2 lety +2

      @@shehryarkhan3646 thank you so much i was struggling for 1 hour trying to change the size and saw your comment and tried it out. Thank you!!!!!

    • @shehryarkhan3646
      @shehryarkhan3646 Před 2 lety +1

      @@maxencejouane2337 You are Welcome, bro! 😊

    • @sherazkhan6522
      @sherazkhan6522 Před 2 lety +1

      @@shehryarkhan3646 thnx alot

  • @DineshRawat10
    @DineshRawat10 Před 2 lety +1

    Thanks a lot 😍✨

  • @JoanaSilva-fk3ld
    @JoanaSilva-fk3ld Před rokem +1

    Hi Dom. Thanks for this helpful video! Is there any way to change the icons alt text on hover? From "Logo Twitter" to just "Twitter", for example.

  • @prenzgamer2001
    @prenzgamer2001 Před 2 lety

    Thank you so much! vey helpful...

  • @fieryninja2374
    @fieryninja2374 Před 2 lety

    Best tutorial really helped

  • @btgdiablo2030
    @btgdiablo2030 Před 2 lety +8

    how do i change the size of the icons? I saw one comment below but I can't figure it out.

    • @damanackal
      @damanackal Před 2 lety +9

      ion-icon {
      height: 50px;
      width: 50px;
      }
      You change change the height and width like this in your .css file

    • @daranithin6157
      @daranithin6157 Před rokem

      @@damanackal thanks a lot !! saved my time

    • @bettertosleep9949
      @bettertosleep9949 Před rokem

      For some reason that didn’t work for me

    • @Laughteragency
      @Laughteragency Před 11 měsíci

      ​@@bettertosleep9949
      Make sure you put the dot sign before the tag up

    • @takimoussa7
      @takimoussa7 Před 11 měsíci +1

      Try font-size

  • @SpeedySurprises
    @SpeedySurprises Před 2 lety

    Thanks. You are helpful.

  • @sridharreddy5714
    @sridharreddy5714 Před rokem

    It was a great video sir i have seen in youtube regarding this topic i have a doubt sir i am new to html and css in this video you shown how to link the social media icons with our links but who ever clicked the link they can access our account right but i want to add my social media account to just to read it not for writting shall i know how to do that

  • @whyjamesisacommonname

    thanks, i learned something :)

  • @OujiDDumb
    @OujiDDumb Před 2 lety +3

    how do i make it big!!! height and width not working men

  • @simrandubey2596
    @simrandubey2596 Před rokem

    Thank YOu for the video it help allot

  • @appiahfred2275
    @appiahfred2275 Před 2 lety +1

    Gracias amigo ❤👍👍👍Thanks

  • @prasannasilva7754
    @prasannasilva7754 Před 2 lety

    absolutely handy! thanks

  • @mightycoderx
    @mightycoderx Před 3 lety +1

    I'll use ionicons next time I need icons instead of font awesome which is more of an hassle

  • @warlordxone07
    @warlordxone07 Před rokem

    Thanks a lot bhai love u ❤️❤️❤️

  • @RianY2K
    @RianY2K Před 3 lety

    Wow i dont know this Icon service is exist. This become alternative from font awesome.

  • @sayaankhan3484
    @sayaankhan3484 Před 2 lety

    You would think it would be this easy and simple.

  • @ibrahim_011
    @ibrahim_011 Před rokem

    really helpful

  • @jibanpradeepchand9102
    @jibanpradeepchand9102 Před 2 lety

    Thank you 😊

  • @dilkihansapani9145
    @dilkihansapani9145 Před 2 lety

    Thank you buddy😍

  • @aquasplash545
    @aquasplash545 Před rokem

    thanks for this vid. I got an alternative to FontAwesome.

  • @SvetaSveta-ms4hi
    @SvetaSveta-ms4hi Před 3 lety

    Thanks a bunch! 😍

  • @espectrograma
    @espectrograma Před 2 lety +1

    Hi Dom. This video was very helpful for me, to drag followers to my social media through my website. On the other hand, I'd like to encourage the visitors of some pages of my website to share those pages with their friends. To do that, I suppose I might replace the address of my social media (facebook, twitter) for some other facebook and twitter address so that the visitors was directed to their own social media. Do you have a video on that matter? Thank you very much. Edgar, from South Brazil.

    • @tom_barongo
      @tom_barongo Před rokem

      I wish you were answered, I could have learned too. Could you please help me on the same matter if already knowledgeable about it?

    • @espectrograma
      @espectrograma Před rokem

      @@tom_barongo Unfortunately I didn't get through that issue so far.

  • @Woodcourtstudio
    @Woodcourtstudio Před 2 lety

    Thank you so much

  • @giovannimichel5506
    @giovannimichel5506 Před 2 lety

    Thank you for the intel.

  • @CodingGeeek
    @CodingGeeek Před rokem

    Hi buddy! I hope you're doing great. which font-family you're using in vscode?

  • @guyrowes1867
    @guyrowes1867 Před 3 lety

    Very nice man

  • @bluecollarscrooge3981
    @bluecollarscrooge3981 Před 2 lety

    like the video but having problem positioning icons. using margins and padding (floating to the right but dont want the far right) and having issues.otherwise good

  • @lol-hz9mc
    @lol-hz9mc Před 2 lety

    Thank you

  • @gomango99
    @gomango99 Před 2 lety

    That's great! Is there a way to have a short caption underneath it?

  • @havicff3992
    @havicff3992 Před 2 lety

    thanks broo....

  • @fannyfranzen7561
    @fannyfranzen7561 Před 2 lety

    Thanks

  • @CreativeTutorialsWeb
    @CreativeTutorialsWeb Před 3 lety +1

    Impressive

  • @akbarkarshiev2983
    @akbarkarshiev2983 Před 2 lety

    thanks broo

  • @phillipcroukamp1825
    @phillipcroukamp1825 Před 11 měsíci

    How can I make the link open in the mobile app for socal media when someone opens the link on their phone?

  • @eliadisousa
    @eliadisousa Před 2 lety

    In a Blogger gadget the default color of icons is gray and the hover orange.

  • @Imk4r4n
    @Imk4r4n Před 2 lety

    0 dislike bro : )

  • @aatikaati1038
    @aatikaati1038 Před rokem

    How to change the size and give space in icons....i tried all properties about size but no work working

  • @jazleen5743
    @jazleen5743 Před rokem

    works, but it only appears on microsoft edge and firefox and not on google chrome?

  • @OVERSKETCH
    @OVERSKETCH Před rokem

    my concern was that the icons seemed to be too small in my website when i tried to code it in, although i did put some margins it did work but the size cant seemed to be working

    • @anandmahamuni5442
      @anandmahamuni5442 Před rokem

      Same w3s has similar library but can't change the size at all

  • @djordjestankovic7484
    @djordjestankovic7484 Před 2 lety

    thanks

  • @mattheworton9803
    @mattheworton9803 Před 2 lety

    Does this still work I'm using sublime text and I've entered the code but the icons not showing up on my html?

  • @ourspolair7118
    @ourspolair7118 Před rokem

    I have a syntax error : is not recongnized, how to fix it?

  • @kiroka9129
    @kiroka9129 Před rokem

    您好,我想问一下,如果我想添加的社交图标不在网站上,例如行,我应该如何修改它

  • @cherrym3202
    @cherrym3202 Před rokem

    Hiii, this didn't work for me:( I had to make a "website" for a performance task in our school. I'm not sure what i did wrong but the icon itself wasn't showing up when i refresh the site.

    • @cherrym3202
      @cherrym3202 Před rokem

      is there something else i need to know or learn before trying to do this?

    • @SimplyALord3542
      @SimplyALord3542 Před rokem

      you should prob write ur code here so people can look for an error

  • @alexisbaffoe1397
    @alexisbaffoe1397 Před rokem

    What about calling, whatsapp and email?

  • @3bdostation476
    @3bdostation476 Před 2 lety

    how i can move him and make it biger????

  • @vroger7959
    @vroger7959 Před 2 lety

    How to put this logo on the center of my page ?

  • @thatdumdumguy1548
    @thatdumdumguy1548 Před 2 lety

    hey just asking, what software are you using to do html?

  • @maprajwol950
    @maprajwol950 Před 2 lety

    How do i adjust its size?

  • @MalcolmTheRealtor
    @MalcolmTheRealtor Před 2 lety

    How do I align them vertically?

  • @ecommerceproject6569
    @ecommerceproject6569 Před 3 lety

    may i have copy of this html code pls?

  • @yatheeshgowda6191
    @yatheeshgowda6191 Před 2 lety

    Hii guys my name is Document Object Model (DOM) You are born for the web DOM

  • @bea027
    @bea027 Před 2 lety

    won't work on mine :(

  • @pepidge3371
    @pepidge3371 Před rokem

    why doesnt it have tiktok

  • @OujiDDumb
    @OujiDDumb Před 2 lety

    how do i move it

    • @garbaty2000
      @garbaty2000 Před 2 lety

      position: absolute:
      left:
      top:
      bottom:
      right:
      pair of these (ex. top, left) is enough

  • @divanshverma3466
    @divanshverma3466 Před 3 lety

    How to change logo size please reply

  • @lisasievers8059
    @lisasievers8059 Před 2 lety

    you should clearly say PAY FOR ICONS!!!

  • @Amal-xq1bm
    @Amal-xq1bm Před 2 lety

    thANK YOU

  • @nikki.cad0s
    @nikki.cad0s Před rokem

    I am so confused, i did everything in the video but nothing worked. It keeps saying it refused to connect.

  • @codetherapytt978
    @codetherapytt978 Před 2 lety

    Thanks

  • @ocean.w.a.v.e.s
    @ocean.w.a.v.e.s Před rokem

    thank you!

  • @mumbaikachallenge5526
    @mumbaikachallenge5526 Před 2 lety

    Thank you❤️