How do you insert social media symbols when coding with html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How do you insert social media symbols when coding with html?

4th Sep 2019, 6:10 PM
David Afolabi
David Afolabi - avatar
7 Answers
+ 5
Or by using fontawesome.css Cdn: <!--copy it and paste it inside head tag--> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> Example https://code.sololearn.com/WnCMZSWmvzlB/?ref=app
4th Sep 2019, 6:25 PM
Farhan
Farhan - avatar
+ 4
You can use w3school font-awsome just google about that👍
4th Sep 2019, 8:19 PM
Joseph Onipede
Joseph Onipede - avatar
6th Sep 2019, 10:27 AM
Pratham0607
Pratham0607 - avatar
+ 3
Yea
28th Mar 2020, 6:46 AM
David Afolabi
David Afolabi - avatar
+ 2
There are different ways of doing this: 1. You can always download or screenshot the symbol, post it on imgbb.com and use the posts url in your img tag in the code (I use imgbb cause they don't have copyright issues like most other sites). 2. You can always draw the symbol with SVG or canvas (it's not as hard as I make it sound).
18th Oct 2019, 6:39 AM
SolomonDavid Akesoba
SolomonDavid Akesoba - avatar
+ 2
Do you mean icons?
27th Mar 2020, 11:23 PM
Clinton Ufere
Clinton Ufere - avatar