Build Online Store! | Penguin Panda Series - New! | 4 Rules To Make Money | SEO Settings | Facebook Popup 1, 2, 3 | Mashable 1 , 2


Saturday, January 8, 2011

Create a Cute Subscription Form


Pin It

Subscription-form I have already shared many tutorials on RSS Subscription forms such as Subscription Email Form and Subscription Feed Widget and today we have yet another but extremely beautiful and easy to edit subscription form dozed with new CSS effects. This widget will keep your sidebar neat and clean and will surely attract visitors to subscribe.

 

Live Demo

 

How To Add this Subscription Form To Blogger?

  1. Go To Blogger > Design > Page Elements
  2. Choose HTML JavaScript Widget
  3. Paste the following code in it,

<style>
.mbt-email{
background:url(http://4.bp.blogspot.com/_MbejYjGokMM/TSeZHmWJ6oI/AAAAAAAAALE/93ELYyzmi64/s1600/email.png) no-repeat 0px 12px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}

.mbt-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:12px sans-serif;
}
.mbt-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;  
width:170px;
color:#666;}

</style>

<div class="mbt-email">
Subscribe via Email
<form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=TntByStc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if (this.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" value="Enter email address here" type="text" />
<input type="hidden" value="TntByStc" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<input class="mbt-emailsubmit" value="Submit" type="submit" />
</form>
</div>

 

 

Now make these changes,

  • Now replace http://feedburner.google.com/fb/a/mailverify?uri=TntByStc with your Feedburner Email Feed link. You can get it by visiting your feedburner account then navigate to Publicize and then to Email Subscriptions.
  • Replace TntByStc with your feed title. It appear at the end of your feed link. In my case it is http://feedburner.google.com/fb/a/mailverify?uri=TntByStc

Save your widget and view your blog to see it showcasing live! :)

That’s All!

Do let me know if you needed any help in customizing the widget.


If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »


Thanks for making this possible! Kindly Bookmark and Share it.
Technorati Digg This Stumble Facebook Twitter

28 comments:

Comment Page :
My World4Free on 4:09 AM, January 08, 2011 said... #

Really Awesome , I Have added it in my blog

My World4Free on 4:26 AM, January 08, 2011 said... #

Hey Why you deleted my previous comment?

TAP on 6:34 AM, January 08, 2011 said... #

Thanks a lot Mustafa, i changed mine to yours already,love it
Have a nice day ahead
http://theasianpunter.blogspot.com

Beben on 4:56 PM, January 08, 2011 said... #

can sometimes occur clashed code, if already been invested tricks
"Uncustomized and Customized Text Areas"
must be considered in the code textarea
hihihi...cheers^^

Noor on 5:22 PM, January 08, 2011 said... #

Another great creation. This widget is to large for the 3 column templates though that somtimes do not even have a 200 width :(

Mohammad Mustafa Ahmedzai on 6:42 PM, January 09, 2011 said... #

@Myworld4free

Its due to the new blogger spam thingy. I never delete valuable comments like yours :)


@TAP
I am delighted to know that it worked for you brother. :>

@beben
Dude I never get what you say :P but I still love your comments.

@Noor
Noor you can adjust the width. Simply change the width in,

.mbt-email{
background:url(http://i53.tinypic.com/2igja0n.png) no-repeat 0px 12px ;
width:300px;<--Make it equal to your sidebar size
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}

and

.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:170px; <-- Keep it half the size of your sidebar
color:#666;}


hope this helps :)

Sherman Unkefer on 11:46 AM, January 12, 2011 said... #

this is is creative blog.thanks..

plaban on 7:21 PM, February 11, 2011 said... #

The tinypic image link is dead.Please give another link.

Jeet Dholakia on 9:09 PM, February 12, 2011 said... #

Hello Mohammad,
i am using your this widget but from today instead of showing the image its show tinypic logo that means the image has been deleted.
so plz do the need full thing.
thank you.

Mohammad Mustafa Ahmedzai on 1:20 PM, February 13, 2011 said... #

Update:

Here is the new code. Instead of the first CSS property use this,


.mbt-email{
background:url(http://4.bp.blogspot.com/-pQIpioiF0d0/TVeTBKPerKI/AAAAAAAADVc/uwcRm4KCa8k/s400/mail2.gif) no-repeat 0px 21px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}




Or if you want to use a different icon then use this,

.mbt-email{
background:url(http://2.bp.blogspot.com/-4btQQQcE1cc/TVeTBDHQ7RI/AAAAAAAADVk/2d-n5MXzhNE/s400/rss-email-icon.gif) no-repeat 0px 15px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}



Humble apologies for the inconvenience.

Mohammad Mustafa Ahmedzai on 2:40 PM, February 13, 2011 said... #

And to use the same image with same coding use this image link,

http://4.bp.blogspot.com/_MbejYjGokMM/TSeZHmWJ6oI/AAAAAAAAALE/93ELYyzmi64/s1600/email.png

plaban on 2:42 PM, February 15, 2011 said... #

Thanks for the update.

Jeet Dholakia on 2:47 PM, February 15, 2011 said... #

Hello Mohammad,
thank you so much for the update.

echa on 8:45 AM, March 12, 2011 said... #

you are amazing.
this is what i wanted for ages.
thank you so much, wonder if you want to check my blog.

terminatorz on 8:59 AM, April 21, 2011 said... #

Hey, Thanks..
I have added as u explained..
http://sms2loveu.blogspot.com

Bloggertrix on 11:58 AM, April 21, 2011 said... #

i added this. thank friend:)

http://www.bloggertrix.com/

Paul Santosh on 12:01 PM, May 12, 2011 said... #

great widget! thank you for this!!!!!

Friend 4 All on 9:58 PM, July 07, 2011 said... #

Hello how are you brother.i am Mohmmad sajid saleem.i want to know which comments system are you using.can i add this in my blog plz help brother

Savvy on 7:10 PM, July 18, 2011 said... #

hey thanks for the widget, can you do the needful for IE7 as you did in here http://www.mybloggertricks.com/2011/05/create-wordpress-subscription-form.html

shahbaz on 5:57 PM, July 22, 2011 said... #

Good stuf friends
http://internetricks4u.blogspot.com/

SEO Southampton on 4:20 PM, July 28, 2011 said... #

This is a very good thing. I think, we can stop focusing on the technology and just focus on using what we already have, and making interesting and engaging performances instead of spending hours upon hours of learning how to use and configure new gadgets. Thanks for this post.
web design hampshire

Ramesh on 9:38 PM, August 23, 2011 said... #

Resources like the one you mentioned here will be very useful to me! I will post a link to this page on my blog. I am sure my visitors will find that very useful.
Link Building Company India

Angelo on 1:31 PM, September 09, 2011 said... #

great!

Raymond on 10:50 AM, September 18, 2011 said... #

Got it up and running at

Interestcity


Thank you

ROHIT SHUKLA on 10:13 PM, November 05, 2011 said... #

I installed it on my blog and it works good. You can see this. Many free ways to make money online

Wide on 4:32 PM, December 09, 2011 said... #

Salam bro.
Thank you for all the help you provide us.
I used this form, but the window popping contains my blog description not the title :-(

http://dl.dropbox.com/u/51645745/Images%20CLICKADDICTION/Screenshot_1.png

How can i change this please ?

arhamvhy on 5:05 AM, February 12, 2012 said... #

very cool and cute..

work very well

Free Soft Share on 2:50 PM, April 16, 2012 said... #

very nice

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

 

Recent Posts

Join Me On Facebook

8600+ Followers

Join The Team!

Licensed Under CC

Recent Comments

Follow Me On Twitter

2601+ Followers

My Blogger Tricks (MBT) © 2012. All Rights Reserved | Contact |