So how does one put it on their blog? Just follow the quick and easy-to-follow instructions below.
As with all Blogger gadgets, you start off with the usual steps:
- On your dashboard, go to ‘Layout’
- Click on ‘Add a Gadget’
- Choose ‘HTML/JavaScript’
- Copy/Paste the code below
<style>
.btsnts-flt-wdt{
position:fixed;
right:10px;
top:30%;
}
.btsnts-flt-wdt img{
float:right;
clear:right;
margin:1px;
-webkit-transition: all .0s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btsnts-flt-wdt img:hover{
-moz-transform: scale(1.2) rotate(6deg);
-webkit-transform: scale(1.2) rotate(6deg);
-o-transform: scale(1.2) rotate(6deg);
-ms-transform: scale(1.2) rotate(6deg);
transform: scale(1.2) rotate(6deg);
}
</style>
<!-- btsnts.blogspot.com -->
<div>
<!-- Facebook -->
<a href="http://www.facebook.com/FBusernameURL" title="Join me on Facebook" target="_blank"><img alt="Join me on
Facebook" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIb93dEtlJT9dmvaRKq5lXvR41TWSzd9uSwo9m7a7E0r3IoD86NKNSCr6W5ND8QISjmes0_CthfTZ5jXgXxDNFB0MaSBS5HEklsueFQ2SkTvcX4JJ-fP-m7GlnlUCHnniwUm3VsvsXAYg/s1600/facebook.png"
/></a>
<!-- Twitter -->
<a href="http://twitter.com/twitterusername" title="" target="_blank"><img alt="Follow me on Twitter"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVMHXTcOai4CptOtiNbVwIUhzkfP5pYV7rwhST1u0zS2ubYi42GTKA3epqPU3EUtNV0pUO_LulyW18BWZiTShhrwFL8nsSMqPWnwj8lJHW9bv4iCs1AmnVOp2F8KtrCWP5iofuitiQsmY/s1600/twitter2.png"
/></a>
<!-- RSS -->
<a href=" feedburnerURL "
title="Subscribe to RSS" target="_blank"><img alt="Subscribe to RSS" src="http://4.bp.blogspot.com/-
v8adyG27cBs/TzNgdRZJzaI/AAAAAAAAAwM/k3HJWWhY0jY/s1600/Rss.png" /></a>
<!-- Email -->
<a href=" contactpageURL "
title="Email me" target="_blank"><img alt="Email me" src="http://3.bp.blogspot.com/-
6ZNwVUqx9eo/TzNhk_KXPvI/AAAAAAAAAwk/uxsSpqb3sdI/s1600/Mail.png" /></a>
</div>
<!-- End -->
Make the necessary changes to the following details which are all highlighted in bold and red font: FBusername, twitterusername, feedburnerURL, and contactpageURL.
0 comments:
Post a Comment