• Home
  • Privacy Policy
  • Disclaimer
  • Advertise
  • Sitemap
Tech and Internet Geeks Guide
  • Home
  • ·
  • Free Blog Setup
  • Privacy Policy
  • Advertise
Home » Blogger » Blogger Widgets » How to add wordpress style Subscription Form on Blogger

How to add wordpress style Subscription Form on Blogger

Add This To Del.icio.usTweet/ReTweet ThisShare on FacebookStumbleUpon ThisAdd toTechnoratiDigg This
Welcome again to The eTech Journal......

Today, We brng you this awesome Tutorial which lets you add wordprees style subscription Form on your blogger blog.

below is how this will look like when you implement it on your blog.


Follow the below steps to implement this on your blogger blog...

1. Goto your blogger dashboard

2. Select the blog you want to add it to and navigate to 'Templates' Click on EDIT HTML

3. Search For ]]></b:skin> . Add the Below Code Just Above It

#ig-subscription-optin {margin: 0px;padding: 10px;background: #2A6DA9;
background: -moz-linear-gradient(top, #5AE, #036);background: -webkit-gradient(linear, left top, left bottom, from(#5AE), to(#036));height: auto!important;color: white !important;padding: 20px 15px !important;
text-align: center !important;font-family: Georgia, Times, "Times New Roman", serif !important;margin: 10px;margin: 0px;padding: 10px;
margin: 8px 0 0 !important;line-height: 22px;font-family: Georgia, Times, "Times New Roman", serif;padding: 5px;border: none;}#ig-subscription-optin p {margin: 8px 0 0 !important;line-height: 22px;font-family: Georgia, Times, "Times New Roman", serif;
padding: 5px;border: none;}#ig-subscription-optin input.name {
background: white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqp9uG1LyY_lcatjUnGEviwuTgETYlsgxcYDG9d4UGbGcC6E-qWMWphOU5Moggbo6TkL8tTaVXosdbd7hvsMvRD7flMz6pqRueRQ91Hq4SC9zWz2vgNnCHdr3AwW_URi5tWvQWad_2y3_5/s1600/subscribe-name.png) no-repeat center right;}
#ig-subscription-optin input[type="text"] {border: 1px solid #111 !important;
font-size: 15px !important;margin-bottom: 10px !important;padding: 8px 28px 8px 10px !important;width: 80% !important;height: auto !important;}
#ig-subscription-optin input.email {background: white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFvRP3wJCANGYp0AOvgqQdf9mPUK9lVyv8cR4mWgkdBLOHdqTDaNRqtp9dqqbU_0ZTprdp6f_ceY3ogmcCRbuXt63aQuEgwTMtycOroGZqWD9FSYW0jisuSbgNFaY04Ed3Zc2ly7EOO-OM/s1600/subscribe-email.png) no-repeat center right;}#ig-subscription-optin input {
font-family: Georgia, Times, "Times New Roman", serif;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;box-shadow: 0 2px 2px #111;-moz-box-shadow: 0 2px 2px #111;-webkit-box-shadow: 0 2px 2px #111;margin: 0px;padding: 0px;}#ig-subscription-optin h3 {margin-top: 10px !important;margin-bottom: 8px !important;margin-left: 10px !important;margin-right: 10px !important;
font-weight: bold !important;line-height: 26px !important;letter-spacing: normal;
text-transform: none;text-decoration: none;
text-align: center !important;font-family: Georgia, Times, "Times New Roman", serif;
border: none;padding: 0px !important;float: none;}input:hover[type="submit"] {
background-color: #0094D2;border: 1px solid #0094D2;color: white;text-decoration: none;}input[type="submit"] {background-color: #00A7ED;border: 1px solid #0094D2;
color: white;cursor: pointer;font-family: 'Droid Sans', sans-serif !important;font-size: 13px;font-weight: normal;padding: 5px;text-decoration: none;}input {
color: #333;font-family: 'Droid Sans', sans-serif;}#ig-subscription-optin input[type="submit"] {background: #960E17 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5tNKKK5mPpU3JMW2lYDAoZKsso4FucM0Wl3LQTdvuJDhRrPjpVui1cSl7qqDNgA6UlxyAuQw6VDjcFGBiOZtGxVANkDfM8TvpZou1Xpk5InsKurddDqyto9pnfH9js-b5QH_lCv9YMRtv/s1600/subscribe-red.png) repeat-x top;border: 1px solid #111 !important;color: white;cursor: pointer !important;font-size: 18px !important;font-weight: bold !important;
padding: 6px 0 !important;text-shadow: -1px -1px #3A060A !important;width: 90% !important;height: auto !important;line-height: 24px !important;}
#ig-subscription-optin input[type="submit"]:hover {color: #FFA5A5;}

4. Now Goto Layout > Add Gadget > HTML/Javascript Then Add the below code

<center>
<div align="center" id="EtechJournal-Subscribe-wrapper">
<div id="ig-subscription-optin" style="border: 3px solid #000000; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55AAEE', endColorstr='#003366',GradientType=0 ); width: 240px;">
<h3 id="EtechJournal-title-text" style="color: white; font-size: 20px;">
GET FREE EMAIL UPDATES</h3>
<div id="EtechJournal-sub-title-txt" style="color: white; font-size: 14px;">
Join us for free and get valuable content delivered right through your inbox.</div>
<br />
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=etechvilla', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input class="name" id="EtechJournal_Subscriber_name" name="name" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" type="text" value="Enter First Name" /><br />
<input class="email" id="EtechJournal_Subscriber_email" name="from" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" style="width: 130px;" type="text" value="Enter Email Address" /><br />
<div class="separator" style="clear: both; text-align: center;">
</div>
<input name="uri" type="hidden" value="etechvilla" /><input name="loc" type="hidden" value="en_US" /> <input id="EtechJournal_Submit_Text" style="height: auto; padding: 5px 0;" type="submit" value="Get Access Today!" /></form>
</div>
</div>
</center>
<div id="EtecchJournal" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://etechvilla.com">Free Blogger Widget</a></span></div></div>

5. Save and preview

#Customization: Change etechvilla In the last code above to your feedburner ID


#Conclusion: Over To You Boss!!! What do you think About this Post?? Do you have further clearifications? Feedbacks? Suggestions? Or Inquiry? Why Not Use The comment Box To Communicate With Us? We will be Happy If you Do.
Posted by Steve on Wednesday, September 18, 2013 - Rating: 4.5
Title : How to add wordpress style Subscription Form on Blogger
Description : Welcome again to The eTech Journal...... Today, We brng you this awesome Tutorial which lets you add wordprees style subscription Form on yo...

Enter your Email to get the latest Free Browsing Updates for free

Share to

Facebook Google+ Twitter

0 Response to "How to add wordpress style Subscription Form on Blogger"

Post a Comment

Please, reply in this comment box to enable us serve you better.

Subscribe to: Post Comments (Atom)

Like Our Fan Page

Widget by:Blogging & Tech Tips

Stats

Tweet

[Get Widget]
Copyright © 2012 Tech and Internet Geeks Guide - All Rights Reserved
Twitter - Facebook - Powered by Blogger