how can i add social media icons at the bottom of my project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can i add social media icons at the bottom of my project

20th Aug 2020, 6:33 AM
Ian Too
4 Answers
+ 5
Search for "fontawesome cdn" you would find a website called bootstrapcdn something, from there pick the link tag for fontawesome and paste it in head. Then go to fontawesome's own website, search for any icon such as "instagram" and you will get <i class="fas fa-insta"></i> something like that, so paste it inside ur code to get the icon. The CDN for fontawesome at this time: <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
20th Aug 2020, 7:07 AM
maf
maf - avatar
+ 10
Use Material icons. 😊
20th Aug 2020, 6:49 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 3
Go to fontawesome's own website, search for any icon such as "menu" and you will get <i class="fas fa-bar"></i> or something like that. Hey you can Include this link in the code cuz it creates the font awesome tags. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> Thats the CDN link above. Hope it helped you Happy coding </>
3rd Sep 2020, 9:17 AM
Raj Srivastava
Raj Srivastava - avatar
+ 2
FontAwesome
20th Aug 2020, 6:51 AM
SACHIN.SHERA
SACHIN.SHERA - avatar