In this tutorial , im going to to explain How
to add Rss feed subscription box below your
ever post.Rss helps you to get more traffic
to your blog.Most of website owners use this
Every post updates sending to rss subscribers
email. This is easy to add, follow these steps.
Check my earlier Rss subscribe box here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Put checked marked in Expand Widget Templates
6. Find this tag by using Ctrl+F </head>
7. Paste below code Before </head> tag
8. again Find this tag by using Ctrl+F <data:post.body/>
9. Paste below code after <data:post.body/> tag
Replace selected names with your uersnames
10. Now save your template.
You are done...
to add Rss feed subscription box below your
ever post.Rss helps you to get more traffic
to your blog.Most of website owners use this
Every post updates sending to rss subscribers
email. This is easy to add, follow these steps.
Check my earlier Rss subscribe box here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Put checked marked in Expand Widget Templates
6. Find this tag by using Ctrl+F </head>
7. Paste below code Before </head> tag
<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:2px solid #511111; } .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(http://3.bp.blogspot.com/-CMD8tTcyanA/UGEoXF32zpI/AAAAAAAAEQM/E1OgMW6SZvc/s1600/bloggertrix-rss-icon.png) no-repeat scroll left center transparent; } .followlinks ul li.otgoogleplus{ background:url(http://2.bp.blogspot.com/-lhm8DqIzDpI/UGEoWe4xv9I/AAAAAAAAEQA/a850kufuzxw/s1600/bloggertrix-google-icon.png) no-repeat scroll left center transparent; } .followlinks ul li.ottwitter{ background:url(http://1.bp.blogspot.com/-cDAZzZi29P0/UGEoYMJQYrI/AAAAAAAAEQQ/otQiWtPk-mc/s1600/bloggertrix-twitter-icon.png) no-repeat scroll left center transparent; } .followlinks ul li.otfacebook{ background:url(http://1.bp.blogspot.com/-8FUcdaI0SwQ/UGEoVTiWRWI/AAAAAAAAEP8/NN3_sprT6Xo/s1600/bloggertrix-facebook-icon.png) no-repeat scroll left center transparent; } form.emailform{ margin:5px 0 0; display:block; clear:both; } .emailtext{ background:url(http://4.bp.blogspot.com/-DMrSxx8BJqo/TteQx1ijO2I/AAAAAAAABF0/Qd1ROb_8oeA/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='#FBFBFB', endColorstr='#F4F4F4',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='#e7e7e7', endColorstr='#F4F4F4',GradientType=0 ); background: linear-gradient(top, #e7e7e7 0%,#f4f4f4 100%); }</style> <script type='text/javascript'> WebFontConfig = { google: { families: [ 'Cabin+Condensed::latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script>
8. again Find this tag by using Ctrl+F <data:post.body/>
9. Paste below code after <data:post.body/> tag
<div class='sub-box'> <div class='followlinks'> <h1>Get Free Email Updates and Like us on your Social networking site</h1> <ul> <li class='otrss'><a href='http://feeds.feedburner.com/Bloggertrix' target='_blank'>RSS</a></li> <li class='otgoogleplus'><a href='http://plus.google.com/107955298793879607964' target='_blank'>Google+</a></li> <li class='ottwitter'><a href='http://twitter.com/bloggertrix' target='_blank'>Twitter</a></li> <li class='otfacebook'><a href='https://www.facebook.com/bloggertrix' 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('http://feedburner.google.com/fb/a/mailverify?uri=Everfreetech', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'> <input name='uri' type='hidden' value='blogggertrix'/> <input name='loc' type='hidden' value='en_US'/> <input class='emailtext' name='email' onblur='if (this.value == "") {this.value = "Enter your email...";}' onfocus='if (this.value == "Enter your email...") {this.value = ""}' type='text' value='Enter your email...'/> <input alt='' class='sub-button' title='' type='submit' value='SignUp'/> </form></div></div>
Replace selected names with your uersnames
10. Now save your template.
You are done...
This Tutorial will help you to add beautiful
subscribe box for your blogger.This is WordPress
style.You can add this subscribe box to end of
the post.So, you can add this easily.Follow this
steps.Old post about Rss Subscription box. here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Put checked marked in Expand Widget Templates
6. Find this tag by using Ctrl+F ]]></b:skin>
7. Paste below code Before ]]></b:skin> tag
6. again Find this tag by using Ctrl+F <data:post.body/>
7. Paste below code after <data:post.body/> tag
Replace bloggertrix with your feed name
11. Now save your template.
You are done...
subscribe box for your blogger.This is WordPress
style.You can add this subscribe box to end of
the post.So, you can add this easily.Follow this
steps.Old post about Rss Subscription box. here
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Put checked marked in Expand Widget Templates
6. Find this tag by using Ctrl+F ]]></b:skin>
7. Paste below code Before ]]></b:skin> tag
#Subscribe{background:#D00 url(https://lh4.googleusercontent.com/-rlmc0ojAP6w/UEBbz7z4kvI/AAAAAAAABAU/YuSXNdMxB6U/s72/email.png) no-repeat 98% center;border-radius:5px;box-shadow:0 0 30px #600 inset;height:100px;margin:5px auto 0;padding:10px;width:700px;} #Subscribe .Arrow{background:url(https://lh6.googleusercontent.com/-GpemTsHpc4w/UEBbgb44xHI/AAAAAAAABAE/mDTUyfvnksg/s72/Left.png) no-repeat;float:left;height:70px;margin:0 0 0 10px;width:80px} #Subscribe form input.Text{background:#FFF;border:1px solid #800;border-radius:5px;box-shadow:0 0 5px #600 inset;color:#333;float:left;padding:5px 10px;width:145px} #Subscribe .headline{color:#FFF;font-size:24px;margin:5px 0 0 60px} #Subscribe table{margin:10px 0 0 100px;} #Subscribe form input.Button{background-color:#148314;background-image:url(http://lh4.googleusercontent.com/--9RbYGLhmI8/UAp2hm47JEI/AAAAAAAAAxI/t_neer3k3IM/s36/Subscribe.png);border:1px solid #7a7a7a;border-radius:5px;color:#fff;padding:5px 10px;position:relative;width:125px}
6. again Find this tag by using Ctrl+F <data:post.body/>
7. Paste below code after <data:post.body/> tag
<!--NewsLetter Starts--> <div id="Subscribe"> <p class="headline">Subscribe Updates, Its FREE!</p> <form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify? uri=bloggertrix', 'popupwindow', 'scrollbars=yes,width=550, height=520');return true' target='popupwindow'> <table><tr><td><td> <input name='Name' onblur='if (this.value == "") {this.value = "Enter Your Name";}' onfocus='if (this.value == "Enter Your Name") {this.value = "";}' class="Text" type='text' value='Enter Your Name'/></td><td><input name='email' onblur='if (this.value == "") {this.value = "Enter Your Email";}' onfocus='if (this.value == "Enter Your Email") {this.value = "";}' class="Text" type='text' value='Enter Your Email'/> <input name='uri' type='hidden' value='bloggertrix'/><input name='loc' type='hidden' value='en_US'/></td><td><input type='submit' class="Button" value='Subscribe Now'/></td></tr></table></form> </div> <!--NewsLetter Ends-->
Replace bloggertrix with your feed name
11. Now save your template.
You are done...