I came up with this tutorial to help nairotech readers add various stylish social icons above their blogger headers just like ours, pictured below. This stylish widget will enable you add social media icons to your blog's header, icons like: Google+, Facebook. Twitter, Pinterest Icons to further beautiful the outlook of your blog and also help you gain more social media subscribers to your blog. Why i find this widget interesting is because it rotates immediately a mouse is been hovered on it. Guys, you need to check it out yourself enough of the long talking.
SEE THE SCREENSHOT:
SEE THE SCREENSHOT:
Adding Social Media Icons to Blogger Header
Step One. Goto your Blogger dashboard, Select Template & just click on the Edit HTML button:N/B: Backup Your Template
Step Two: Using CTRL + F, find ]]></b:skin> tag (screenshot two) & add the below code just above ]]></b:skin> tag:
/* Social icons for Blogger
----------------------------------------------- */
#social-icons {
margin-bottom:-30px;
height:50px;
width:100%;
display:block;
clear:both;
z-index: 2;
position: relative;
}
.social-media-icons {
display:table
}
.social-media-icons ul {
text-align:right;
padding:5px 5px 0 0
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.social-media-icons ul {
margin-bottom:0;
padding:0;
float:right;
}
.social-media-icons li.media_icon {
margin-left:6px;
padding-left:0 !important;
background:none !important;
display:inline;
float:left;
}
.social-media-icons li:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(-360deg);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
----------------------------------------------- */
#social-icons {
margin-bottom:-30px;
height:50px;
width:100%;
display:block;
clear:both;
z-index: 2;
position: relative;
}
.social-media-icons {
display:table
}
.social-media-icons ul {
text-align:right;
padding:5px 5px 0 0
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.social-media-icons ul {
margin-bottom:0;
padding:0;
float:right;
}
.social-media-icons li.media_icon {
margin-left:6px;
padding-left:0 !important;
background:none !important;
display:inline;
float:left;
}
.social-media-icons li:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(-360deg);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
Screenshot Two:
Step Three: Now, search for the below line.
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Step 4. And add this code just above it:
<div class='social-media-icons' id='social-icons'>
<ul>
<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9syCv66EDPtAOyYjyKXawdffpdl9V_bkmArASUKwmugwp-LQimZDj7JBtRjYjaIaciC6u-BXbcb3-MVpYw6FgrdNPHcrhvIGkuJLSXuwm8oUNdQikj79Pt_Dk8R16-UzQeABRPQ2S5dE/s1600/Facebook.png'/></a></li>
<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXTsmUdEAyGAhruUi2YiZDsf3j6SmQtb00J2_LrDPFZPas12m2zlCMN3calLKwEevbotu8fl6gfziqNgoubJxsWKdHLx8WwixRSSvZtO5CglBMLoz_PGagQx9-pHMqPXhsCMyLiOQX6Xo/s1600/Twitter.png'/></a></li>
<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkEh3x8yWrr-wwuDGzgfYkW5ACXbllw52GUtJl4MI5MMIXlqXH1pZt7CHZAtFSNNGaCigp9JFMQzQ9KLAw65Vaez2d9ijUlD3ulazoJNDT30pl2unpeP3ureF372-ZTfcRhiEPzFDrqE0/s1600/googleplus.png'/></a></li>
<li class='media_icon'><a href='http://yourblogname.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhW7D_9-G7C_cxxWmOCYZk0tfl2we4fbtZacz1HtZ5j6rpItzKRPom46eB7pzfTem61nFyouMYmwVi4SNOzwViZCQGvdJfRfHh_X27xqKoNuFG0XsNpsyhLIt3cTMZao_iAQfmh5R0pVcU/s1600/RSS.png'/></a></li>
</ul></div>
<ul>
<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9syCv66EDPtAOyYjyKXawdffpdl9V_bkmArASUKwmugwp-LQimZDj7JBtRjYjaIaciC6u-BXbcb3-MVpYw6FgrdNPHcrhvIGkuJLSXuwm8oUNdQikj79Pt_Dk8R16-UzQeABRPQ2S5dE/s1600/Facebook.png'/></a></li>
<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXTsmUdEAyGAhruUi2YiZDsf3j6SmQtb00J2_LrDPFZPas12m2zlCMN3calLKwEevbotu8fl6gfziqNgoubJxsWKdHLx8WwixRSSvZtO5CglBMLoz_PGagQx9-pHMqPXhsCMyLiOQX6Xo/s1600/Twitter.png'/></a></li>
<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkEh3x8yWrr-wwuDGzgfYkW5ACXbllw52GUtJl4MI5MMIXlqXH1pZt7CHZAtFSNNGaCigp9JFMQzQ9KLAw65Vaez2d9ijUlD3ulazoJNDT30pl2unpeP3ureF372-ZTfcRhiEPzFDrqE0/s1600/googleplus.png'/></a></li>
<li class='media_icon'><a href='http://yourblogname.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhW7D_9-G7C_cxxWmOCYZk0tfl2we4fbtZacz1HtZ5j6rpItzKRPom46eB7pzfTem61nFyouMYmwVi4SNOzwViZCQGvdJfRfHh_X27xqKoNuFG0XsNpsyhLIt3cTMZao_iAQfmh5R0pVcU/s1600/RSS.png'/></a></li>
</ul></div>
Customization
- Change the red color with your usernames and id: the first is your Facebook username, the 2nd your Twitter, the 3rd you should change the XXXXX by your Google+ profile ID & while the fourth is the name of your blog.
- To change the icons, just replace the urls in blue with the ones of your images.
- You can add more icons if you want, you just have to add before </ul></div> a line like this for each extra icon you want:
<li class='media_icon'><a href='Link URL'><img border='0' src='Image URL'/></a></li>
Step 5. You can now Save your Template to apply changes watch your blog shine bright.
NOTE: This stylish effect will not function on Older browsers because is done with CSS3
ALSO READ: How To Add Page Peel Effect To Blogger
I have done my part by taking out time to post this lovely tutorial, so is now your turn to ask questions, make contributions and share this update to your friends using the below share icons. I'm so eager to hear from you and i promise to reply just immediately you contribute or drop your comment.
This blog well thoroughly explaining the process of adding social media buttons on the blog with excellent steps and images.
ReplyDeleteWeb Design Company London | Web Design London
I Always like to peruse The Quality and happy I discovered this thing in you post.
ReplyDeletedo my assignment for me
Thank you for sharing! This article is very helpful and easy to understand. Have a good day!
ReplyDeleteSocial Media Services
This comment has been removed by the author.
ReplyDeleteThank you for sharing the insight! Your article is very helpful and informative. I would like to read more updates from you.
ReplyDeletesocial media marketing
It's a impressive post that has everything to describe in it.
ReplyDeleteRegards
Google Educator Level 1 Exam Answers 2019
Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.
ReplyDeleteSemrush Certification Exam
Google Adwords Exam Answers
Hubspot Exam Answers
For More Details
ReplyDeleteThanks, to providing good infrastructure for community…
ReplyDeleteEcommerce Web Portal Development Bangalore | Web Portal Development Companies In Bangalore
Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic. afflift review
ReplyDeletePretty good post. I have just stumbled upon your blog and enjoyed reading your blog posts very much. I am looking for new posts to get more precious info. Big thanks for the useful info. شراء متابعين انستقرام
ReplyDeleteI like your post. It is good to see you verbalize from the heart and clarity on this important subject can be easily observed... acheter des vues francaises
ReplyDeleteThanks for another wonderful post. Where else could anybody get that type of info in such an ideal way of writing? youtube views reseller panel
ReplyDeleteWhat a fantabulous post this has been. Never seen this kind of useful post. I am grateful to you and expect more number of posts like these. Thank you very much. Anrufbeantworter geschäftlich
ReplyDeleteThis is such a great resource that you are providing and you give it away for free. I love seeing blog that understand the value of providing a quality resource for free. Buy Instagram likes instant delivery
ReplyDeleteThis is a truly good site post. Not too many people would actually, the way you just did. I am really impressed that there is so much information about this subject that have been uncovered and you’ve done your best, with so much class. If wanted to know more about green smoke reviews, than by all means come in and check our stuff. smm panel india
ReplyDeleteThis is very educational content and written well for a change. It's nice to see that some people still understand how to write a quality post! Comprar insignia Instagram
ReplyDeletePretty good post. I have just stumbled upon your blog and enjoyed reading your blog posts very much. I am looking for new posts to get more precious info. Big thanks for the useful info. Best smm panel india
ReplyDeleteI'm glad to see the great detail here!. متابعين انستقرام
ReplyDeletePositive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include. SMM provider
ReplyDeleteVery nice blog and articles. https://www.buyyoutubesubscribers.in/
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteGreat piece of information and really helpful for me. I have learn about different facebook badges list. And now this article also helped me as well. Really appreciate your efforts.
ReplyDeleteThank you for shearing post amazing this is post very useful for me.
ReplyDeleteNew Media
Latest News
When looking for SMM panel pakistan in India or elsewhere, keep quality, authenticity, and ethical practises in mind. Building an authentic and engaging online presence is more crucial than just numbers. Always read reviews, check references, and make sure the panel provider corresponds with your company's goals and beliefs.
ReplyDeleteThank you for your instruction. These social icons are extremely significant. It will direct your website visitors to the company's profiles, where they may follow you and stay up to date on the latest deals, goods, and trends.
ReplyDeleteLocal SEO Citations
It appears interesting, this wonderful instruction you provided for me. I always attempt to assess the genuinely intelligible side of this since, although it may seem confusing, it is actually quite beneficial. Thank you so much for the helpful advice you provided!Get Backlinks Online
ReplyDelete