Why To Use Colorful Subscription Widget To Blog
This colorful subscription widget for blogger have lots of advantages so take a look.- Easily embedded with your blog theme.
- Give a professional look to your blog.
- Very light in size and don't affect with your page loading time.
How To Add Colorful Subscription Widget To Blogger Blog
Add Widget Below the Post Body
To add this widget just below the post body, Go to Blogger / Template / Edit HTML / Proceed, Click Expand Widget templates, Search the following piece of code in template.<data:post.body/>And paste the following code just below the <data:post.body>
<!-- Code on www.allbloggingtricks.com-->
<style type='text/css'>
.socialabt {
display: block;
margin: 2em auto;
width: 200px;
height:40px;
}
.socialabt span {
float: left;
display: inline;
margin-right: 8px;
}
.socialabt span a {
display: block;
width: 32px;
height: 32px;
text-indent: -9999px;
background-color: none;
background: transparent url("http://4.bp.blogspot.com/-z1mg08fd7-8/ULnP5Og9YwI/AAAAAAAABZg/LTHMWJwCXjQ/s1600/social_icons.png") 0 0 no-repeat;
}
#iconTwitter {background-position: -33px -33px;}
#iconFacebook {background-position: -66px -33px;}
#iconRSS {background-position: 0 -33px;}
#iconYouTube {background-position: -99px -33px;}
#iconGooglePlus {background-position: -132px -33px;}
#iconTwitter:hover {background-position: -33px 0;}
#iconFacebook:hover{background-position:-66px 0}
#iconRSS:hover{background-position:0 0}
#iconYouTube:hover{background-position:-99px 0}
#iconGooglePlus:hover{background-position:-132px 0}
</style>
<div class='socialabt'>
<span><a href='http://www.twitter.com/allbloggingtric' id='iconTwitter' target='_blank' title='Follow us on Twitter'>Twitter</a></span>
<span><a href='http://www.facebook.com/bloggertrick' id='iconFacebook' target='_blank' title='Join us at Facebook'>Facebook</a></span>
<span><a href='http://feeds.feedburner.com/allbloggingtricks' id='iconRSS' target='_blank' title='Subscribe our RSS Feed'>RSS</a></span>
<span><a href='http://youtube.com/allbloggingtricks' id='iconYouTube' target='_blank' title='Follow our YouTube Channel'>YouTube</a></span>
<span><a href='https://plus.google.com/117305698834844817404' id='iconGooglePlus' target='_blank' title='Follow us at Google+'>Google</a></span></div>
And finally save your template.
Modification
- Replace http://www.twitter.com/allbloggingtric to your twitter follower page.
- Replace http://www.facebook.com/bloggertrick to your facebook fan page.
- Replace http://feeds.feedburner.com/allbloggingtricks to your feedburner id.
- Replace http://youtube.com/allbloggingtricks to your YouTube channel.
- Replace https://plus.google.com/117305698834844817404 to Google+ page.
If you have further any query or suggestion about this subscription widget then clear it by dropping your comment below.))

Oh, nice information.
ReplyDelete