Skip to content Skip to sidebar Skip to footer

How To Add Social Media Icons to Blogger Header

social media icons, facebook icons, social media icons for blogger This tutorial will help you add social media icons to the top right corner of your page, making it more likely that your readers will be able to follow different social networks. There are a few ways to do this, like adding a new widget section to the blog header, but for now we'll do it with an unordered list that uses icons from Facebook, Twitter, Google+, and blog feeds, and as a bonus the icons will rotate on mouse over.

You can see a demo in this test blog.


Add social media icons to Blogger header

Step 1 – In your Blogger dashboard, go to the Templates section and click the Edit HTML button:

blogger blogspot, blogger template, blogger gadgets

The second step . To expand a style, click the small arrow to the right of it ... ( screenshot 1 ), then click anywhere in the icon area to search (using CTRL + F) ]]> label ( screenshot 2 ) and add this code directly above it:

/* Blogger social media icons
----------------------------------------------------- --- ------------- */

# social tokens {
border-bottom: -30px;
height: 50px;
width: 100%;
just as clear;
z-index: 2;
relative position;
}
social media icons {
display the schedule
}
social media icons st {
text-align: true;
Padding: 5px 5px 0 0
image style menu: none;
list-style position: inactive;
list-style-type: none;
}
social media icons st {
lower bound: 0;
upholstery: 0;
floats: true;
}
social media icons li.media_icon {
margin-left: 6px;
Upholstery: 0! Important;
Background: No! It is important;
width: inline;
swim left
}
.social-media-icons li:hover {
-Banana rotation: rotation (360 degrees);
-webkit-transform: rotate (360 degrees);
- transformation: rotation (360 degrees);
Movement: rotation (-360°);
Banana transition: every 0.5 with smooth entry and exit;
-webkit- transition: every 0.5 seconds.
-o-Transition: every entry and exit is smooth for 0.5 seconds;
-ms-transition: every 0.5s smooth input and output;
Transition: every 0.5 with smooth entry and exit;
}

Screenshot 1:


Screenshot 2:


Step 3. Now find this line


Step 4. And on top of that, add this code:


session

- Change what is marked in red in your username and ID: the first is your Facebook username, the second is your Twitter username, in the third you need to change the X in your ID of the Google+ profile, in the fourth you must write your username in their articles.
- To change the icons, simply replace the URLs highlighted in blue with the URLs of the images.
- You can add more icons if you want, just add them first
A line like this for each additional character you want:


  • Step 5. Finally, save the template to apply the changes.
    The effect is implemented using CSS3, so this effect will not work in older browsers.

    Post a Comment for "How To Add Social Media Icons to Blogger Header"