
After several trials and errors finally we managed to design a fully equipped blogger widget that contains Facebook Like & Send button, Email Form (Subscription box) and social media icons. This widget can be found on many wordpress blogs added at the bottom of posts. It catches great attention of the visitor and forces him to like and share your article. That's why we named this gadget as "Do you like this story?" It is a more advance version of the widget I shared few days back which only offered visitors with a subscription option but this one offers a lot more. It will increase your Traffic through Facebook, Increase your subscribers, facebook fans and twitter followers. Indeed a magic box!
Add This Widget to BlogSpot Blogs
I have kept the installation process extremely easy so feel comfortable to try it.
- Go To Blogger > Design > Edit HTML
- Backup your template
- Check the "Expand Widget Templates" box
- Search for,
<data:post.body/>
5. Just below it paste the following code,
<b:if cond='data:blog.pageType == "item"'><style>
form.emailform{
margin:20px 0 0;
display:block;
clear:both;
}
.mbttext{
background:url(http://3.bp.blogspot.com/-SoB4RN7Bchk/TZ1ouay9q0I/AAAAAAAAAlE/dkyZEzF2HIw/s28/w2b-mail.png) no-repeat scroll 4px center transparent;
padding:7px 15px 7px 35px;
color:#666;
font-weight:bold;
text-decoration:none;
border:1px solid #D3D3D3;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
}
.mbtbutton{
color:#666;
font-weight:bold;
text-decoration:none;
padding:6px 15px;
border:1px solid #D3D3D3;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-goog-ms-border-radius: 4px;
border-radius: 4px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F4F4F4',GradientType=0 );
background: linear-gradient(top, #fbfbfb 0%,#f4f4f4 100%);
}#doulike-outer {
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-goog-ms-border-radius: 10px 10px 10px 10px;
border-radius: 10px;
background: none repeat scroll 0 0 transparent;
border: 1px solid #D3D3D3;
padding: 8px;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width:480px;
}
#doulike-outer:hover{
background: none repeat scroll 0 0 #FFF;
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: 1px 1px 2px #CCC inset;
box-shadow: 1px 1px 2px #CCC inset;
}
#doulike-outer td{
padding:3px 0;
}
</style><div id='doulike-outer'>
<div id='doulike'>
<table width='100%'>
<tbody>
<span style='font-style: italic; font-size: 30px; font-family: arial,sans-serif, verdana; color:#FF683F;'>Do you Like this story..?</span>
<tr>
<td><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='button_count' send='true' show_faces='false' width='300'/>
</td>
</tr>
<tr>
<td align='left'> <p style='color:#666; font-style:italic; margin:0px 0px 5px 0px; '>Get Free Email Updates Daily!</p>
<form action='http://feedburner.google.com/fb/a/mailverify' class='emailform' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' style='margin: 0pt;' target='popupwindow'>
<input name='uri' type='hidden' value='tntbystc'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='mbttext' name='email' onblur='if (this.value == "") {this.value = "Enter your email...";}' onfocus='if (this.value == "Enter your email...") {this.value = ""}' type='text' value='Enter your email...'/><input alt='' class='mbtbutton' title='' type='submit' value='Submit'/>
</form>
</td>
<td><p style='color:#666; font-style:italic; margin:0px 0px 5px 0px; '>Follow us!</p>
<a href='http://feeds.feedburner.com/TntByStc' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'><img src='http://2.bp.blogspot.com/_nDNgmK8FIyI/TUJaXDrh48I/AAAAAAAAAVM/zLmcNtCgi9Y/s40/w2bRSS+.png'/></a><a href='http://twitter.com/mybloggertricks' rel='nofollow' target='_blank' title='Follow us on Twitter'><img src='http://2.bp.blogspot.com/_nDNgmK8FIyI/TUJaUf7v0CI/AAAAAAAAAU8/7vfe8Iw3ohc/s40/w2bTwitter.png'/></a>
<a href='http://www.facebook.com/pages/My-Blogger-Tricks/147104632016744' rel='nofollow' target='_blank' title='Follow us on Facebook'><img src='http://1.bp.blogspot.com/_nDNgmK8FIyI/TUJaWNBkZnI/AAAAAAAAAVE/nZ0byXaqur8/s40/w2bFaceBook.png'/></a>
</td></tr>
</tbody></table></div></div>
</b:if>
Now make these changes,
- To change the colour of the "Do you like this story..?" text then simply change #FF683F with a hexadecimal color of your choice.
- 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
- Replace orange link with your Feedburner link
- Replace the blue link with your twitter link
- Replace the purple link with your Facebook Like Page link
After you have made all the necessary changes simply save your template and you are all done!
Visit any of your post to see it being displayed just perfectly. This gadget is compatible with all major browsers. I hope you find it helpful. I am busy with exam preparation these days so pardon me for late replies. Peace brothers! :)
Filed Under: Blogger Widgets and plugins
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 »









81 comments:
Awesomeeeeeeeeeeee ........ Mind Blowing ........ The Best One Really .....
Woww Muhammad Bhai ;) WellDone ;)
Thanks
-yAHyA
I want this widget aligned centrally ?
Thanks For Sharing :)
Like To Add This Box In My Template :)
Latest Tips and Tricks | Blogger Tricks
Awesome....... Thanks Mustafa Check it on my website http://www.accountancystudents.net/
WTF... I recently added the cool subscription box to my Computer tips and tricks blog that you've share.. yet there's another one, but its cooler.. Thumbs Up to you Mustafa!!
Not working for my blog www.mynameis.in
@Haider
Gives me great pleasure that you liked it pal. :)
@yahya
My pleasure buddy. :>
To align it in center please replace <div id='doulike-outer'>
with this <center><div id='doulike-outer'>
and Replace this </tbody></table></div></div> with this </tbody></table></div></div></center>
Hope this helps.
@osho
Sure you must do it now! :p
@rommel
New is always better buddy. :) and please avoid those abbreviations.
@salaria
Did you seriously tried salaria?
MBT GReat Tutor for blogger,,, I Like...
keep Post Mohammad,,,
I m From Indonesia,,, and be a loyal Visitor 4 MBT :)
Thnx Mustafa bhai for remembering me and my name :)
Oh.. Sorry about the abbreviation mate! :)
What a great job ... Really i like it so much ..
Social Media Expert
Waiting for your next edition
Great Work Man ...I Like that So much.thanks for update
This is too beautiful for words. Thanks, Mohammad!
Can you tell me how to increase the box width? Right now the facebook flag is put underneath the feedburner one because the box is slightly too small.
Thanks!
Nevermind, I found it under #doulike-outer. I changed the width there, set the box to center and now it fits right in!
Is there a way to create a few pixels of buffer space between the end of the post and the box? Right now the last word of the post ends right at the box border.
Thanks!
Okay, nevermind x2. Sorry for all the comments!
To add a space between the end of the posts and the box, I just edited the #doulike-outer by adding in the following line right underneath padding.:
margin: 50px;
Thanks again for the great info!
@john
Thats perfect but margin: 50px; will set margins at all four corner since your need a gap just at the top therefore kindly use this,
margin-top: 50px;
Decrease 50px if it is too much. Always welcomed. :)
Perfect! Thanks!
Hi thank you for sharing this. I tried this using your instruction and I cant find it on my blog (and yes I saved it).
Can you help me? Thanks
Thanks Muhammad,
I like this Widget.
thanks ! found it very informative for my blog for where i use facebook fan pages and buy likes for it . thanks a lot again .
buy facebook likes
I followed all the steps but still, can't see it on my site.
My site : http://freen8apps.blogspot.com/
how to increase the width of this box bro?????????
Hello Mohammad! Thank you for your work :). I really like this widget and I want to use it, but because I want to put it on my right sidebar I need to resize the widget...It's possible you tell me how can I do that? More precisely, what values I need to change...
@Isabela
I found it...I apologize for the unnecessary question. Thank you anyway :)
This is not showing up on my blog at all! Please help. Thanks!
For choosing a color go here Hex Color
Well I scoured through my template html and found finally. I entered the code here below it and made all the appropriate changes and it didn't work. Below the regular comment option on my post there seems to be a big chunk or space...is this for the widget I just did something wrong? Please help.
@karl kechner,I also have the same error..Admin pls do something..
My site : freen8apps.blogspot.com
Didn't work on mine either I only checked the preview but it wasn't there.
You've copied it from way2blogging.org !!!!
Your Blogging tips are indeed amazing. I just tried one of them.
Yes, i also require this kind of widget for my website that is on wordpress. So , please write it for wordpress olso..:)
Regards
Shaeeb
http://www.hackinghome.com
This is very nice. Thanks for sharing it but one more thing.
Please tell how to increase the width of this whole widget.
Please reply.
great widget hopefully my weblog users will like this.
You can see it live in my weblog DeluxePages
Its eror! not working in my blog.
http;//mwcrew10.blogspot.com
Is there a way to make this a little bit lower below the post?
Like adding a "BR" space tag?
Because this widget appears too close to the content in my blog.
Sorry, I love this widget, I don't mean to sound picky.
Here's an example: http://www.the-social-feed.com/2012/01/qr-code-tattoo-most-random-tattoo-ever.html
- Thank you for any replies.
- Rasy
@ admin
this didnt worked for me..
yaa mustafa ..
It's not shown in my blog, it's not working ..
please help me ..
Hey i am finding <data:post.body/> Three times see my blog www.techmodules.blogspot.com
iam getting that five times where i have to add
Nice Stuff! I have just added it and it worked perfectly on my blog. I even changed the FB, Twitter and RSS icons to the colour of my blog. See it live @ http://www.naijatechblog.com
Note: If you wish to increase the width of the email form, simply add width:300px; under .mbttext{
(choose width that will match your blog, mine was 620px)
Thanks once again mohammad for this cool widget
Please correct my first comment. The 620px is the width of my blog post body while the 300px was the width I gave the email subscription form.
Cheers!
not working please help me-
http://tune2tech101.blogspot.com
Hi, when i search then i get 4 results in where do i paste that coad
It’s Nice pics post, This post is a excellent example of such kind of story.
Delhi Escorts
Nice Work...work for me...
http://www.softwaretricks.net/
Great This worked and its cool
www.techdaybook.com
sir do you like this story does not appear in my blog i have correctly follow the steps but i cant...please help me
This Looks Cool On My Blog
http://slimwares.blogspot.com
I Even edited and change some things
It Looks better
Mohammad it's not working on my blog...
www.news9090.blogspot.com
kindly help me...
Regards...
Help me please ....I just don't know how to proceed .
Hi,
I tried this one but it`s not working on my blog.None of the tricks that starts with [ ] and past the code after it is not working on my blog techtest11.blogspot.com
AS you have written so many working post & I used themto my blog.Thanks to you.I appreciate your help
this is not working in my blog ..why ?
www.tons4free.blogspot.in
hi, Bro It is all are amzing. actually i tried To Do same, but the actuall words in HTML Coiding not found, Please Helpd me i have not any knowledge of HTML yet
Thanks Bro for this widget! I have just added it and it worked perfectly on my News blog. Here's how it looks on my Blog.
http://storiestrendingnow.blogspot.com
Thanks again
how to change the width of this gadget my blog is po360.blogspot.com
hello bro, i really need your help. please.
the following code is not adjusting with my template, its showing up little larger then my post template space. could you please give me a update code for my blog? its www.topone2u.com
my email: linkers2u@gmail.com
facebook: facebook.com/rubelahmed35
It will be your kindness if you do this for me.. thank you so much in advance.
It didnt worked for me..any help?
Thank your for your useful tutorial. :)
Thank your for your useful tutorial. :)
Escorts in Delhi
Escorts Service in Delhi
thank for all of you for commenting here. . . if someone need something different and special so come to my site http://www.blueheavenescorts.in
Bangalore Escorts
Independent Escorts in Bangalore
Escorts in Bangalore
Bangalore Independent Escorts
Bangalore Escort
Independent Escorts in Delhi
Independent Escort Delhi
Russian Escorts in Delhi
Delhi Escorts
Escort Service in Delhi
Delhi Escorts Service
Model Delhi Escorts
its not working in my blog :( :(
Thanks My Blog
AOA thanks for the widget. can you make these codes responsive ?
Call Any time :- +91- 9958867435. Sexy Delhi Escorts is an Escort Agency based in Delhi offering the best escort service in
Delhi,chandigarh,Ludhiana,amritsar
Delhi Escorts Service
Delhi Independent Escort
Delhi Escort Service
Escort in Delhi
Delhi Escorts
Independent Escorts in Delhi
Escorts in Delhi
Delhi Escort
Independent Escort in Delhi
Delhi Independent Escorts
Nice Post, I Like Shorts
independent escorts in delhi
Bangalore Escorts
its not working.
plz check why it not working on my blog cshortcut.blogspot.com
its Not Working i did not see anything in may blog
please mihammad tell me
i have applied this on my blog www.windowsreloded.blogspot.com, but how can i change the width of the box , i want to increase the width, please help
Thanks a lot. It works perfectly on my blog. :)
Its not appearing on my blog.. dont know y also sharing widget below every post.. even though i paste it after
Thanks !!! It works perfectly on my blog. :)
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