How to add responsive Email subscription Box For Blogger - ThemeXBD

How to add responsive Email subscription Box For Blogger - ThemeXBD, Free email subscription box, blogger email subscription box, css email subscription box,how to add email post subscription  for blogger,


How to add responsive Email subscription Box Below blogger's posts?


Follow this simple step to add our email subscription box to your blogger posts.

Step 1: Adding the CSS Code To Blogger -

CSS code adds a clean design to the email box. Go to Blogger.com > Theme > Edit HTML and search for ]]></b:skin> and paste the below code just above  ]]></b:skin> Code.
/*** Email Box Distributed By themexbd.blogspot.com ***/  
 /**** Developed by themexbd.blogspot.com ****/  
 /***** Keep the credits intact *****/  
 #subscribe-box-sbm {  
  background-color: #3F3F3F;  
  color: #fff;  
  margin: 0 auto;  
 }  
 .subscribe-box-sbm-wrap {  
  overflow: hidden;  
  padding: 4%;  
  text-align: center;  
 }  
 .subscribe-box-sbm-wrap h4 {  
  font-family: &amp;#39;Tahoma&amp;#39;!important;  
  text-align: center;  
  font-size: 23px!important;  
  text-transform: uppercase;  
  color: #ccc!important;  
  margin: 0!important;  
  font-weight: bold!important;  
 }  
 .subscribe-box-sbm-wrap p {  
  margin: 1% 15%;  
  text-align: center;  
  text-transform: uppercase;  
  font-size: 12px;  
  font-family: &amp;#39;Tahoma&amp;#39;!important;  
  font-weight: bold;  
  color: #7c8c8c;  
  line-height: 15px;  
 }  
 .subscribe-box-sbm-wrap input[type=&amp;quot;email&amp;quot;] {  
  font-family: &amp;#39;Tahoma&amp;#39;;  
  letter-spacing: -0.6px;  
  background: #fff!important;  
  color: #999;  
  width: 70%;  
  margin: 1%;  
  height: 42px;  
  padding: 1%;  
  font-size: 16px;  
 }  
 .subscribe-box-sbm-wrap input[type=&amp;quot;submit&amp;quot;] {  
  font-family: &amp;#39;Tahoma&amp;#39;;  
  font-size: 17px;  
  margin: 1%;  
  padding: 18px;  
  color: #fff;  
  background: #3b5998;  
  border-bottom: 3px solid #324b81;  
  border: 0;  
  text-transform: uppercase;  
  font-weight: bold;  
 }  
 .subscribe-box-sbm-wrap input[type=&amp;quot;submit&amp;quot;]:hover {  
  box-shadow: inset 0 3px 10px rgba(0,0,0,.5)!important;  
 }  


Step 2: Adding HTML Code To Blogger-


Now, we will add the HTML code. Search for <data:post.body/> and paste the following code below it. OR Search for <div class='post-footer'>  and paste the code above it.
&lt;div id='subscribe-box-sbm'&gt;  
 &lt;div class='white-border'&gt;  
 &lt;div class='subscribe-box-sbm-wrap'&gt;  
 &lt;h4&gt;Get The Latest Post Delivered Free to Your Inbox&lt;/h4&gt;  
 &lt;p&gt; Join over 1500+ people who get FREE and fresh content from this Blog. We Respect Privacy, You are Safe! No Spam!&lt;/p&gt;  
 &lt;form action='https://feedburner.google.com/fb/a/mailverify' id='subscribe' method='post' onsubmit='window.open( &amp;apos;https://feedburner.google.com/fb/a/mailverify?uri=Themexbd&amp;apos;, &amp;apos;popupwindow&amp;apos;, &amp;apos;scrollbars=yes,width=550,height=520&amp;apos;);return true' rel='noopener noreferrer' target='popupwindow'&gt;  
 &lt;input id='subbox' name='email' onblur='if ( this.value == &amp;apos;&amp;apos; ) { this.value = &amp;apos;Enter your email address...&amp;apos; } ' onfocus=' if ( this.value == &amp;apos;Enter your email address...&amp;apos;) { this.value = &amp;apos;&amp;apos; }' type='email' value='Enter your email address...'/&gt;&lt;input class='subbutton' type='submit' value='Subscribe'/&gt;  
 &lt;input name='uri' type='hidden' value='twistblogg'/&gt;  
 &lt;input name='loc' type='hidden' value='en_US'/&gt;  
 &lt;div class='clear'/&gt;  
 &lt;p style='font-size:10px;'&gt;CHECK YOUR INBOX AND COMPLETE YOUR SUBSCRIPTION!&lt;/p&gt;  
 &lt;/form&gt;  
 &lt;/div&gt;  
 &lt;/div&gt;  
 &lt;/div&gt;  

N-B: Change Themexbd Feedburner ID
Now Save Your Template.

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.