Sunday, May 26, 2013

How To Add Social Media Icons to Blogger Header

How To Add Social Media Icons to Blogger Header

How To Add Social Media Icons to Blogger Header - Hallo TRENDING NEWS, In the article that you are reading this time with the title How To Add Social Media Icons to Blogger Header, we have prepared this article well for you to read and take the information in it. hopefully the contents of the post Article Facebook, Article how to, Article social media, Article social media plugins, Article Widgets, what we write you can understand. all right, have a nice reading.

Title : How To Add Social Media Icons to Blogger Header
link : How To Add Social Media Icons to Blogger Header

Related Post


How To Add Social Media Icons to Blogger Header

social media icons, facebook icons, social media icons for bloggerThis tutorial will help you to add social media icons in the top right corner of the page which could increases the likelihood that readers can follow through the various social networks. There are several ways to do this, like adding a new widget section to the blog header but now, we'll do it using an unordered list that uses icons of Facebook, Twitter, Google+ and blog feed, and as a bonus, the icons will rotate when you hover over them.

You can see a demo in this test blog.


Adding Social Media Icons to Blogger Header

Step 1. From your Blogger dashboard, go to Template and click on the Edit HTML button:

blogger blogspot, blogger template, blogger gadgets

Step 2. To expand the style, click on the small arrow on the left of <b:skin>...</b:skin> (screenshot 1), then click anywhere inside the code area to search (using CTRL + F) for the ]]></b:skin> tag (screenshot 2) and add this code just above it:

 /* Social icons for Blogger
----------------------------------------------- */

#social-icons {
margin-bottom:-30px;
height:50px;
width:100%;
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 1:


Screenshot 2:


Step 3. Now search for this line

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

Step 4. And just above it, add this code:

<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/AVvXsEjOCE8ZcOdAj_wUR14dMoVJJjCWS8i-yGrUEIW1pnQPVebhXUtXqhWMT3IJdh2y0ITm51s8a1sAWHHTfS5oO17QP_Oo305rqUH_Bjy2BbwcSHCtFhqLSId0n0lwJCDWhTXjoX4CYvge6B0/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/AVvXsEiRup5oRtslppAqoLwUPVp1DWNmg-3o0D5n6pXnVXGpzGb2AUQmHLegV6ojJ2zbsGL8gGCOuZMp3oHvLzE-Rl6aaCOEQ-XB8yDzceLF6tciz8YvEHqwU5-qtiizajn9xcK2uNeyBDiPtG8/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/AVvXsEh18bTVjaZ1MQiGprBrGVHz-dRgsCrgrxKL4iGujh06O2NTOsdSlbEcslaFpZ0gPohsSaCAeLzy_WufyAyHcENfVPcOr54wAFKdeD65Wi5tMi5uhnTJLO1CbrwHxB6S3cbwEFlAJOhtxco/s1600/googleplus.png'/></a></li>

<li class='media_icon'><a href='http://name-of-your-blog.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEharEKGWGRpFTZhe2AgcLLjzd3yW-pBzoBLi4Rks3ASH9TIkAppHLMC_QgMeY-3fXxVk8agIW9ooUD-duIh5gy0vOwSof7qrWqfsftc2jDzDmTI6o4xk_BoCe8q3NJTu03s8yMjP2D5qdY/s1600/RSS.png'/></a></li>

</ul></div>

Customization

- Change what's in red with your usernames and id: the first is your Facebook username, the second is that of Twitter, in the third you should change the X by the ID of your Google+ profile and in the fourth you will put 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. Finally, Save the Template to apply the changes.
The effect is done with CSS3, so this effect will not work in older browsers.


Thus the article How To Add Social Media Icons to Blogger Header

That's the article How To Add Social Media Icons to Blogger Header this time, hopefully it can be of benefit to all of you. well, see you in another article post.

You are now reading the article How To Add Social Media Icons to Blogger Header with the link address https://poccoll.blogspot.com/2013/05/how-to-add-social-media-icons-to.html
How To Add Social Media Icons to Blogger Header
4/ 5
Oleh

No comments: