Wednesday, December 30, 2009

How to add email subscription form to your blog

If you are new to blogging then you might think how you can get continuous visitor to your blog. One way to keep your visitors up to date is implementing email subscription form in your blog. Once users subscribed to your blog, email will be sent to the users automatically.

Following steps will demonstrate how you can add subscription form to your blog.

Step 01: Go to http://feedburner.com. Sign in to FeedBurner with your Google Account.
google feedburner

Step 02: Click on the My Feeds link that means visit http://feedburner.google.com/fb/a/myfeeds. You will see lists of feeds. If you don't burn a feed yet type your blog address in the textbox and then click Next. You will see your feed title. If you burn multiple feeds for the same blog you will see multiple feed title as well. Following image is the list of the feeds under my account.
my feeds

Step 03: Click on the feed title on which you want to add email subscription form. Click on the 'Publicize' tab and Select the "Email Subscriptions" option (on the left sidebar).
It should look like following image.
email subscriptions

Step 04: Click on Active button. There will you see two HTML codes. First one is form and second one is link code. By default you will see Widget in Typepad like the image below.
widget in typepad
If you want it for your blogger account then select Blogger from the drop down menu and then simply click Go. You will see Add Page Element window and then simply Click Add widget. The subscription form will be added automatically to your blog.
add page element blog

Alternatively, you can copy the codes either



<form style="border:1px solid #ccc;padding:3px;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=oraclefeed', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="oraclefeed" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p></form>


which yields,
Enter your email address:


Delivered by FeedBurner

or,



<a href="http://feedburner.google.com/fb/a/mailverify?uri=oraclefeed&loc=en_US">Subscribe to Oracle in World by Email</a>


which yields,
Subscribe to Oracle in World by Email

Step 05: Once you copy the code,Sign in to your blogger dashboard>layout>add a page element>html/javascript paste the code and save the changes.

You are done.
Related Documents
http://arjudba.blogspot.com/2009/08/how-to-increase-your-technorati.html

http://arjudba.blogspot.com/2009/07/how-to-setup-google-webmaster-tool-for.html
http://arjudba.blogspot.com/2009/06/how-to-get-targeted-backlinks-to-your.html
http://arjudba.blogspot.com/2009/07/draw-google-adsense-money-using-western.html
http://arjudba.blogspot.com/2009/06/different-types-of-web-hosting-services.html
http://arjudba.blogspot.com/2009/07/how-to-add-site-to-yahoo-directory.html
http://arjudba.blogspot.com/2009/07/how-to-add-site-to-google-directory.html
http://arjudba.blogspot.com/2009/12/how-to-know-when-googlebot-last-crawled.html
http://arjudba.blogspot.com/2009/12/how-to-add-different-meta-tags-to.html
http://arjudba.blogspot.com/2009/12/how-to-disable-or-remove-blogger.html

http://arjudba.blogspot.com/2009/12/scrolling-text-effect-html-code-with.html

http://arjudba.blogspot.com/2009/12/how-to-post-larger-images-in-blogger.html

http://arjudba.blogspot.com/2009/12/how-to-transfer-or-sell-blogger.html

No comments:

Post a Comment