If you want to add a nice looking feed icon with a subscription form to subscribe your blog with email as shown in the image given below then, here is a nice and easy solution for you.


Add Cool Feed Icon With Subscription Email Form to Your Blogger

HOW TO : Add Cool Feed Icon With Email Subscription Form To Blogger

1. Login to your Blogger account. On the Dashboard and click on the Design and then on the Page Elements.

2. Now click on the 'Add a Gadget' .

3. In the new window, select 'HTML/Javascript'. Now copy and paste the code given below.

<div style="border: 1px solid DodgerBlue; padding: 5mm;">
<center><img src="https://lh5.googleusercontent.com/_u4rBCfM4eII/TZv5l26OCcI/AAAAAAAABiw/u5NXDNRgKK0/Rss.png"/></center>
<span style="font-weight: bold;">Subscribe by E-mail & Get Latest Blog Updates Free</span>
<form action=Your Feedburner URl here" style="padding: 3px; text-align: center;" target="popupwindow" method="post" onsubmit="window.open('Your Feedburner URl here', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><center style="font-weight: normal">Enter your email address:</center><p><center><input type="text" style="width:140px" name="email"/></center></p><center><input type="hidden" value="TntByStc" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></center></form></div> <a href="http://www.shaanhaider.com/"><font size="1px">Widget by Geeky Stuffs</font></a>


4. Replace the Your Feedburner URl here text with your Feedburner account url

5. Save the gadget and place it in the sidebar where you want this subscription form to appear.

6. Save the template and check your blog for this new feed icon and subscription form.

Note : Also subscribe to this blog to get all the latest tips and tricks. Thanks
 
Top