Get the latest updates from us for free

Adding a Elegant Rss Email Subscription Widget Box To 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,if you don't have Rss Feed For your Blog Go Here to Learn How You Can Burn Your Blog Feed In Feedburner.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 pastethe 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/AVvXsEizc6dIbigNivncgrlPeBYfH10AB3umkikw-QOwPmkkndy7DEp1VDORkZpWON3Em9xngSPnxgejrjHPXdMsEBUuH4VV_ermXcOL3lzfn2CiH15yPZ99yUKt0WEVTDz3EoUu4wxRhd6jIiXA/s1600/rss-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otgoogleplus{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZnMGfpf-f4PEjkQfwLKXkbTxJxDJRG3fu_E-zLOsbnWtmDMAA9ZEA59kDIJBSuC1MLMf9lokdhn-W1QF8u9JKjlNefb0WjoUeUcXsNKaPCxxm7-mJcFPSz_rwZnxzCjh074skY6QNJnRr/s1600/googleplus-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.ottwitter{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTFzgklizMUo4BJ4bX5BVAVereHk0p9ipqe4ASP8hKXjrWKNZVQ53UO2kh36Hby4ZMCQlf9BN_Fk8EXYIC9GJFFXkcTrf5Y2t8xoT4-tUXrFSJ5t3McScVhMGsMP4LbmORKtAGMrAlFsBs/s1600/twitter-ot.png) no-repeat scroll left center transparent;
}
.followlinks ul li.otfacebook{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyyxdlH64J4N3PpyLkoMRnv9h9cZKnQpKSM9qcrhNur2n2Wi2cJgsb2yNJgJvBDISHThe66RiZ6MBptX4U1SelwHypMOc00a-SI-sqMkJdqDEmWE29znvNFF1UAn-aysulIyep2TG3aSM9/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/AVvXsEjiu_zXUGjRYVytwZ5LLqlW4psbb3xCCCWx2rBBUlp7_bb-9enteRcBNp8rC1ROcw6_hkC2n22a9AGEWa4pXusK6DybaTBbLk0lJsX784atuU6qPhaZa6J6aNDl4vJnW1xlB4KZ2_IzBPpx/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/MegaBloggerLab' 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/MegaBloggerLab' target='_blank'>Twitter</a></li>
<li class='otfacebook'><a href='https://www.facebook.com/Megabloggerlab' 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=megabloggerlab&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/MegaBloggerLab 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 MegaBloggerLab And Replace it with your Twitter Username

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

5.Now the main thing adding Email Subscription,Look For MegaBloggerLab and replace it with your Rss Feed page username i.e (http://feeds.feedburner.com/MegaBloggerLab) 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.

0 comments:

Confused? Feel free to ask

 

Techies

Ping your blog, website, or RSS feed for Free

Sponsors

Sponsors

Protection Status

Follow me on Google+

MyFreeCopyright.com Registered & Protected

Advertisements!

Advertisements!

Followers

Copyright © 2012 All Rights Reserved. Any Article on This Blog can not be repost or reproduce in any form without the permission of Author.