Installing them in your blog is pretty much the same as with other widgets: simple and easy. Follow the steps below:
- Go to the Design page in your Blogger dashboard.
- Click on Layout.
- Click on any Add a Gadget placeholder where you’d like to put the social icons.
- Choose HTML/JavaScript on the list of gadgets.
- Copy/paste the following code below:
<style>
#social a:hover {
background-color: transparent;
opacity:0.7;
}
#social img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
</style>
<center>
<div id="social">
<!--Start Rss Icon-->
<a title="Grab Our Rss Feed" href="YOUR-FEED-URL-HERE" target="_blank"><img border="0"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqR4nAcR7n818jg0caqIWsgkesQ8erZpaJodmC_XB1n2jNfCq5t9BHafVFqOqo16PhoGoZL6dDNNnUCdP1vgmaTidexoZlZIbRTCCB8x3XSCta_OaM94l423nDbEtm3lBIqaZ2-RGQgBf5/s1600/RSS-
48x48.png" style="margin-right:1px;" alt="Icon"/></a>
<!--End Rss Icon-->
<!--Start Email Rss Icon-->
<a rel="nofollow" title="Get Free Updates Via Email"
href="YOUR-EMAIL-RSS-URL-HERE"
target="_blank"><img border="0" src="http://4.bp.blogspot.com/-
1BWe2ZnJHas/UA6_hrD6_GI/AAAAAAAAH80/exs4JwDuyhY/s1600/RSS-EMAIL-48x48.png" style="margin-
right:1px;" alt="Icon"/></a>
<!--End Email Rss Icon-->
<!--Start Facebook Icon-->
<a rel="nofollow" title="Like Our Facebook Page"
href="YOUR-FACEBOOK-PAGE-URL-HERE"
target="_blank"><img border="0" src="http://4.bp.blogspot.com/-
dkmDM3RXcoE/UA6_d28wCyI/AAAAAAAAH8Y/9E3PI3lXueM/s1600/FACEBOOK-48x48.png" style="margin-
right:1px;" alt="Icon"/></a>
<!--End Facebook Icon-->
<!--Start Twitter Icon-->
<a rel="nofollow" title="Follow Our Updates On Twitter"
href="YOUR-TWITTER-URL-HERE"
target="_blank"><img border="0" src="http://3.bp.blogspot.com/-
TrNf8cdHE6w/UA6_iRAUK_I/AAAAAAAAH88/Jo7RAX207xo/s1600/TWITTER-48x48.png" style="margin-
right:1px;" alt="Icon"/></a>
<!--End Twitter Icon-->
<!--Start Google+ Icon-->
<a title="Follow Us On Google+" rel="nofollow"
href="YOUR-GOOGLE-PLUS-URL-HERE"
target="_blank"><img style="margin-right:1px;" src="http://2.bp.blogspot.com/-
VeOVFTKCvHw/UA6_em6-aOI/AAAAAAAAH8c/Uu4blSzFwLk/s1600/GOOGLE-PLUS-48x48.png"/></a>
<!--End Google+ Icon-->
<!--Start Pinterest Icon-->
<a title="Follow Our Pins" rel="nofollow"
href="YOUR-PINTEREST-URL-HERE"
target="_blank"><img style="margin-right:1px;" src="http://4.bp.blogspot.com/-
uSSbLLRLSIE/UA6_fTHiLrI/AAAAAAAAH8k/OxlFAJozvX8/s1600/PINTEREST-48x48.png" alt="Follow Me on
Pinterest" /></a>
<!--End Pinterest Icon-->
</div>
</center>
- Replace all of the necessary info (i.e. URLs) with that of your own.
- Save the widget and that’s it. You’re done!
0 comments:
Post a Comment