Adding The Icons To Your Blog
STEP 1
- Go to your blogger dashboard
- Click on "Design" > "Edit HTML" > Back up your template
- Mark/Tick "Expand Widget Templates"
- Use ctrl F to find </b:skin> and paste the following code before </b:skin> tag
#rb_share_ex {
width: 800px;
margin: 0 auto;
}
#rb_share_ex img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#rb_share_ex img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}
#rb_share_ex ul{
list-style-type:none;
}
#rb_share_ex li{
list-style-type:none;
}
width: 800px;
margin: 0 auto;
}
#rb_share_ex img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
#rb_share_ex img:hover {
-webkit-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
}
#rb_share_ex ul{
list-style-type:none;
}
#rb_share_ex li{
list-style-type:none;
}
- Click "SAVE TEMPLATE"
- Go to your blogger dashboard
- Click on "Design" > "Page Elements" > "Add a Gadget"
- Choose "HTML/JavaScript" from the list of options
- Copy and paste the code below in the content box.
<div id='rb_share_ex'>
<!--Fully Design By Realcombiz.com-->
<li class='current-cat'><a href="https://www.facebook.com/realcombiz" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-p-dbWUgh9hE/T96dA5c8OGI/AAAAAAAABWU/K_V8qSZODck/s1600/icon1.png" width="100" height="100" border="0" />
</a>
<a href="https://twitter.com/realcombiz" target="_blank" rel="nofollow" >
<img src="http://1.bp.blogspot.com/-UjF9lnWlPTM/T96c_H0UWRI/AAAAAAAABWM/A_Do488S8Ik/s1600/f.png" width="100" height="100" border="0" /></a></li>
<li>
<a href="https://plus.google.com/117896762172961615212/posts" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-40ET7V5mapg/T96dEX18jqI/AAAAAAAABWk/Wr0GCw0aW8Q/s1600/icon9.png" width="100" height="100" border="0" />
</a>
<a href="http://www.youtube.com/user/realcombiz/videos" target="_blank" rel="nofollow">
<img src="http://4.bp.blogspot.com/-B8hYQk6Lkw4/T96dCTtuGRI/AAAAAAAABWc/2kbvyVYI-II/s1600/icon8.png" width="100" height="100" border="0" />
</a>
</li>
</div>
<!--Fully Design By Realcombiz.com-->
<li class='current-cat'><a href="https://www.facebook.com/realcombiz" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-p-dbWUgh9hE/T96dA5c8OGI/AAAAAAAABWU/K_V8qSZODck/s1600/icon1.png" width="100" height="100" border="0" />
</a>
<a href="https://twitter.com/realcombiz" target="_blank" rel="nofollow" >
<img src="http://1.bp.blogspot.com/-UjF9lnWlPTM/T96c_H0UWRI/AAAAAAAABWM/A_Do488S8Ik/s1600/f.png" width="100" height="100" border="0" /></a></li>
<li>
<a href="https://plus.google.com/117896762172961615212/posts" target="_blank" rel="nofollow">
<img src="http://2.bp.blogspot.com/-40ET7V5mapg/T96dEX18jqI/AAAAAAAABWk/Wr0GCw0aW8Q/s1600/icon9.png" width="100" height="100" border="0" />
</a>
<a href="http://www.youtube.com/user/realcombiz/videos" target="_blank" rel="nofollow">
<img src="http://4.bp.blogspot.com/-B8hYQk6Lkw4/T96dCTtuGRI/AAAAAAAABWc/2kbvyVYI-II/s1600/icon8.png" width="100" height="100" border="0" />
</a>
</li>
</div>
- To change the height and width of your icon, simply edit all occurrence of 100
- Replace https://www.facebook.com/realcombiz with your facebook page url
- Replace https://twitter.com/realcombiz with your twitter profile url
- Replace https://plus.google.com/117896762172961615212/posts with your google plus profile url
- Replace http://www.youtube.com/user/realcombiz/videos with your youtube profile url.
- Click "Save". That's all.





0 comments:
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. If you want to be notified on follow up comments or replies, click on "Subscribe by email" below the comment box.
4. Please do not spam, Spam comments will be deleted immediately upon our review.
Regards,
Ridwan