
It's a long time since we last released a widget. The widget today is really a useful one. It is a smart container which displays the total number of subscribers, contains RSS link, Facebook link and Twitter link. It also contains a beautiful subscription form where visitors can submit there emails to receive free website updates. This Widget is made Compatible to work with all browsers especially with IE8.
I named it Wordpress Subscription Form because you might have seen such widgets on every Wordpress blog and Blogger lacks it.
To have a look at our previously designed Subscription Forms kindly visit these links,
How To Create Wordpress Subscription Form?
The steps are made really simple. Follow these,
- Go To Blogger > Design
- Select an HTML/JavaScript Widget
- Paste the code below into the widget
<style>
.mbtbar{width: 100%; float: left;}
.mbtbar .count{color:#333; font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; background: #fff; height: 45px; line-height: 45px; vertical-align: middle; width: 100%; padding: 0 10px 0 4px;}
.mbtbar .count span.bigcount{color:#F17C18; font-size: 24px; font-family: Helvetica, Arial; line-height: 39px; vertical-align: top; padding-right:3px;}
.mbtbar .subicons{border-bottom: 1px solid #e6e6e6; margin: 0px 0 0px 0; float: left; width: 300px; font-family: Helvetica, Arial; font-size: 14px;}
.mbtbar .subicons a{text-decoration: none; color:#333333;}
.mbtbar .subicons a:hover{text-decoration: underline; color:#333333;}.mbtbar .subicons .rssicon{border-right: 1px solid #e6e6e6; background: url(http://2.bp.blogspot.com/-39kJ8qyqrVs/TdpYPqKjAhI/AAAAAAAADf8/FDkLDuCwF7E/s400/rss.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}
.mbtbar .subicons .fbicon{border-right: 1px solid #e6e6e6; background: url(http://4.bp.blogspot.com/-6_H2QDYGHpI/TdpYPF7LYmI/AAAAAAAADf0/wBev_aveLGw/s400/facebook.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}
.mbtbar .subicons .twittericon{background: url(http://3.bp.blogspot.com/-rbsZjAPUA2c/TdpYQO7m2zI/AAAAAAAADgE/VLRVbnICkZA/s400/twitter.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}
.mbtbar .emailsub{border-bottom: 1px solid #e6e6e6; padding: 15px 0 20px 0; float: left; width: 100%; font-family: Helvetica, Arial;}
.mbtbar .emailsub .emailicon{background: url(http://2.bp.blogspot.com/-h72a-fyDTWw/TdpYO0gOhRI/AAAAAAAADfs/s-5_Ckdp-bQ/s400/email.png) no-repeat left center; float: left; padding: 5px 15px 0px 35px; margin: 0 0 0 5px; width: 300px; height: 28px; line-height: 28px; vertical-align: middle; font-size: 14px; color: #333; }
.mbtbar .emailsub .emailupdatesform{margin: 15px 0 5px 5px; width: 300px; float: left;}
.mbtbar .emailsub .emailupdatesform input.emailupdatesinput{background: #fff !important; float: left; border: 1px solid #d2d2d2; padding: 0px 8px 0px 8px; color: #a19999; font-size: 12px; height: 25px; width: 200px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.mbtbar .emailsub .emailupdatesform input.joinemailupdates{background:-moz-linear-gradient(top,#57ABFE 0%,#0080ff 100%); background:-webkit-gradient(linear,left top,left bottom,from(#57ABFE),to(#0080ff)); border: 1px solid #0080ff; text-transform: uppercase; color: #fff; height: 25px; padding: 0 12px 0 12px; margin: 0 0 0 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
</style><!--[if IE 7]>
<style>
.mbtbar .count span.bigcount{color:#F17C18; font-size: 24px; font-family: Helvetica, Arial; line-height: 34px; vertical-align: middle; }.mbtbar .emailsub .emailupdatesform input.joinemailupdates{background:#0080ff; border: 1px solid #0080ff; text-transform: uppercase; color: #ffffff; font-weight:bold; height: 25px; padding: 0 12px 0 12px; margin: 0 0 0 5px; }
</style>
<![endif]--><div class="mbtbar"><div class="count">Join <span class="bigcount">1675+</span> People Following MBT</div><div class="subicons"><div class="rssicon"><a href="http://www.mybloggertricks.com/feeds/posts/default" target="_blank">RSS</a></div><div class="fbicon"><a href="http://www.facebook.com/pages/My-Blogger-Tricks/147104632016744" target="_blank" rel="nofollow">Facebook</a></div><div class="twittericon"><a href="http://twitter.com/mybloggertricks" target="_blank" rel="nofollow">Twitter</a></div></div>
<div class="emailsub">
<div class="emailicon">Stay Updated via Email Newsletter</div>
<div class="emailupdatesform">
<form action="http://feedburner.google.com/fb/a/mailverify" 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="10" class="emailupdatesinput" name="email" value="Enter your email..." onblur="if (this.value == '') {this.value = 'Enter your email...';}" onfocus="if (this.value == 'Enter your email...') {this.value = '';}" type="text" /><input value="tntbystc" name="uri" type="hidden" /><input value="Join" class="joinemailupdates" type="submit" /></form></div></div></div>
4. Save the widget and you are done!
How To Style and Edit the Widget?
Follow these,
- To Change the the Blue Colour of the Submit button Change #57ABFE to a Light shade and this #0080ff to a dark shade. Our Colour Generator Can help in this case.
- Replace 1675+ with your Feed count and always update it manually once a week. To change its colour edit this #F17C18
- Replace http://www.mybloggertricks.com/feeds/posts/default with your feedburner RSS Feed link.
- Replace http://www.facebook.com/pages/My-Blogger-Tricks/147104632016744 with your Facebook profile Link
- Replace http://twitter.com/mybloggertricks with your twitter profile link
- Replace http://feedburner.google.com/fb/a/mailverify?uri=tntbystc with your feedburner RSS Email Link
- Replace tntbystc with the Feedburner RSS Email Title which is always written at the end of your FEED Email Link as shown below,
http://feedburner.google.com/fb/a/mailverify?uri=tntbystc
How did you like it?
I would be really pleased to hear about your suggestions and feedback. If you faced any trouble then do not panic and let me know :>
I would appreciate MBT regular readers to kindly advise me whether or not to change MBT's current Feed Form with this new one because I personally like this new design. =)
Filed Under: Blogger Widgets and plugins, CSS and HTMLTricks
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 »









34 comments:
Dear Mohd,
I like this one .Its really getting tough to decide which one is better as you do such great work .Keep it up and I would like to try this one very soon in my website as well.
great going ....
tc
Manisha
You should do a correction to the code. Look at this -->.mbtbar .subicons{border-bottom: 1px solid #e6e6e6; margin: 0px 0 0px 0; float: left; width: 300px; font-family: Helvetica, Arial; font-size: 14px;} and here --> .mbtbar .emailsub .emailupdatesform{margin: 15px 0 5px 5px; width: 300px; float: left;} . In both the cases, the width is set to 300px. Lots of people have their sidebar to be of 200px only. Instead set the width in percentages . . .
@Manisha
I thank you Manisha for the kind suggestion. Waiting for more. :>
@Amit
You are right Amit but I guess most will be able to do it themselves. If not then they will ask us for sure. :> The %width property has some limitations as it is auto controlled therefore often dis-alignment occurs and the flexibility of positioning things becomes difficult. For example adding an image or text next to that div will cause many problem in positioning it.
Hello Mohammad,
very nice ant attractive widget but i need 4 tab like by default it has Rss,Facebook,Twitter but i need to add one more SMS..i tried it but all icons are not coming in same line so can u help me.
Image Location For Sms : http://i960.photobucket.com/albums/ae87/jeetdholakia/sms.png
And Link : http://labs.google.co.in/smschannels/subscribe/jeetdholakia
so can you create this for me?
@Ajeet
add this code to the CSS part anywhere,
.mbtbar .subicons .smsicon{border-right: 1px solid #e6e6e6; background: urlundefinedhttp://i53.tinypic.com/14wrkib.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}
and then replace the HTML part with this,
<div class="mbtbar"><div class="count">Join <span class="bigcount">1675+</span> People Following MBT</div><div class="subicons"><div class="rssicon"><a href="http://www.mybloggertricks.com/feeds/posts/default" target="_blank">RSS</a></div><div class="fbicon"><a href="http://www.facebook.com/pages/My-Blogger-Tricks/147104632016744" target="_blank" rel="nofollow">Facebook</a></div><div class="twittericon"><a href="http://twitter.com/mybloggertricks" target="_blank" rel="nofollow">Twitter</a></div><div class="smsicon"><a href="http://labs.google.co.in/smschannels/subscribe/jeetdholakia" target="_blank" rel="nofollow">SMS</a></div>
</div>
<div class="emailsub">
<div class="emailicon">Stay Updated via Email Newsletter</div>
<div class="emailupdatesform">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.openundefined'http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="emailupdatesinput" name="email" value="Enter your email..." onblur="if undefinedthis.value == '') {this.value = 'Enter your email...';}" onfocus="if undefinedthis.value == 'Enter your email...') {this.value = '';}" type="text" /><input value="tntbystc" name="uri" type="hidden" /><input value="Join" class="joinemailupdates" type="submit" /></form></div></div></div>
Enjoy! :>
Good for blogger user. I'm searching for such attractive subscription forms for WordPress.
Great bro, you've also started serving WordPress based bloggers
YAy! I added the 4th one to My Blog
Thank a lot Mohammad,
buddy you are helping me a lot.
thank you so much..
@Digital
It can be added anywhere. It can work on wordpress far better. :>
@Sreejesh
Thank you buddy. Great to hear from you after so long. I hope you are doing great. :>
@Fahad
Congarts! :d
@Jeet
Please do not mention that. You are always welcomed. :)
Thanks a lot for this Mohammad.
How was the finals?
Hey Good one buddy I dont think so if there are sites like this I need to learn html,css too I added this to my site but dont know nothing appeared atall hmmm trying other forms will update @expertsgalaxy
@G
Thanks pal. BTW what finals? :>
@Neeraj
Thanks bro. You can learn it from www.w3schools.com :>
can you tell me how we remove logo of any template from stylesheet
I have been reading your posts daily and it is really helpful for a newbie like me. I really liked the widget. But I want a google plus icon too. So can you help me with that?
Please send me the code!!
how i can put my feed counter like you have?
please answer me...
You site is awesome,i come often to find new things that can improve my site.I just opened new blog,and taking lots of trick from your site.
Now im working on this subscription box,give a look soon at my site
http://footygo.blogspot.com
Keep with good work.Best regards
Please help!!! When someone enters the Email in the subscription box, it gives a error saying: The feed does not have subscriptions by email enabled.
cooltricks.in is my blog.
Please reply and please help as soon as u can!!!
@kuldeep
You must make these changes:
Replace http://feedburner.google.com/fb/a/mailverify?uri=tntbystc with your feedburner RSS Email Link
Replace tntbystc with the Feedburner RSS Email Title which is always written at the end of your FEED Email Link as shown below,
http://feedburner.google.com/fb/a/mailverify?uri=tntbystc
@Mohammad Bro,
Plz add Google + icom to it as you have in your sidebar
Do follow blogs list,SEO tips
Hello Muhammad, First of all congrats!!! Your all posts are too valuable..:-)
Would you please help me to add one more icon to this Wordpress Subscription Form.
I mean I like to include Google+ icon too.. Like in your blog. Please help me..
Hi Mohammed
great site... and very useful tutorials..
friend,
how to link logos instead of text(rss,Facebook and twitter logo )...please help me.
also tell me how delete the right side text.
thanks in advance
Wao, this is fantastic, but am having some difficulty integrating it, the icons are not showing, the twitter, facebook and the rss are not aligned side by side, they are lined one after the other, and the colors are not showing, pls what can i do. here is my blog, u might want to check it.www.makeeasymoneyng.com. thanks
hey how can i resize it..? It's too big for my sidebar..? wat to do to resize it without any changes in the form.
Agreeable thank you so much for this post
php web development
Dear...its superb one..still i want to ask..if i want to change width of the box then in code where should i change ?
Hi Mohammad,
Thank you for this awesome tutorial. Something I have been looking for.
Just wonder how can I change the facebook to google +1. I don't use facebook , but I use google +1
thanks
Fabriano
ps follow you on google +1
Assalamualaikum, Lot of Thanks. Amazing Post. It is very suitable post.
Enjoy Freeware Software
http://freeware9.blogspot.com/
Thanks . . . nice widget
I would like to inform you that your articles are being copied and translated. see here:
http://www.dicasparablogger.net/2012/05/caixa-simples-de-assinatura-de-feed-no.html
hi plz help me i really like this widget but its not working properly in my blog.
Hi this looks fantastic but I am just trying to figure out the logic and how it keeps the subscriber in WordPress? Or is it that it just subscribes to Twitter etc?
Thanks Alot Sir, i really appreciate this.
Dailyschoolnews
Click Here To add Comment
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. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.
Regards,
Mohammad