This is a very light weight widget with less CSS and HTML code. It load in less then a second. I put mouse hover effects on it to make it more cool. I used rectangle social media icon which looks awesome in your blog.There are total five sharing buttons, start from twitter, Facebook, YouTube,Twitter and Google Plus.
STEP 1
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
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;
}
STEP 2
- 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.
<!--Fully Design By Realcombiz.com-->
<li class='current-cat'><a href="https://www.facebook.com/YOUR LINK HERE" target="_blank" rel="nofollow">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIjKYLx0q-SsDwRB_r1aKJnLz0pTpQj3sB3b6vBPlegJxZ0AS_obbEKGVouGcBUOghMNjxBJGeZEgY1u6YJZ05sqAGd-m-aLaWsKz0VQYDW9DB4A6aXGlx9WROgpvRPjEBFdvBaU-AYolt/s1600/icon1.png" width="100" height="100" border="0" />
</a>
<a href="https://twitter.com/YOUR LINK HERE" target="_blank" rel="nofollow" >
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXBrn0cCHzmfXweZ8p-NGGLthBmfmhdChMguxl97Yduf1q6KuA0kGe9qNo2vpDzFjcJSqv-omNcCnFM17IP8QGBb08onuUZ-vauXta-1thr0ctUqa94cb0Uus5xesILPjPWDmTq6SUj17D/s1600/f.png" width="100" height="100" border="0" /></a></li>
<li>
<a href="https://plus.google.com/YOUR LINK HERE/posts" target="_blank" rel="nofollow">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTk2DyvGAQyoYT2MXFBvia9W6raa9ZctrWHwI74fgJct8UBZhZks-UCKUB0CVXucbc3iM2WeNy9Tfat-kfBFHJH4r1pEROSfYakwBNmrWKYbXyR7P_ukIKTkkxB0BbZHArvNaVsaqcp-Tj/s1600/icon9.png" width="100" height="100" border="0" />
</a>
<a href="http://www.youtube.com/YOUR LINK HERE" target="_blank" rel="nofollow">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbZxDLHAskLYzzU7AQxPN1rYm-U7MWd9RxYK3Z-nlbMtYWF4yBaXyXqD2DRm_yBr-PYN3psaV4zl9iqcE9qJXkToY8PixvDp8Z4mBa4zrn40aUIBPW-3n0weJBDFpwaQNoTWJe_NJ6M7Ib/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/YOUR LINK HERE with your facebook page url
- Replace https://twitter.com/YOUR LINK HERE with your twitter profile url
- Replace https://plus.google.com/YOUR LINK HERE/posts with your google plus profile url
- Replace http://www.youtube.com/user/YOUR LINK HERE/videos with your youtube profile url.
- Click "Save". That's all.
0 comments
Post a Comment