Add Email Subscription Box Below Every Post In Blogger

Yesterday i posted  about Add Meta Tags To Your Blog For Better SEO .Today i will show you how to add email and social subscription box below every post.A subscription box doesn't really help you out to get the highest level of subscribers when it's on the sidebar. If you have a subscription box below OUR posts then it may help us to achieve targeted subscribers for your blog.


Subscription box will look like image below:

How to add a social and email subscription box below every blogger posts? LETS START.

Step One: Go to Design => Edit Template [In new blogger interface: go to Template => Edit HTML].

Step Two: Click on Expand widget Template  and find /* FOOTER */  .

Step Three: Just above /* FOOTER */  paste the following code. 

.stay-connected {
background: #ffffff;
margin: 10px 0 10px 0;
padding: 10px;
border: 1px solid #E6E6E6;
overflow: auto;
}
#stay-icons {
float: left;
margin: 0 5px 0 0;
padding: 2px;
}
/*end stay connected*/

Step Four: Then Find and the paste the following code just below .



Stay Connected With Free Updates








Subscribe via Email






Note: You can also paste this code below