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

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 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

ความคิดเห็น • 111

  • @esasrl3384
    @esasrl3384 16 วันที่ผ่านมา +1

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

  • @sanskrutiswami8276
    @sanskrutiswami8276 2 ปีที่แล้ว +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 2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

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

  • @Mercinity
    @Mercinity 2 ปีที่แล้ว +2

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

  • @alskopim
    @alskopim ปีที่แล้ว +5

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

    • @fabricioteidy
      @fabricioteidy 11 หลายเดือนก่อน

      On css its just font-size

  • @user-ho7fg7bm3b
    @user-ho7fg7bm3b ปีที่แล้ว +1

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

  • @btgdiablo2030
    @btgdiablo2030 2 ปีที่แล้ว +8

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

    • @damanackal
      @damanackal 2 ปีที่แล้ว +9

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

    • @daranithin6157
      @daranithin6157 ปีที่แล้ว

      @@damanackal thanks a lot !! saved my time

    • @bettertosleep9949
      @bettertosleep9949 ปีที่แล้ว

      For some reason that didn’t work for me

    • @Laughteragency
      @Laughteragency 11 หลายเดือนก่อน

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

    • @takimoussa7
      @takimoussa7 11 หลายเดือนก่อน +1

      Try font-size

  • @Kreative_kelly
    @Kreative_kelly 2 ปีที่แล้ว +3

    Total lifesaver! Thank you for the easy explanation!

  • @precious8326
    @precious8326 2 ปีที่แล้ว

    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 2 ปีที่แล้ว +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! :)

  • @lewkez
    @lewkez 2 ปีที่แล้ว +1

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

  • @sayori3939
    @sayori3939 ปีที่แล้ว

    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

  • @tessr6238
    @tessr6238 ปีที่แล้ว +2

    Clear, concise instructions that worked a treat - thanks!

  • @OujiDDumb
    @OujiDDumb 2 ปีที่แล้ว +3

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

  • @edwinmaina4real
    @edwinmaina4real ปีที่แล้ว

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

  • @JoanaSilva-fk3ld
    @JoanaSilva-fk3ld ปีที่แล้ว +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.

  • @work9167
    @work9167 2 ปีที่แล้ว +1

    Beautiful. Nice and simple explanation

  • @patriciakulemeka2433
    @patriciakulemeka2433 2 ปีที่แล้ว

    this really helped me i was struggling to put icons thanks

  • @erikdinos1229
    @erikdinos1229 9 หลายเดือนก่อน

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

  • @fidelisomoni7537
    @fidelisomoni7537 2 ปีที่แล้ว

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

    • @dcode-software
      @dcode-software  2 ปีที่แล้ว

      No problem 😊 glad I could help you.

  • @catcollector9495
    @catcollector9495 2 ปีที่แล้ว +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 2 ปีที่แล้ว +8

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

    • @shehryarkhan3646
      @shehryarkhan3646 2 ปีที่แล้ว +4

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

    • @maxencejouane2337
      @maxencejouane2337 2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

      @@maxencejouane2337 You are Welcome, bro! 😊

    • @sherazkhan6522
      @sherazkhan6522 2 ปีที่แล้ว +1

      @@shehryarkhan3646 thnx alot

  • @kennjenkins5645
    @kennjenkins5645 2 ปีที่แล้ว

    Sir, You are a very good instructor thank you.

  • @sridharreddy5714
    @sridharreddy5714 ปีที่แล้ว

    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

  • @kidtukwan
    @kidtukwan ปีที่แล้ว

    Thanks buddy! I link your explanation 😉

  • @nanchinsunday6136
    @nanchinsunday6136 2 หลายเดือนก่อน

    Thank you your video helped me 😂😂

  • @jazleen5743
    @jazleen5743 ปีที่แล้ว

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

  • @phillipcroukamp1825
    @phillipcroukamp1825 11 หลายเดือนก่อน

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

  • @bluecollarscrooge3981
    @bluecollarscrooge3981 2 ปีที่แล้ว

    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

  • @CodingGeeek
    @CodingGeeek ปีที่แล้ว

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

  • @gomango99
    @gomango99 2 ปีที่แล้ว

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

  • @aatikaati1038
    @aatikaati1038 ปีที่แล้ว

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

  • @fieryninja2374
    @fieryninja2374 2 ปีที่แล้ว

    Best tutorial really helped

  • @DineshRawat10
    @DineshRawat10 2 ปีที่แล้ว +1

    Thanks a lot 😍✨

  • @mightycoderx
    @mightycoderx 3 ปีที่แล้ว +1

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

  • @prenzgamer2001
    @prenzgamer2001 2 ปีที่แล้ว

    Thank you so much! vey helpful...

  • @whyjamesisacommonname
    @whyjamesisacommonname ปีที่แล้ว

    thanks, i learned something :)

  • @Local_Nerd
    @Local_Nerd ปีที่แล้ว

    Thanks!

  • @prasannasilva7754
    @prasannasilva7754 2 ปีที่แล้ว

    absolutely handy! thanks

  • @warlordxone07
    @warlordxone07 ปีที่แล้ว

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

  • @ourspolair7118
    @ourspolair7118 ปีที่แล้ว

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

  • @SpeedySurprises
    @SpeedySurprises 2 ปีที่แล้ว

    Thanks. You are helpful.

  • @simrandubey2596
    @simrandubey2596 ปีที่แล้ว

    Thank YOu for the video it help allot

  • @espectrograma
    @espectrograma 2 ปีที่แล้ว +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 ปีที่แล้ว

      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 ปีที่แล้ว

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

  • @kiroka9129
    @kiroka9129 ปีที่แล้ว

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

  • @eliadisousa
    @eliadisousa 2 ปีที่แล้ว

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

  • @SvetaSveta-ms4hi
    @SvetaSveta-ms4hi 3 ปีที่แล้ว

    Thanks a bunch! 😍

  • @dilkihansapani9145
    @dilkihansapani9145 2 ปีที่แล้ว

    Thank you buddy😍

  • @OVERSKETCH
    @OVERSKETCH ปีที่แล้ว

    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 ปีที่แล้ว

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

  • @sayaankhan3484
    @sayaankhan3484 2 ปีที่แล้ว

    You would think it would be this easy and simple.

  • @ibrahim_011
    @ibrahim_011 ปีที่แล้ว

    really helpful

  • @appiahfred2275
    @appiahfred2275 2 ปีที่แล้ว +1

    Gracias amigo ❤👍👍👍Thanks

  • @RianY2K
    @RianY2K 3 ปีที่แล้ว

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

  • @guyrowes1867
    @guyrowes1867 3 ปีที่แล้ว

    Very nice man

  • @jibanpradeepchand9102
    @jibanpradeepchand9102 2 ปีที่แล้ว

    Thank you 😊

  • @mattheworton9803
    @mattheworton9803 2 ปีที่แล้ว

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

  • @Woodcourtstudio
    @Woodcourtstudio 2 ปีที่แล้ว

    Thank you so much

  • @giovannimichel5506
    @giovannimichel5506 2 ปีที่แล้ว

    Thank you for the intel.

  • @lol-hz9mc
    @lol-hz9mc 2 ปีที่แล้ว

    Thank you

  • @cherrym3202
    @cherrym3202 ปีที่แล้ว

    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 ปีที่แล้ว

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

    • @SimplyALord3542
      @SimplyALord3542 ปีที่แล้ว

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

  • @CreativeTutorialsWeb
    @CreativeTutorialsWeb 3 ปีที่แล้ว +1

    Impressive

  • @alexisbaffoe1397
    @alexisbaffoe1397 ปีที่แล้ว

    What about calling, whatsapp and email?

  • @aquasplash545
    @aquasplash545 ปีที่แล้ว

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

  • @havicff3992
    @havicff3992 2 ปีที่แล้ว

    thanks broo....

  • @fannyfranzen7561
    @fannyfranzen7561 2 ปีที่แล้ว

    Thanks

  • @3bdostation476
    @3bdostation476 2 ปีที่แล้ว

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

  • @vroger7959
    @vroger7959 2 ปีที่แล้ว

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

  • @akbarkarshiev2983
    @akbarkarshiev2983 2 ปีที่แล้ว

    thanks broo

  • @Imk4r4n
    @Imk4r4n 2 ปีที่แล้ว

    0 dislike bro : )

  • @thatdumdumguy1548
    @thatdumdumguy1548 2 ปีที่แล้ว

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

    • @dcode-software
      @dcode-software  2 ปีที่แล้ว +1

      VS Code

    • @thatdumdumguy1548
      @thatdumdumguy1548 2 ปีที่แล้ว

      @@dcode-software hey do you also know how to change the color of the icon?

  • @maprajwol950
    @maprajwol950 2 ปีที่แล้ว

    How do i adjust its size?

  • @djordjestankovic7484
    @djordjestankovic7484 2 ปีที่แล้ว

    thanks

  • @MalcolmTheRealtor
    @MalcolmTheRealtor 2 ปีที่แล้ว

    How do I align them vertically?

  • @ecommerceproject6569
    @ecommerceproject6569 3 ปีที่แล้ว

    may i have copy of this html code pls?

  • @pepidge3371
    @pepidge3371 ปีที่แล้ว

    why doesnt it have tiktok

  • @bea027
    @bea027 2 ปีที่แล้ว

    won't work on mine :(

  • @OujiDDumb
    @OujiDDumb 2 ปีที่แล้ว

    how do i move it

    • @garbaty2000
      @garbaty2000 2 ปีที่แล้ว

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

  • @yatheeshgowda6191
    @yatheeshgowda6191 2 ปีที่แล้ว

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

  • @divanshverma3466
    @divanshverma3466 3 ปีที่แล้ว

    How to change logo size please reply

  • @lisasievers8059
    @lisasievers8059 2 ปีที่แล้ว

    you should clearly say PAY FOR ICONS!!!

  • @nikki.cad0s
    @nikki.cad0s ปีที่แล้ว

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

  • @Amal-xq1bm
    @Amal-xq1bm 2 ปีที่แล้ว

    thANK YOU

  • @codetherapytt978
    @codetherapytt978 2 ปีที่แล้ว

    Thanks

  • @ocean.w.a.v.e.s
    @ocean.w.a.v.e.s ปีที่แล้ว

    thank you!

  • @mumbaikachallenge5526
    @mumbaikachallenge5526 2 ปีที่แล้ว

    Thank you❤️