Elegant Rss Email Subscription Widget Box for Blogger


Rss Feed play's important role in increaseing the website/blogs traffic.Most of the blog owner's use it as a machine which generates traffic for them.Creating a Rss Feed Subscription box is smart move.If your website/blog Content is of good quality then Rss Feed Subscription Box will not let you down.Usually reader's and user's subscribe to your blog via email to get your blog's latest updates straightly into there inbox.Setting Up A Rss Feed Email Subscription Widget is not very difficult it is very simple,you don't need any sort of training.You create your own Rss Feed in simple steps but before that you should have a Rss Feed for your blog. Now let us start working


Go to Blogger.com >>Your Blog >> Template >> Download BackUp of template>>then Expand Widget Templates>>Search for </head> and just above it paste the following code  
                                                                                                
<style type='text/css'>
.sub-box{
width: 600px;
background: #fff;
padding: 2px 5px 7px 7px;
border: 2px solid #000;
border-radius: 15px;
}
.sub-box:hover{
border-style:dashed; 2px solid: #389af2;
}
.followlinks h1{
font-family:Cabin Condensed;
font-weight: bold;
color: #000;
padding: 0px 0px 2px 40px;;
font-size:17px;
}
.followlinks ul{
font-family:Cabin Condensed;
font-weight: bold;
}
.followlinks ul li{
float:left;
width:90px;
padding-left:40px;
margin:0 0 0 5px !important;
line-height:35px !important;
}
.followlinks ul li a{
font-size:20px !important;
text-decoration:none;
font-weight:normal;
}
.followlinks ul li.otrss{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Bv3aavlDBA6U0tBUB9O87R6pWRUG41FN6sC4QFP6yD7wc5l8RV5Lolynv0iLVnL9SkY6H0auQhTAX087Yl5_yKG5vGS2Sv3TW3J2IjLXyVX0SxajXURxSb4kp9_-50IuTvDMAfTgxj-L/s1600/rss-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otgoogleplus{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYTMGTMI753kqoIy2S95LXaM-X9D7IzAOMr37JrXyYuqz3FJT6LT2ZB0VA8MHAvkmpJNgS1D0rXmrw4a4kOhpUj-I33B7Fpfeyf0n9yfznbrdlvtUZ2VX1GmBpNWKCfW6VvPa5gY_7JcHS/s1600/googleplus-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.ottwitter{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_vhy9gBtFZ68za2HFIAWJ2eMYyKbGoegknZSE8pd2TO25OkxDZI1HK5xHiY66lQTwPpRB23WI4uNsY7rX4ash6A4gp9XigNJToVzrUpIVqRrFuThRnmhlHgW3UzyoC-N5Jz4vKQfy2RZi/s1600/twitter-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otfacebook{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6br_EpUqEvs4xlwlnQCAq-NcwpYWp8Qe32D-awIAIB-n91IbZKeTEkIsXikJ7RuFFRz7tNfjMamznFbpknND7Qs0zMNyj1Omyf9I1u9FwVPo6tbLuYisYXLof1kmU-biKIMwsEEoRjVOg/s1600/facebook-ot.png) no-repeat scroll left center transparent;
}
form.emailform{
margin:5px 0 0;
display:block;
clear:both;
}
.emailtext{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFSa1fFL5jyBtopOIDYm09FUnvBKd4RHLsjoHECk5qo-ZD4zM42ua18ZM81sMn6zSXrFBmxWQAVlM6ulcQZMY3BBnnCB6gNjVxEcxF9BCSl8OsKVgHexxbTBQqkAtBsyuHMGSNleqJyudD/s1600/ot-mail.png) no-repeat scroll 4px center transparent;
padding:7px 15px 7px 35px;
color:#444;
font-weight:bold;
text-decoration:none;
border:1px solid #D3D3D3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
width: 550px;
}
.emailtext:focus{
outline: none;
}
.sub-button{
color:#444;
font-weight:bold;
text-decoration:none;
padding:6px 10px;
border:1px solid #D3D3D3;
cursor: pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-goog-ms-border-radius: 5px;
border-radius: 5px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#FBFBFB&#39;, endColorstr=&#39;#F4F4F4&#39;,GradientType=0 );
background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
}
.sub-button:hover{
background: -moz-linear-gradient(top, #e7e7e7 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#e7e7e7&#39;, endColorstr=&#39;#F4F4F4&#39;,GradientType=0 );
background: linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%);
}</style>
<script type='text/javascript'>
  WebFontConfig = {
    google: { families: [ &#39;Cabin+Condensed::latin&#39; ] }
  };
  (function() {
    var wf = document.createElement(&#39;script&#39;);
    wf.src = (&#39;https:&#39; == document.location.protocol ? &#39;https&#39; : &#39;http&#39;) +
      &#39;://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js&#39;;
    wf.type = &#39;text/javascript&#39;;
    wf.async = &#39;true&#39;;
    var s = document.getElementsByTagName(&#39;script&#39;)[0];
    s.parentNode.insertBefore(wf, s);
  })(); </script>

Now Just Save your Template By Pressing Save Now and proceed to next step now place the following code where you want to display Rss Feed Email Subscription Box in your blog.If you want to place it in sidebar go to>> Blogger.com >> YourBlog >> Layout >> Add A Gadget >>Html/Javascript >> and copy and paste the following code there               
                                                                                   
<div class='sub-box'>
<div class='followlinks'>
<h1>Get Free Email Updates or Like us on your favourite Social networking site</h1>
<ul>
<li class='otrss'><a href='http://feeds.feedburner.com/BloggerLaboratory' target='_blank'>RSS</a></li>
<li class='otgoogleplus'><a href='http://plus.google.com/url' target='_blank'>Google+</a></li>
<li class='ottwitter'><a href='http://twitter.com/bloglaboratory' target='_blank'>Twitter</a></li>
<li class='otfacebook'><a href='https://www.facebook.com/bloggerlaboratory' target='_blank'>Facebook</a></li>
</ul>
</div>
<br/>
<div style='text-align: left; display: inline-block;'>
<form action='http://feedburner.google.com/fb/a/mailverify' class='emailform' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=BloggerLaboratory&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>

<input name='uri' type='hidden' value='Everfreetech'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='emailtext' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' type='text' value='Enter your email...'/>
<input alt='' class='sub-button' title='' type='submit' value='SignUp'/>
</form></div></div>

Customizing Rss Feed Email Subscription Box According to your Details:
1.To add your Rss Feed look for http://feeds.feedburner.com/BloggerLaboratory and replace it with your feed url

2.To Add Google Plus Look For http://plus.google.com/url and replace it with your Google Plus page Url

3.To Add your Twitter Page Look For BlogLaboratory And Replace it with your Twitter Username

4.To Add Your Facebook Page Look For https://www.facebook.com/BloggerLaboratory and replace it with your Facebook page url

5.Now the main thing adding Email Subscription,Look For BloggerLaboratory and replace it with your Rss Feed page username i.e (http://feeds.feedburner.com/BloggerLaboratory) only username don't add full url

And Then Hit Save Button And Now Your Work is done if you have any problem in adding the widget feel free to ask till then Peace and Blessings.

Kindly Bookmark this Post using your favorite Bookmarking service:
Technorati Digg This Stumble Stumble Facebook Twitter
YOUR ADSENSE CODE GOES HERE

0 comments:

Blogger Tricks And TipsComment here

 

Protection Status

Protected by Copyscape Online Plagiarism Checker

| My Blogger Laboratory © 2010. All Rights Reserved | Template Style by Blogger Laboratpry | Design by Mohammad Mustafa Ahmedzai | Back To Top |

Your Text Link Here