+ 9
How do you insert social media symbols when coding with html?
7 Respuestas
+ 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
+ 4
You can use w3school font-awsome just google about that👍
+ 3
Yea
+ 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).
+ 2
Do you mean icons?