Add Social Media Icon Widget To Your Blogger
In this artical I will show you how to add social media buttons to blog. These button helps in linking social media with your blog.Following are the steps:-
- Go to layout > Click on add widget > select HTML/javascript
- Name is Social Media
- Paste the give code inside main block
- Change the links of icons with your own social media links
Code-
<!doctype html>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous" />
<a href="https://www.facebook.com/anamol.soman"><i class="fab fa-facebook-square" style="font-size:35px;color:blue;"></i></a>
<a href="https://www.instagram.com/anamol_soman"><i class="fab fa-instagram" style="font-size:35px;color:black;" ></i></a>
</!doctype>
Note:- In above code only facebook and instagram icons are added if you want other social media icons tell me in comment section
Note:- In above code only facebook and instagram icons are added if you want other social media icons tell me in comment section
**BOOM**
your social media widget is ready
0 Comments