One of the questions some readers have is how to embed an email subscribe form inside of your post, like I do with mine at the end of all my posts. You know, the one that looks like this:
This is actually very simple and here are the steps on how you can setup your own “email subscribe” form in your own post. This works for blogger, wordpress or any other blogging platform as it is basic HTML tags and no custom PHP code.
Step 1 – Find your Feedburner Email Subscribe link.
Log into feedburner, click on your blog name and then click on the “Publicize Tab”
Click on “Email Subscriptions” to the left and “activate” email subscriptions if you don’t have it activated already.
To the right you will see the generic Google subscription form, you can use this but I found it to be too bulky and I wanted something more streamlined.
So instead, just copy your “Feedburner Mail URL” you can see it in the box below:

Step 2 – Edit your Single.php and input your form
You will want to either add your “subscribe via email” form inside your single.php (you could add it to your index.php but you will see the “subscribe via email many times on your homepage and this may be too redundant and annoy your readers so I suggest you only add it to your single.php (let your normal “Email subscribe” button or sidebar link handle your index.php visitors.
Edit your single.php and look for this line:
<?php the_content(‘Read more…’); ?>
If you put the below code above this line, then your email subscribe will be before your post content (at the top of your post). If you put the below code below this line, then your email subscribe form will be below your post content. I see many bloggers do it both ways, I prefer to have it after my content so that if a reader enjoyed reading my content they can see the email subscribe right away rather than having to scroll back to the top of the post where they may have forgotten I had one. I have also seen many bloggers put them right at the top of their post as well so it is a matter of personal preference.
When you build your form you want to use the HTML code below, but make sure you replace the parts in RED with your custom Feedburner Email URL. The orange text you can customize your message right before the user inputs their email and clicks submit, and finally the light blue part has to be the value of your FeedBurner URI=
<center>
<form style=”background-color: #000000; border:8px solid #ccc;padding:0px;text-align:center;” action=”http://feedburner.google.com/fb/a/mailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://feedburner.google.com/fb/a/mailverify?uri=DragonBlogger‘, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520′);return true”>If you enjoyed this post, Subscribe via Email:<p><input type=”text” style=”width:185px” value=”enter email address” onmousedown=”this.value = ”;” name=”email”/><input type=”hidden” value=”DragonBlogger” name=”uri”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /></p></form>
</center>
Summary:
It is pretty easy to add an email subscribe form in your post and I think it does help increase the number of people who subscribe to your blog. The whole key is to make subscribing as easy as possible and this is one option to help remind readers to become a follower of your blog.
If you enjoyed this article, drop me a comment and let me know if you enjoyed the code and will start using it or are already using it.
Related posts:
- Demonstration: Using Google Docs Form as your WordPress Contact Form Screencast presentation on creating a Google Docs form and embedding it in your wordpress blog to use as your contact...
- Update your Feedburner Sender Email Instructions for updating your feedburner sender email address so subscribers can see a different email as the sender of the...
- Blogging Tips – Make It Easy To Become A Subscriber As a blogger one of the things you strive to do is reach an audience and build a consistant fan...
- Automatic Email From Leaving Blog Comment I have visited and commented on some blogs recently receiving an automated email "thanking" me for commenting and reminding me...
- Export Feedburner Email Subscribers to CSV File Instructions on how to export your Google Feedburner email subscribers to a csv file so you can import it into...
| via FaceBook, Twitter, RSS or Email | ![]() |
Enter your email and subscribe now!
Tags: add email subscribe to blog, adding email in post, adding subscribe form to wordpress, blogging html tips, blogging tips, blogspot email subscribe, customize feedburner email subscribe form, email subscribe blogger, email subscribe in post, email subscribe wordpress, embed email subscribe in post, feedburner email subscribe form, how to add an email subcribe form in post, how to add email subscribe, inserting an email subscribe into post, post has email subscribe, wordpress email subscribe, wordpress tips









February 7th, 2010 at 8:00 am
That’s brilliant, Justin. I am not really sure how to translate it to Thesis, but if I give it a little thought it shouldn’t be too hard.
Ray
Ray´s last blog ..Free Resources For Learning About Keywords
[Reply]
February 7th, 2010 at 8:47 am
Hey DB,
Thanks for the easy step by step how to. I only got started with feedburner last week so I hadn’t thought to include this. Will be implementing tonight once the children are in bed.
Thanks again,
Eleanor
Eleanor Edwards´s last blog ..Why Science Says Happy Works – Dr Egg’s Blog
[Reply]
February 7th, 2010 at 9:55 am
Glad I can help.
[Reply]
February 7th, 2010 at 9:40 am
Or just <?php the_content() if you don't have the 'read more' attribute like me.
I wish you had this post up the other day when I was adding my author bio. It took me forever to find the right spot, then another forever-ish time span to get the CSS styling right.
Anne´s last blog ..The Beauty of Winter
[Reply]
February 7th, 2010 at 12:14 pm
Testing submitting a post to see if there is an error.
Justin Germino´s last blog ..Dog Guilty Until Proven Innocent
[Reply]
February 7th, 2010 at 12:20 pm
Justin handy and informative tutorial. Off to Tweet it for you.
Rose´s last blog ..List of Twitter Applications
[Reply]
February 7th, 2010 at 5:17 pm
Thanks! I knew others would be interested as well.
[Reply]
February 8th, 2010 at 7:10 am
Wow.. that seems to be a good idea.
I see also, that you have improved your comment section. It looks much more better now!
By the way, could you give me a tip: What piece of code answers for the below “Next post” and “Previous post” ? I’ve deleted those lines somehow..
iWoodpecker@website traffic, promotion´s last blog ..Ileane Smith aka Ms. Ileane Speaks: The Way She Gets Web Traffic
[Reply]
February 8th, 2010 at 7:20 am
I did an article on this site on how I did that: http://www.dragonblogger.com/adding-previous-or-next-post-links-to-your-wordpress-blog/
[Reply]
February 8th, 2010 at 7:25 am
Thank you, codes look simple.. Not sure how I could have deleted them
Thanks, again.
[Reply]
February 10th, 2010 at 6:42 pm
I love the idea of giving readers a chance to subscribe at the end of a post. If they’ve read to the end, I would think that your chances are greatest at this point for getting them to subscribe. I plan to add this, but I’m a little low tech so I may need a few tries to get it working. I also like this keyword Luv. I use commentLuv, but keyword luv is a new one to me.
TinaT – Love Questions´s last blog ..Love and Valentine’s Day
[Reply]
February 10th, 2010 at 7:43 pm
Thank you, good luck and remember to backup your single.php and other files before you try to make any changes.
[Reply]
June 19th, 2010 at 12:54 am
love the idea of giving readers a chance to subscribe at the end of a post. If they’ve read to the end, I would think that your chances are greatest at this point for getting them to subscribe. I plan to add this, but I’m a little low tech so I may need a few tries to get it working. I also like this keyword Luv. I use commentLuv, but keyword luv is a new one to me.
[Reply]