'No Ordinary' Social Sharing & Subscription Widget
This Social subscription widget is made with the aim of promoting and increasing traffic of your blog in various manners. It has the potential to boost your subscribers, Facebook fans and the widget can even make you viral on various social networks. Your readers will also get an opportunity to connect with you on your other networks and all these features are just in one widget in a compact and presentable manner. This widget has almost everything you will need to promote your blog and increase fans and readers. It has a subscribe box, share box, Facebook like box; what else you want? It can replace any other social buttons, widgets or plugins you are using on your blog. Get ready to see the amazing beauty in action which will nurture your blog.
Live Demo
Features:
- Subscription box for increasing your subscribers.
- Follow us buttons for your readers to get connected on your other networks.
- Social sharing buttons
Facebook like box which will increase your fans
The main features are quite noticeable at first look but there are some minor features which you won’t be able to notice. One of them is the golden or blue glow. If you are using Chrome, you would see a golden glow while using any text box or login form. Similarly, in new versions of Firefox you see a blue glow by default. We have removed that glow so that the default values of a browser do not get mixed up with widget.
We have also made the subscribe button to look similar in both Firefox and Chrome browser which have issues with padding. If we didn’t do that, the button will look different in Chrome, somewhat misplaced. Some CSS3 transition effects have been used to give smooth feeling on hover in combination with box-shadow.
And guess what, all these many features in a single widget have been presented in a neat and compact manner with a size of just around 10KB.
How to Use?
I know, I know, you are pretty much excited to use this widget after reading those features. Your wait is over. Just follow the coming steps to increase the beauty of your blog.
- Go To Blogger.com -> Template -> Edit HTML -> Proceed
- Backup your template
- Tick Expand Widget Templates
- Search for:
<data:post.body/>
This code may have 2-3 occurrences in your template but you need to just concentrate on the first occurrence. Just below it paste the following code.
<!--No Ordinary Social Subscription Widget-->
<b:if cond='data:blog.pageType == "item"'>
<style>
.tbibox
background: #fff;
border: 1px solid #ddd;
height: 360px;
margin: 10px auto;
padding: 10px;
width: 572px;
-webkit-border-radius: 10px;
border-radius: 10px;
.tbisubscribe
border: 1px solid #D3D3D3;
padding: 8px;
width: 300px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
.tbisubscribe:hover
-moz-box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
-webkit-box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
box-shadow: inset 1px 1px 10px 1px rgba(249, 215, 126, 1);
.tbimailbox
border: 1px solid #D3D3D3;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 1px 1px rgba(255, 172, 84, 0.4) inset;
-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4) inset;
color: #666;
font: 14px "trebuchet ms", sans-serif;
padding: 7px 15px;
width: 160px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
.tbimailbox:hover
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
.tbisubmit
font: bold 12px Tahoma, Geneva, sans-serif;
font-style: normal;
color: #ffffff;
background: #ff5714;
border: 0px solid #ffffff;
text-shadow: 0px -1px 1px #222222;
box-shadow: 2px 2px 5px #000000;
-moz-box-shadow: 2px 2px 5px #000000;
-webkit-box-shadow: 2px 2px 5px #000000;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
padding: 8px 15px;
cursor: pointer;
margin: 0 auto;
.tbisubmit:active
cursor: pointer;
position: relative;
top: 2px;
.tbisubmit::-moz-focus-inner
border: 0;
padding: 0;
margin: 0;
.tbisharebox
border: 1px solid #D3D3D3;
margin: -157px 0 0 330px;
padding: 8px;
width: 225px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
.tbisharebox:hover
-moz-box-shadow: 1px 1px 2px #CCC inset;
-webkit-box-shadow: inset 1px 1px 55px 1px rgba(249, 215, 126, 1);
box-shadow: inset 1px 1px 55px 1px rgba(249, 215, 126, 1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
</style>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />
<div class='tbibox'>
<div class='tbisubscribe'>
<div style='color: #666666; font-weight: bold; font: 22px Oswald, cursive; margin: 0px 0px 10px 15px;'>Get Free Updates in your Inbox</div>
<div style='margin: 10px 0 0 6px;'>
<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='tbimailbox' 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='tbisubmit' title='' type='submit' value='Subscribe'/>
</form>
</div>
<div style='border: none; color: #666666; font: 22px Oswald, cursive; margin: 25px 0 0 5px;'>Follow us on:</div>
<div style='margin: -32px 0 0 120px;'>
<a href='FACEBOOK URL' target='_blank' title='Join us on Facebook'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9u4VVmMWa21aj2czF2xik0VYfO2VO2e_EABxn2lKS9rnpgI57qdLnTV_vQLrkFqocmwUhU6dHzTEXKPtuZ88MxcYJ7ArnMxfxMbxXfaeq9b7D8k9J_PR2UTt5ka_U6_i81qnV2lniWrw/s32/facebook500.png' alt='facebook'/></a>
<a href='TWITTER URL' rel='nofollow' target='_blank'
title='Follow us on Twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7Iym1UP86QifVeGs2SSXCDTcKDHKMk1VH43nkRISK9EQshpBewwv6d4tJqErmgU8bb0avMW4F3R9zzr7lgfs2kyzKlBiqyrufqKbeBup-PqEYDDUQhrXVfXU5psornzKwXaZ-OsEXRwc/s32/twitter.png' alt='twitter'/></a>
<a href='GOOGLE+ URL' rel='nofollow' target='_blank'
title='Follow us on Google+'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjeINJrfTZygkj3n4Hw_mpzWWbwFXHROADYSK_FhOPBx1VfQtUR1tb19LsyzO3E1GjNmMqKVfyWM9yXhL0FLYXBwVLV8Xhosxsc1SbH_41Ub18GvU-n7RabBk38nxkNTol6PlavQc-k5w/s32/googleplus-revised.png' alt='gplus'/></a>
<a href='PINTEREST URL' rel='nofollow' target='_blank'
title='Follow us on Pinterest'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMtyPht4ZSVq6TwRk3VMOGAvLQeClLgpmq0ecSNkRgv9aQbCy5GO90rF380QBwq_5xSyC55dP2eVrZ6WvotgGqGTpNS8ZAYYfm4NUE3CMMG5RRPyyyD533j4VVTrYr-xcqJgo5sr3GSoI/s32/pinterest.png' alt='pinterest'/></a>
<a href='RSS URL' rel='nofollow' target='_blank'
title='Subscribe to RSS'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEju3UwR_NS8r_acQU7qkDi4kVaLhVcdaTprgOyjCtd_NGBJNDhjUTnLaswXU6koddeYEqZK1S7aaaTRaV0vytML37ljn8PDbTBu05vRQkXlpQv_8HL7ItOmWfJjp8bWWUkeXcyINeSg_Fw/s32/rss.png' alt='rss'/></a>
</div>
</div>
<div class='tbisharebox'>
<script type='text/javascript'>
var switchTo5x = true;
</script>
<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
<script type='text/javascript'>
stLight.options(
onhover: false
);
</script>
<div style='margin: 5px 5px;'>
<span class='st_fblike_hcount' displaytext=''></span>
</div>
<div style='margin: -30px -20px 0 0; float: right;'>
<a href='http://twitter.com/share' rel='nofollow' class='twitter-share-button'
expr:data-url='data:post.canonicalUrl' expr:data-text='data:post.title'
data-count='horizontal' data-lang='en'></a>
<b:if cond='data:post.isFirstPost'>
<script type='text/javascript' src='http://platform.twitter.com/widgets.js'></script>
</b:if>
</div>
<div class='addthis_toolbox addthis_default_style' style='margin: 10px 0 12px 85px;'>
<a class='addthis_counter'></a>
<script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js'></script>
</div>
<div style='margin: 5px 5px;'>
<su:badge layout='1'></su:badge>
<script type='text/javascript'>
(function ()
var li = document.createElement('script');
li.type = 'text/javascript';
li.async = true;
li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(li, s);
)();
</script>
</div>
</div>
<div style='float: right; margin: -40px -5px 0 0;'>
<div class='g-plusone' data-size='medium' expr:data-href='data:post.url'></div>
<script type='text/javascript'>
(function ()
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
)();
</script>
</div>
<div style='margin-top: 20px;'>
<iframe allowTransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbloggertricks&width=570&colorscheme=light& show_faces=true&stream=false&header=false&height=180'
style='border:none; overflow:hidden; width:570px; height:180px;' />
</div>
</div>
</b:if>
<!--No Ordinary Social Subscription Widget-->
Changes to be made:
- Replace tntbystc with your feedburner FEED TITLE. You get these values by going to your Feedburner account -> Publicize -> Email Subscriptions
- Replace 'FACEBOOK URL' with your Facebook fan page link
- Replace 'TWITTER URL' with your Twitter link
- Replace 'GOOGLE+ URL' with your Google+ page
- Replace 'PINTEREST URL' with Pinterest link
- Replace 'RSS URL' with RSS feed link
- Now for Facebook like box, follow these steps:
- Grab your Facebook fan page URL (Do not include http://)
- Replace all the back slashes ( / ) with %2F
- Now replace www.facebook.com%2Fbloggertricks with your URL you achieved just now.
Got Questions?
We hope you have successfully installed this amazing widget on your blog without any problems. If you still need any help or have some questions or getting any errors in installing this social subscription widget, then don’t hesitate to ask us. We would love to hear your suggestions for improving this widget with more features. Let us know what your views are in the comments. Cheers :)
Want more of such plugins? Just search MBT for "Social Sharing widgets" or " Subscription box"
Guest post by Bhavesh Pamecha from TopBloggingIdeas.com, a Gold star MBT contributor and a tech savvy Blogger.
66
comments
PLEASE NOTE:
We have Zero Tolerance to Spam.
Chessy Comments and Comments with
'Links'
will be deleted immediately upon our review.
BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html');
(function() {
var items = ['id': '6758607294724164695', 'body': 'Amesome!!!', 'timestamp': '1346095203091', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346095203091#c6758607294724164695', 'author': 'name': 'Hardeep Asrani', 'avatarUrl': '//lh6.googleusercontent.com/-XZmYrcg6IyU/AAAAAAAAAAI/AAAAAAAAACg/Bz-vtFRL9M4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/03150667635128024872', 'displayTime': 'Aug 28, 2012, 12:20:00 AM', 'deleteclass': 'item-control blog-admin pid-943785921', 'id': '5620456032571834241', 'body': 'Awesome One... :)', 'timestamp': '1346095487427', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346095487427#c5620456032571834241', 'author': 'name': 'Rounak Baral', 'avatarUrl': '//lh4.googleusercontent.com/-dz5REPiYKM4/AAAAAAAAAAI/AAAAAAAAAio/9c1jsQkWvyk/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/08370436509066376556', 'displayTime': 'Aug 28, 2012, 12:24:00 AM', 'deleteclass': 'item-control blog-admin pid-2107093084', 'id': '1191730549657189881', 'body': 'Great...Awesome work.', 'timestamp': '1346099920556', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346099920556#c1191730549657189881', 'author': 'name': 'Anurag Kumar', 'avatarUrl': '//lh5.googleusercontent.com/-PpOBFPjVnYY/AAAAAAAAAAI/AAAAAAAAEgI/eV9AxDL-TZQ/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/04189291706236391368', 'displayTime': 'Aug 28, 2012, 1:38:00 AM', 'deleteclass': 'item-control blog-admin pid-1862264682', 'id': '7064714917765705637', 'body': 'Hello.x3cbr /x3ex3cbr /x3eI have added the box code as you mentioned above.x3cbr /x3eCheck the layout here - http://www.androidgyan.com/2012/08/motorola-droid-razr-hd-xt925-photos.htmlx3cbr /x3ex3cbr /x3eI want to make the settings as width x3d 649 of whole box (i can change manually width of FB box but not of above boxes) which is currently set to 570.x3cbr /x3eHow to change this layout.x3cbr /x3ex3cbr /x3eKindly let me know here at cul88r@gmail.comx3cbr /x3ex3cbr /x3eRegards.x3cbr /x3eAnurag', 'timestamp': '1346100608509', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346100608509#c7064714917765705637', 'author': 'name': 'Anurag Kumar', 'avatarUrl': '//lh5.googleusercontent.com/-PpOBFPjVnYY/AAAAAAAAAAI/AAAAAAAAEgI/eV9AxDL-TZQ/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/04189291706236391368', 'displayTime': 'Aug 28, 2012, 1:50:00 AM', 'deleteclass': 'item-control blog-admin pid-1862264682', 'id': '5840720664973757913', 'body': 'true mate this script works, but unfortunately I did not put it after the code but by adding widgets, while when I try to put it after the code this script does not work and leave a message error. I think itx26#39;s good pal re correction of this article, sorry if Ix26#39;m wrong and presumptuous in correcting this article, and I asked permission to share this article back into shape Indonesian, because they I think a lot of my friends in Indonesia who are interested in this widget . the latter Greetings ... happy blogging ........', 'timestamp': '1346106468267', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346106468267#c5840720664973757913', 'author': 'name': 'ibnu cahyadi', 'avatarUrl': '//4.bp.blogspot.com/-yRnxybZ6UEc/TzeUKG3GCTI/AAAAAAAAAMc/b3251Ke52g4/s35/i%25252Bam%25252Bin%25252Bthe%25252Bblock.jpg', 'profileUrl': 'https://www.blogger.com/profile/11025491473320506156', 'displayTime': 'Aug 28, 2012, 3:27:00 AM', 'deleteclass': 'item-control blog-admin pid-933470803', 'id': '8263441532910998120', 'body': 'Awesome widget.', 'timestamp': '1346107059141', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346107059141#c8263441532910998120', 'author': 'name': 'Muhammad Usama Siddiqui', 'avatarUrl': '//lh6.googleusercontent.com/-ZTkHgpC_xcM/AAAAAAAAAAI/AAAAAAAAAQg/Sl5fEN696oo/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/00756735828220177002', 'displayTime': 'Aug 28, 2012, 3:37:00 AM', 'deleteclass': 'item-control blog-admin pid-878475741', 'id': '5069143125448996148', 'body': 'Nice Widget Brother Thanks for Coding !!x3cbr /x3ex3cbr /x3e', 'timestamp': '1346118072121', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346118072121#c5069143125448996148', 'author': 'name': 'Anonymous', 'avatarUrl': '//img1.blogblog.com/img/blank.gif', 'profileUrl': '', 'displayTime': 'Aug 28, 2012, 6:41:00 AM', 'deleteclass': 'item-control blog-admin pid-531334590', 'id': '2986904956608171618', 'body': 'http://awesomescreenshot.com/0fcebxf69x3cbr /x3ex3cbr /x3ePlease give me a solution ..... Please. :(', 'timestamp': '1346125284106', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346125284106#c2986904956608171618', 'author': 'name': 'Reaz Ahmed', 'avatarUrl': '//lh6.googleusercontent.com/-xgREAAW9seM/AAAAAAAAAAI/AAAAAAAAADw/JOF-5JxKHe0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/08053013679831223994', 'displayTime': 'Aug 28, 2012, 8:41:00 AM', 'deleteclass': 'item-control blog-admin pid-1886976086', 'id': '6140617902718043966', 'body': 'nice widget dude. I just want to use this widget as popup box as you created earlier facebook likebox popup. just like that. can you make it?', 'timestamp': '1346125468974', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346125468974#c6140617902718043966', 'author': 'name': 'sanket patil', 'avatarUrl': '//lh5.googleusercontent.com/-7Y2eNP9GCuQ/AAAAAAAAAAI/AAAAAAAAAfA/dDpJtvLCQ-c/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/02972395239163948333', 'displayTime': 'Aug 28, 2012, 8:44:00 AM', 'deleteclass': 'item-control blog-admin pid-1509715664', 'id': '4321496485558080063', 'body': '@Hardeep, Rounak, FAiZaN - FAiZi, Muhammad Siddiqui, Fahad Uddin, techgod8, Santu, Munna Haquex3cbr /x3eThank you all for the appreciation.x3cbr /x3ex3cbr /x3ex3cbr /x3e@Anurag Kumar x3cbr /x3eOk, there are lot of things to adjust then. Donx26#39;t worry there are all numbers :px3cbr /x3eJust do it step by step.x3cbr /x3ex3cbr /x3e1. Change width: 572px in .tbibox to 640px because 649px will overflow other things.x3cbr /x3e2. Change width: 300px in .tbisubscribe to 365pxx3cbr /x3e3. Search for x26lt;div stylex3dx26#39;color: #666666; font-weight: bold; font: 22px Oswald, cursive; margin: 0px 0px 10px x3cbx3e15pxx3c/bx3e;x26#39;x26gt; and replace it with x26lt;div stylex3dx26#39;color: #666666; font-weight: bold; font: 22px Oswald, cursive; margin: 0px 0px 10px x3cbx3e45pxx3c/bx3e;x26#39;x26gt;x3cbr /x3e4. Just below it there is x26lt;div stylex3dx26#39;margin: 10px 0 0 6px;x26#39;x26gt; Change 6px to 27px.x3cbr /x3e5. Change width: 160px; in .tbimailbox to 187px;x3cbr /x3e6. Now search for x26lt;div stylex3dx26#39;border: none; color: #666666; font: 22px Oswald, cursive; margin: 25px 0 0 x3cbx3e5pxx3c/bx3e;x26#39;x26gt; and replace it with x26lt;div stylex3dx26#39;border: none; color: #666666; font: 22px Oswald, cursive; margin: 25px 0 0 x3cbx3e35pxx3c/bx3e;x26#39;x26gt;x3cbr /x3e7. Just below it you will find x26lt;div stylex3dx26#39;margin: -32px 0 0 120px;x26#39;x26gt; Change 120px to 150px.x3cbr /x3e8. In .tbisharebox first remove width: 225px; and change margin: -157px 0 0 x3cbx3e330pxx3c/bx3e; to margin: -157px 0 0 x3cbx3e392pxx3c/bx3e;x3cbr /x3ex3cbr /x3eAnd you know what to do with Facebook like box :)x3cbr /x3eHope this helps :)x3cbr /x3ex3cbr /x3ex3cbr /x3e@ibnu cahyadi x3cbr /x3eDo you mean that adding the code in the template gives to errors?? Please do tell us what error you get so that we can solve it :)x3cbr /x3ex3cbr /x3ex3cbr /x3e@Reaz Ahmed x3cbr /x3eThat looks to me a padding issue.x3cbr /x3ex3cbr /x3e1. Add the following code in the above CSSx3cbr /x3ex3cbr /x3e.tbibox img x3cbr /x3e padding: 0;x3cbr /x3ex3cbr /x3ex3cbr /x3e2. In your template search for .emailform and below some lines there will be width: 100px; remove it. There will also be height: 77px; Change it to 60px.x3cbr /x3ex3cbr /x3eAll should be fine now :)x3cbr /x3ex3cbr /x3ex3cbr /x3e@sanket patil x3cbr /x3eNot in the project for now because it will slow down the widget more due to extra jQuery and Javascript.', 'timestamp': '1346140343907', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346140343907#c4321496485558080063', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Aug 28, 2012, 12:52:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '6663354422927490084', 'body': 'One Word SUPERB !', 'timestamp': '1346144512012', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346144512012#c6663354422927490084', 'author': 'name': 'Haider Afridi', 'avatarUrl': '//lh4.googleusercontent.com/-44MCwY5Nzlo/AAAAAAAAAAI/AAAAAAAAJOU/gKWdtU7mVRg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/15481591518444075766', 'displayTime': 'Aug 28, 2012, 2:01:00 PM', 'deleteclass': 'item-control blog-admin pid-1110849571', 'id': '2290970671690896361', 'body': 'Great inventory, but then i thought, why Not just take only the Subscription with the Social media Follow us box?x3cbr /x3eHow do i go about that pls?', 'timestamp': '1346151454600', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346151454600#c2290970671690896361', 'author': 'name': 'Anonymous', 'avatarUrl': '//img1.blogblog.com/img/blank.gif', 'profileUrl': '', 'displayTime': 'Aug 28, 2012, 3:57:00 PM', 'deleteclass': 'item-control blog-admin pid-531334590', 'id': '2144718526377925427', 'body': 'Nice widget, Thanks Bhavesh. Have added it to my blog. ', 'timestamp': '1346152533524', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346152533524#c2144718526377925427', 'author': 'name': 'Nirmal Kumar Sekar', 'avatarUrl': '//lh6.googleusercontent.com/-P6f__Gwxltc/AAAAAAAAAAI/AAAAAAAAAnw/5QBsU2J8HPM/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/08952670048114555574', 'displayTime': 'Aug 28, 2012, 4:15:00 PM', 'deleteclass': 'item-control blog-admin pid-1871832257', 'id': '5173754198712275245', 'body': 'Awesome widget....', 'timestamp': '1346157828577', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346157828577#c5173754198712275245', 'author': 'name': 'Anonymous', 'avatarUrl': '//img1.blogblog.com/img/blank.gif', 'profileUrl': '', 'displayTime': 'Aug 28, 2012, 5:43:00 PM', 'deleteclass': 'item-control blog-admin pid-531334590', 'id': '8055087488440653783', 'body': 'It just Awsome', 'timestamp': '1346167981332', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346167981332#c8055087488440653783', 'author': 'name': 'Anonymous', 'avatarUrl': '//img1.blogblog.com/img/blank.gif', 'profileUrl': '', 'displayTime': 'Aug 28, 2012, 8:33:00 PM', 'deleteclass': 'item-control blog-admin pid-531334590', 'id': '8669216646569386626', 'body': 'Excellent....!!! Excellent....!!! Excellent....!!!', 'timestamp': '1346178865808', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346178865808#c8669216646569386626', 'author': 'name': 'dxn', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/05308223530600774157', 'displayTime': 'Aug 28, 2012, 11:34:00 PM', 'deleteclass': 'item-control blog-admin pid-1710409021', 'id': '7035185824036679010', 'body': 'Assalamualikum ahmed bhai. i am very unhappy with my blog. because i have used your 6 ways of customizing heading method.See this please (http://po.st/LXiu4X) The first one is for post heading and the second one is like yourx26#39;s (dotted lines up and down) i have done all the settings in both the headings like size,font etc... see in this (http://po.st/LXiu4X) but these settings are not working. always when i write post heading these settings wont work. always i have to switch into html mode and change the font,size from their. these settings never work. i want a solution from you to fix this. i donx26#39;t want to switch into html mode always for changing the font,size etc.. i just want this, whenever i just write the post heading and add html tags these headings should change itself to the settings that i have setted in this (http://po.st/LXiu4X). sometimes the dotted lines text become bigger. pleasae help me how to make permanant settigns to work for both the headings. Allah Hafiz', 'timestamp': '1346209978950', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346209978950#c7035185824036679010', 'author': 'name': 'Syed Abdul Qayyum', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/13656447840698295155', 'displayTime': 'Aug 29, 2012, 8:12:00 AM', 'deleteclass': 'item-control blog-admin pid-1188626826', 'id': '6897258986213258166', 'body': '@Haider, Nirmal, technoclouds, 24fdc, dxnx3cbr /x3eThank you all for the appreciation :)x3cbr /x3ex3cbr /x3e@editweaksx3cbr /x3eIn that case follow these simple steps:x3cbr /x3ex3cbr /x3e1. Remove everthing fromx3cbr /x3ex3cbr /x3ex3cbx3ex26lt;div classx3dx26#39;tbishareboxx26#39;x26gt; x3cbr /x3eALL CODEx3cbr /x3ex26lt;/divx26gt;x3c/bx3ex3cbr /x3ex3cbr /x3eThere are two x26lt;/divx26gt; at the end, so just remove one.x3cbr /x3ex3cbr /x3e2. Now remove the follow from CSSx3cbr /x3ex3cbr /x3ex3cbx3e.tbisharebox x3cbr /x3eALL CODEx3cbr /x3ex3cbr /x3e.tbisharebox:hover x3cbr /x3eALL CODEx3cbr /x3ex3c/bx3ex3cbr /x3ex3cbr /x3e3. Adjust the width in x3cbx3e.tbiboxx3c/bx3ex3cbr /x3ex3cbr /x3e@Syed Abdul Qayyumx3cbr /x3eAlthough this is off-topic I would let you know that in Blogger post editor there is drop-down just before bold, italic and underline. Select the text you want to apply the heading and then select Minor Heading in the drop-down. That will automatically apply h4 tags to the selected text.x3cbr /x3ex3cbr /x3eAnd your text become large because in your CSS you have kept font-size to 21.6px, reduce it and it should work fine :)x3cbr /x3ex3cbr /x3eLet me know if you guys need any other help on the widget :)', 'timestamp': '1346226906921', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346226906921#c6897258986213258166', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Aug 29, 2012, 12:55:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '4098944815049303490', 'body': 'Sir i did not get the 3rd my facebook adress http://facebook.com/hassangamesandsoftware is not working', 'timestamp': '1346240965887', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346240965887#c4098944815049303490', 'author': 'name': 'Syed Hassan Raza Bukhari', 'avatarUrl': '//lh3.googleusercontent.com/-Hs8cgmvhtvw/AAAAAAAAAAI/AAAAAAAAAbA/q4lP9M6YOO4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/03343280854925102513', 'displayTime': 'Aug 29, 2012, 4:49:00 PM', 'deleteclass': 'item-control blog-admin pid-495343438', 'id': '3878335999171910002', 'body': 'x3cspan classx3dx27deleted-commentx27x3eThis comment has been removed by the author.x3c/spanx3e', 'timestamp': '1346260454582', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346260454582#c3878335999171910002', 'author': 'name': 'Sameer Shamsudeen', 'avatarUrl': '//lh3.googleusercontent.com/-qeo3bESiMNc/AAAAAAAAAAI/AAAAAAAAAdk/RBB3dm7s0Fc/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10195576465833777041', 'displayTime': 'Aug 29, 2012, 10:14:00 PM', 'deleteclass': 'item-control blog-admin ', 'id': '2876553132278373732', 'body': '@x3ca hrefx3dx22#c7035185824036679010x22 relx3dx22nofollowx22x3eSyed Abdul Qayyumx3c/ax3eHello Bhavesh Pamecha, x3cbr /x3ex3cbr /x3eI try to add the Multi Tabbed Widget by following a post in this blog (mybloggertricks.com), There are 6 Steps, I Successfully completed 4 steps, but in 5th step it contains Search for div idx3dx26#39;sidebar-wrapperx26#39;, but i canx26#39;t find this in my blog, is this changed to any other name, so I am unable to complete the six steps, I liked these tabs very much. Please help me brother.', 'timestamp': '1346260633103', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346260633103#c2876553132278373732', 'author': 'name': 'Sameer Shamsudeen', 'avatarUrl': '//lh3.googleusercontent.com/-qeo3bESiMNc/AAAAAAAAAAI/AAAAAAAAAdk/RBB3dm7s0Fc/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10195576465833777041', 'displayTime': 'Aug 29, 2012, 10:17:00 PM', 'deleteclass': 'item-control blog-admin pid-197704115', 'id': '5108488417659874807', 'body': '@Bhavesh bro, you’ve shared an awesome widget with us. Don’t know about others but I didn’t changed a single code to properly show it on my blog. I just copy and paste, then I sees that it looking absolutely gorgeous on my blog. (trickssource.com)x3cbr /x3eThank you bro for this one :)x3cbr /x3e', 'timestamp': '1346296561032', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346296561032#c5108488417659874807', 'author': 'name': 'Atikur Rahman', 'avatarUrl': '//lh6.googleusercontent.com/-tsgnUwG070U/AAAAAAAAAAI/AAAAAAAABGc/1uDeXXUUDSk/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13083040513025686847', 'displayTime': 'Aug 30, 2012, 8:16:00 AM', 'deleteclass': 'item-control blog-admin pid-1551450781', 'id': '2181337899398566894', 'body': '@Syed Hassan Raza Bukharix3cbr /x3eI didnx26#39;t get you. Please explain.x3cbr /x3ex3cbr /x3e@Sameer Shamsudeenx3cbr /x3eYou have two sidebars so try searching forx3cbr /x3ex3cbr /x3ex26lt;div classx3dx26#39;sidebar sectionx26#39; idx3dx26#39;sidebar-left-1x26#39;x26gt; for left sidebarx3cbr /x3ex3cbr /x3eandx3cbr /x3ex3cbr /x3ex26lt;div classx3dx26#39;sidebar sectionx26#39; idx3dx26#39;sidebar-right-1x26#39;x26gt; for right sidebar.x3cbr /x3ex3cbr /x3e@Atikur Rahmanx3cbr /x3eYea it looks awesome :)x3cbr /x3eI hope it will help your blog grow :)', 'timestamp': '1346319632544', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346319632544#c2181337899398566894', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Aug 30, 2012, 2:40:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '3813203541163325919', 'body': '@x3ca hrefx3dx22#c2181337899398566894x22 relx3dx22nofollowx22x3eBhavesh Pamechax3c/ax3ex3cbr /x3eBrother, x3cbr /x3ex3cbr /x3ex3cbr /x3eI found only the following codex3cbr /x3ex3cbr /x3ex26lt;b:section-contents idx3dx26#39;sidebar-right-1x26#39;x26gt;x3cbr /x3e------x3cbr /x3e------x3cbr /x3ex3cbr /x3ex26lt;/b:section-contentsx26gt;x3cbr /x3ex3cbr /x3eCan i put the following code just above x26lt;/b:section-contentsx26gt;x3cbr /x3ex3cbr /x3ex26lt;div stylex3dx26#39;clear:both;x26#39;/x26gt;x3cbr /x3ex26lt;div classx3dx26#39;tabberx26#39;x26gt; x3cbr /x3ex26lt;b:section classx3dx26#39;tabbertabx26#39; idx3dx26#39;tab1x26#39; maxwidgetsx3dx26#39;1x26#39;/x26gt; x3cbr /x3ex26lt;b:section classx3dx26#39;tabbertabx26#39; idx3dx26#39;tab2x26#39; maxwidgetsx3dx26#39;1x26#39;/x26gt; x3cbr /x3ex26lt;b:section classx3dx26#39;tabbertabx26#39; idx3dx26#39;tab3x26#39; maxwidgetsx3dx26#39;1x26#39;/x26gt; x3cbr /x3ex26lt;b:section classx3dx26#39;tabbertabx26#39; idx3dx26#39;tab4x26#39; maxwidgetsx3dx26#39;1x26#39;/x26gt; x3cbr /x3ex26lt;/divx26gt;x3cbr /x3eWaiting for your reply', 'timestamp': '1346400665133', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346400665133#c3813203541163325919', 'author': 'name': 'Sameer Shamsudeen', 'avatarUrl': '//lh3.googleusercontent.com/-qeo3bESiMNc/AAAAAAAAAAI/AAAAAAAAAdk/RBB3dm7s0Fc/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10195576465833777041', 'displayTime': 'Aug 31, 2012, 1:11:00 PM', 'deleteclass': 'item-control blog-admin pid-197704115', 'id': '7916129532971471764', 'body': '@Sameerx3cbr /x3eDoesnx26#39;t looks to be the right one. The code I told you to search should be there. Make sure you have ticked expand widget templates and please now comment on the multi tab topic instead of here to avoid problems for our other readers.x3cbr /x3ex3cbr /x3eThank You', 'timestamp': '1346401328259', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346401328259#c7916129532971471764', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Aug 31, 2012, 1:22:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '6000181853718410332', 'body': '@x3ca hrefx3dx22#c7916129532971471764x22 relx3dx22nofollowx22x3eBhavesh Pamechax3c/ax3ex3cbr /x3eI Extremely Sorry Sir, My Net is too slow, thatx26#39;s why this happens.x3cbr /x3ex3cbr /x3eSir, please take a look at my blog x3cbr /x3ehttp://bestcareer4u.blogspot.com x3cbr /x3ex3cbr /x3eSir i ticked expand widget template and search for div classx3dx26#39;sidebar sectionx26#39; idx3dx26#39;sidebar-right-1x26#39; but not found, and i only get b:section-contents idx3dx26#39;sidebar-right-1x26#39; ', 'timestamp': '1346402396750', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346402396750#c6000181853718410332', 'author': 'name': 'Sameer Shamsudeen', 'avatarUrl': '//lh3.googleusercontent.com/-qeo3bESiMNc/AAAAAAAAAAI/AAAAAAAAAdk/RBB3dm7s0Fc/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10195576465833777041', 'displayTime': 'Aug 31, 2012, 1:39:00 PM', 'deleteclass': 'item-control blog-admin pid-197704115', 'id': '6750813942174840929', 'body': '@Sameerx3cbr /x3ePlease check my comment on the original topic x3ca hrefx3dx22http://www.mybloggertricks.com/2011/06/new-multi-tabbed-widget-for-blogger.html?showCommentx3d1346403352954#c3639394862696184754x22 relx3dx22nofollowx22x3eherex3c/ax3e and reply over there.', 'timestamp': '1346403424307', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346403424307#c6750813942174840929', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Aug 31, 2012, 1:57:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '7777860267709891871', 'body': 'Is there a way to get it to show on homepage as well as posts? As is, you have to be looking at the individual posts to be able to see it. x3cbr /x3ex3cbr /x3eOtherwise, love this. Cleaned up site! Thanks.', 'timestamp': '1346457431811', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346457431811#c7777860267709891871', 'author': 'name': 'A.H. Browne', 'avatarUrl': '//lh6.googleusercontent.com/-5y9LnWfG4M4/AAAAAAAAAAI/AAAAAAAACn0/PaJYd84PrFg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13475363761634079850', 'displayTime': 'Sep 1, 2012, 4:57:00 AM', 'deleteclass': 'item-control blog-admin pid-2021803961', 'id': '1478866040963293487', 'body': '@A.H. Brownex3cbr /x3eYes it is possible.x3cbr /x3eJust remove x3cbx3ex26lt;b:if condx3dx26#39;data:blog.pageType x3dx3d x26amp;quot;itemx26amp;quot;x26#39;x26gt;x3c/bx3e right at the x3cbx3etopx3c/bx3e of the code and also remove x3cbx3ex26lt;/b:ifx26gt;x3c/bx3e right at the x3cbx3ebottomx3c/bx3e of the code. This will show the widget on all pages.', 'timestamp': '1346479762697', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346479762697#c1478866040963293487', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 1, 2012, 11:09:00 AM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '7287446266647664738', 'body': '@Bhavesh Pamechax3cbr /x3eFabulous! I knew it was something simple, but couldnx26#39;t remember what it was. Thank you so much!', 'timestamp': '1346516049749', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346516049749#c7287446266647664738', 'author': 'name': 'A.H. Browne', 'avatarUrl': '//lh6.googleusercontent.com/-5y9LnWfG4M4/AAAAAAAAAAI/AAAAAAAACn0/PaJYd84PrFg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13475363761634079850', 'displayTime': 'Sep 1, 2012, 9:14:00 PM', 'deleteclass': 'item-control blog-admin pid-2021803961', 'id': '3048536235389123426', 'body': '@A.H. Brownex3cbr /x3eYou are most welcome :)', 'timestamp': '1346516266925', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346516266925#c3048536235389123426', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 1, 2012, 9:17:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '5751201087712374104', 'body': 'it is nt working for my temptlate myb sitex3cbr /x3ehttp://freefullversionsoftwares4u.blogspot.com', 'timestamp': '1346561667033', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346561667033#c5751201087712374104', 'author': 'name': 'admin', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/15845824346167235710', 'displayTime': 'Sep 2, 2012, 9:54:00 AM', 'deleteclass': 'item-control blog-admin pid-107273652', 'id': '1583453639939518051', 'body': '@adminx3cbr /x3eWhatx26#39;s the issue? I canx26#39;t even find the widget code on your blog.', 'timestamp': '1346562826338', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346562826338#c1583453639939518051', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 2, 2012, 10:13:00 AM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '1097980211411991295', 'body': 'I canx26#39;t find in the HTML... is it near the beginning or end... I am about to cry out of frustration! I have been trying to add these forever... Thanks', 'timestamp': '1346722730429', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346722730429#c1097980211411991295', 'author': 'name': 'Mindys fitness journey', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/07400747112222276176', 'displayTime': 'Sep 4, 2012, 6:38:00 AM', 'deleteclass': 'item-control blog-admin pid-2023266978', 'id': '5863211381842534731', 'body': '@Mindyx3cbr /x3eThe code you need to find is somewhere in the middle in that big code of your blog. Use CTRL + F to search for the code and just follow the steps provided.x3cbr /x3ex3cbr /x3eLet me know if you need any help :)', 'timestamp': '1346727958959', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346727958959#c5863211381842534731', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 4, 2012, 8:05:00 AM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '7220275124529871537', 'body': 'hi,,thanQ So much BUT nothing was added in my blog..BTW im using Arabic official template. this problem also happened when i was trying to implement the Facebook+Blogger tabs..x3cbr /x3ex3cbr /x3edont know wats the problem,,plz help', 'timestamp': '1346737388453', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346737388453#c7220275124529871537', 'author': 'name': 'Ahmed Zomor', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/13265407968190881623', 'displayTime': 'Sep 4, 2012, 10:43:00 AM', 'deleteclass': 'item-control blog-admin pid-2058102835', 'id': '1734951106131762893', 'body': '@Ahmedx3cbr /x3eHave you added the code. I canx26#39;t find it on your blog which I believe is vitameen.net.', 'timestamp': '1346753891249', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346753891249#c1734951106131762893', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 4, 2012, 3:18:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '8861608458025366231', 'body': 'Facebook Friends x3cbr /x3eFacebook 5000 Friend Adder In 1 Dayx3cbr /x3e( Formula v.12 )x3cbr /x3ex3cbr /x3ewww.guplitecompany.blogspot.comx3cbr /x3ex3cbr /x3ehttp://www.facebook.com/facebokfriendadderx3cbr /x3ehttp://www.youtube.com/watch?vx3d3Y3QgQk9nvgx3cbr /x3e', 'timestamp': '1346834988412', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346834988412#c8861608458025366231', 'author': 'name': 'Umair Ahmed', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/12839486913537150670', 'displayTime': 'Sep 5, 2012, 1:49:00 PM', 'deleteclass': 'item-control blog-admin pid-95704620', 'id': '65049207133720658', 'body': 'Stop Spamming Umair Ahmed.x3cbr /x3eMohammad please it as spam. Same comment is being spread all over.', 'timestamp': '1346838948035', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346838948035#c65049207133720658', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 5, 2012, 2:55:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '6203868338558896727', 'body': 'This is awesome, i want to remove Share box and wish to use Facebook box instead and width size as per postx26#39;s size x3cbr /x3epls reply x3cbr /x3ex3cbr /x3e', 'timestamp': '1346924353959', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1346924353959#c6203868338558896727', 'author': 'name': 'Kulwinder Singh', 'avatarUrl': '//lh5.googleusercontent.com/-6JJ4thVFHas/AAAAAAAAAAI/AAAAAAAAAjc/rTb-MpbS2hQ/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/08345637576964681502', 'displayTime': 'Sep 6, 2012, 2:39:00 PM', 'deleteclass': 'item-control blog-admin pid-1982019279', 'id': '7540634473938025092', 'body': 'i am getting only 3 icons i am nt getting 5 cn u tell me y this is my websitex3cbr /x3ehttp://freefullversionsoftwares4u.blogspot.com', 'timestamp': '1347421838840', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1347421838840#c7540634473938025092', 'author': 'name': 'admin', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/15845824346167235710', 'displayTime': 'Sep 12, 2012, 8:50:00 AM', 'deleteclass': 'item-control blog-admin pid-107273652', 'id': '1403806896337170238', 'body': '@Kulwinderx3cbr /x3eProblem solved via mail.x3cbr /x3ex3cbr /x3e@adminx3cbr /x3eI donx26#39;t know but I just canx26#39;t see the remaining two icon codes in your source code. Have you removed them?? Please check.', 'timestamp': '1347425266601', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1347425266601#c1403806896337170238', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 12, 2012, 9:47:00 AM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '6737394392643153889', 'body': 'Hi. I used the CSS from here on one of my widgets in my blog [thelostdigga.blogspot.com]x3cbr /x3eNow, it all worked nice, I got the effect that i wanted, the only question is, can i stop the widget at a certain point on the page?x3cbr /x3eI mean, even in this widget of yours, the widget goes beyond the post tab into the bottom. Can I add a CSS so that it doesnx26#39;t go further than a given point?x3cbr /x3e[I dont know, if I will get a notification when you reply to this comment, please if its not too much to ask, email me the solution at vineetdigga002@gmail.com]x3cbr /x3eThank you! :)', 'timestamp': '1348119901691', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1348119901691#c6737394392643153889', 'author': 'name': 'Vineet Digga', 'avatarUrl': '//lh5.googleusercontent.com/-qpiGFuW7Go4/AAAAAAAAAAI/AAAAAAAAA-0/da3vjIKU70A/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/07262593596411426379', 'displayTime': 'Sep 20, 2012, 10:45:00 AM', 'deleteclass': 'item-control blog-admin pid-907887890', 'id': '3726115983390893622', 'body': '@Vineetx3cbr /x3eI couldnx26#39;t find in which widget you have you this CSS.x3cbr /x3eFor stopping the widget to go beyond a certain point, it needs JavaScript and I try to stay away from JS as much as possible because it will further slow down the widget.', 'timestamp': '1348120910668', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1348120910668#c3726115983390893622', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Sep 20, 2012, 11:01:00 AM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '5542079005092695655', 'body': 'Can YOu Add It TO My Blog?????? ', 'timestamp': '1349452441310', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1349452441310#c5542079005092695655', 'author': 'name': 'baber Siddiqui', 'avatarUrl': '//lh4.googleusercontent.com/-ox8DZrUaqw8/AAAAAAAAAAI/AAAAAAAAABc/Oq5P-pfjgII/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/09915015582454313478', 'displayTime': 'Oct 5, 2012, 8:54:00 PM', 'deleteclass': 'item-control blog-admin pid-1648328443', 'id': '2416679917522033524', 'body': '@Baberx3cbr /x3ePlease follow the instructions provided and if you get any error or need any help, then just ask here and we will surely help you :)x3cbr /x3ex3cbr /x3eIf you donx26#39;t try to wonx26#39;t learn. So try and if you need any help, then we are there to help :)', 'timestamp': '1349453219721', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1349453219721#c2416679917522033524', 'author': 'name': 'Bhavesh Pamecha', 'avatarUrl': '//lh3.googleusercontent.com/-qu1bOSAMuZg/AAAAAAAAAAI/AAAAAAAAC4s/NZgEs183RL0/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/13597329800723396260', 'displayTime': 'Oct 5, 2012, 9:06:00 PM', 'deleteclass': 'item-control blog-admin pid-1680143730', 'id': '782471079643139362', 'body': 'How to use it in wordpressx3cbr /x3ex3cbr /x3ePlease Help', 'timestamp': '1349694146395', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1349694146395#c782471079643139362', 'author': 'name': 'Nitin', 'avatarUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj67YHDg0AQPFQz1Eq93PFS-oHF3DATyNWl1G-hZlwy2dLQ-Q8isyEMAKx5m6FzZoEvqtZ1jQZJzKPCV6_DoD9dWQW_ChTVfcxdA0_6QuRuIKG-mM_L-29ThKFzyuUKy7Xj6CRJ_YgmgNg/s35/1.jpg', 'profileUrl': 'https://www.blogger.com/profile/02191079862767005765', 'displayTime': 'Oct 8, 2012, 4:02:00 PM', 'deleteclass': 'item-control blog-admin pid-1525443485', 'id': '3477166311363109327', 'body': 'DUUUUUUUUUUUUUUUUUUUUUUUUUDE!!!! I LOVE YOU! IT WORKS PERFECT WITH PUNCHTAB ALSO! x3cbr /x3ex3cbr /x3e~Chapx3cbr /x3ewww.insaneasylumblog.com', 'timestamp': '1350449412054', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1350449412054#c3477166311363109327', 'author': 'name': 'Ed Chap Chapman', 'avatarUrl': '//lh4.googleusercontent.com/-nOTI5mM2_rQ/AAAAAAAAAAI/AAAAAAAABVA/6f6T6YlUg3A/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/14725491869063699252', 'displayTime': 'Oct 17, 2012, 9:50:00 AM', 'deleteclass': 'item-control blog-admin pid-284429278', 'id': '5025259932424720269', 'body': 'It says my subscriptions by email for my feed isnx26#39;t enabled but it is.x3cbr /x3ex3cbr /x3ewww.insaneasylumblog.com', 'timestamp': '1350470123429', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1350470123429#c5025259932424720269', 'author': 'name': 'Ed Chap Chapman', 'avatarUrl': '//lh4.googleusercontent.com/-nOTI5mM2_rQ/AAAAAAAAAAI/AAAAAAAABVA/6f6T6YlUg3A/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/14725491869063699252', 'displayTime': 'Oct 17, 2012, 3:35:00 PM', 'deleteclass': 'item-control blog-admin pid-284429278', 'id': '6954415233276122163', 'body': 'Hi I tried it on my blog bloggingandearningtips.bloggspot.com, but when I tried to save I got error like form x26quot;mustx26quot; be closed by x26#39;x26gt;x26#39; and other is x26quot;inputx26quot; must be closed by x26#39;x26gt;x26#39;.', 'timestamp': '1352000947038', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1352000947038#c6954415233276122163', 'author': 'name': 'Abhishek Raj', 'avatarUrl': '//lh4.googleusercontent.com/-niMpZQN6cbo/AAAAAAAAAAI/AAAAAAAAAIo/4wdGOcRwOPo/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/02860782512168596482', 'displayTime': 'Nov 4, 2012, 8:49:00 AM', 'deleteclass': 'item-control blog-admin pid-1661455252', 'id': '2989557376906680105', 'body': 'Thanks it works and looks awsum at my tech blogx3cbr /x3ex3cbr /x3ehttp://techaddas.blogspot.comx3cbr /x3e ', 'timestamp': '1355685141892', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1355685141892#c2989557376906680105', 'author': 'name': 'Nik Kasar', 'avatarUrl': '//lh3.googleusercontent.com/-I_ZONeftVTM/AAAAAAAAAAI/AAAAAAAAAFI/d2V8MNce_pg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10393008205432841696', 'displayTime': 'Dec 17, 2012, 12:12:00 AM', 'deleteclass': 'item-control blog-admin pid-1899539133', 'id': '5701744126319395627', 'body': ' i want this widget in width 728px.plz help me Bro', 'timestamp': '1356466977619', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1356466977619#c5701744126319395627', 'author': 'name': 'shahzad aslam', 'avatarUrl': '//lh5.googleusercontent.com/-mRVLCY9VnWc/AAAAAAAAAAI/AAAAAAAABcc/58QghXtnpe4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/03356707413591653373', 'displayTime': 'Dec 26, 2012, 1:22:00 AM', 'deleteclass': 'item-control blog-admin pid-505247657', 'id': '2082058243247094737', 'body': '@x3ca hrefx3dx22http://www.hackingway.net/x22 relx3dx22nofollowx22x3eshahzad aslamx3c/ax3ex3cbr /x3ex3cbr /x3ePlz Visit my Link For padding problem in 728px widthx3cbr /x3ehttp://www.hackingway.net/2012/12/jdownloader-2-premium-account-database_25.html', 'timestamp': '1356468384365', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1356468384365#c2082058243247094737', 'author': 'name': 'shahzad aslam', 'avatarUrl': '//lh5.googleusercontent.com/-mRVLCY9VnWc/AAAAAAAAAAI/AAAAAAAABcc/58QghXtnpe4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/03356707413591653373', 'displayTime': 'Dec 26, 2012, 1:46:00 AM', 'deleteclass': 'item-control blog-admin pid-505247657', 'id': '4076522612375911049', 'body': 'x3cspan classx3dx27deleted-commentx27x3eThis comment has been removed by the author.x3c/spanx3e', 'timestamp': '1356468460409', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1356468460409#c4076522612375911049', 'author': 'name': 'shahzad aslam', 'avatarUrl': '//lh5.googleusercontent.com/-mRVLCY9VnWc/AAAAAAAAAAI/AAAAAAAABcc/58QghXtnpe4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/03356707413591653373', 'displayTime': 'Dec 26, 2012, 1:47:00 AM', 'deleteclass': 'item-control blog-admin ', 'id': '8140350856845825448', 'body': 'Nothing showed up, any help would be greatly appreciated', 'timestamp': '1377711382885', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1377711382885#c8140350856845825448', 'author': 'name': 'Michelle Gonzalez', 'avatarUrl': '//lh4.googleusercontent.com/-Itc9wN2mClo/AAAAAAAAAAI/AAAAAAAABSA/n142563HaJE/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/02318480094053124228', 'displayTime': 'Aug 28, 2013, 10:36:00 PM', 'deleteclass': 'item-control blog-admin pid-2082449118', 'id': '8983859614621226535', 'body': 'itx26#39;s not workingx3cbr /x3e', 'timestamp': '1381301393690', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1381301393690#c8983859614621226535', 'author': 'name': 'Raja Jaiswal', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/10258006931683451137', 'displayTime': 'Oct 9, 2013, 11:49:00 AM', 'deleteclass': 'item-control blog-admin pid-1357035021', 'id': '4145691885696750723', 'body': 'not working please help me', 'timestamp': '1382246848563', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1382246848563#c4145691885696750723', 'author': 'name': 'Sachin Yadav', 'avatarUrl': '//lh4.googleusercontent.com/-VCShM151lec/AAAAAAAAAAI/AAAAAAAAAfs/1pDp54tREGs/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/06513087362515234465', 'displayTime': 'Oct 20, 2013, 10:27:00 AM', 'deleteclass': 'item-control blog-admin pid-595348010', 'id': '2713641259023583033', 'body': 'can i put this as a floating boxx3cbr /x3eif yes how can i do thisx3cbr /x3ethank you', 'timestamp': '1382431509095', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1382431509095#c2713641259023583033', 'author': 'name': 'raghda ahmed', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/12235482502700927231', 'displayTime': 'Oct 22, 2013, 1:45:00 PM', 'deleteclass': 'item-control blog-admin pid-995816808', 'id': '9012479581866291079', 'body': 'Awsome check my website http://www.dealsblast.com/', 'timestamp': '1389933939668', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1389933939668#c9012479581866291079', 'author': 'name': 'abhishek sharma', 'avatarUrl': '//lh3.googleusercontent.com/-JubfMXfldto/AAAAAAAAAAI/AAAAAAAAANE/j1XgU9arLTk/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/00086677101427216639', 'displayTime': 'Jan 17, 2014, 9:45:00 AM', 'deleteclass': 'item-control blog-admin pid-418353795', 'id': '4635024653023942646', 'body': 'sir, i strictly followed your tutorial bt the code has no effect on my blog please help..x3cbr /x3ewww.praveenkanwar.blogspot.com', 'timestamp': '1390564534246', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1390564534246#c4635024653023942646', 'author': 'name': 'Praveen Kanwar', 'avatarUrl': '//lh6.googleusercontent.com/-BPkadqIkWEE/AAAAAAAAAAI/AAAAAAAAABc/WGNy0TSzTWw/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/18228362628607607371', 'displayTime': 'Jan 24, 2014, 4:55:00 PM', 'deleteclass': 'item-control blog-admin pid-629894042', 'id': '446450670350549744', 'body': 'canx26#39;t figure it out :( have pasted in the code and changed all values as specified.. please help! ', 'timestamp': '1391566325156', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1391566325156#c446450670350549744', 'author': 'name': 'Jessica', 'avatarUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaPIQI_sIkmBtPzxHOynnkOTcWhCwTYELChi9igG-Tp1SwLrH8zwaFfjHnMHR5avhNDzdGnEKrnHDjOB5jbEBYaOh4T0G3qBia2GOw5TVHk8EpdaHihzWFjc73lsv09WEV19q_xXQTKTYu/s35/41633_15711545_9376_n.jpg', 'profileUrl': 'https://www.blogger.com/profile/03379956093305225735', 'displayTime': 'Feb 5, 2014, 7:12:00 AM', 'deleteclass': 'item-control blog-admin pid-178185286', 'id': '8651131210190270225', 'body': 'Followed all instructions perfectly and still donx26#39;t see it on my blog.', 'timestamp': '1391820828972', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1391820828972#c8651131210190270225', 'author': 'name': 'Aline Memmott', 'avatarUrl': '//lh4.googleusercontent.com/-OhUxE3y9mKY/AAAAAAAAAAI/AAAAAAAAAwE/May7M__PIu4/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10695341013212096628', 'displayTime': 'Feb 8, 2014, 5:53:00 AM', 'deleteclass': 'item-control blog-admin pid-1247902896', 'id': '789340097710613660', 'body': 'Cool, but i want add it in to my wordpress. so you can tell me?x3cbr /x3e', 'timestamp': '1405598690995', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1405598690995#c789340097710613660', 'author': 'name': 'Sovandara', 'avatarUrl': '//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SAx3ds35', 'profileUrl': 'https://www.blogger.com/profile/06476547628777597711', 'displayTime': 'Jul 17, 2014, 5:04:00 PM', 'deleteclass': 'item-control blog-admin pid-2131249428', 'id': '5825987862866401911', 'parentId': '4098944815049303490', 'body': 'yes i also not get facebook page not showing in blog', 'timestamp': '1435839600798', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1435839600798#c5825987862866401911', 'author': 'name': 'umair ali', 'avatarUrl': '//lh4.googleusercontent.com/-mwFyfucAh6U/AAAAAAAAAAI/AAAAAAAAAWw/BOSFMaXyS08/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/10118272476056159868', 'displayTime': 'Jul 2, 2015, 5:20:00 PM', 'deleteclass': 'item-control blog-admin pid-2004125079', 'id': '2089320685645493027', 'body': 'How would I add an additional x26#39;sharex26#39; tab to the right side of the facebook badge, directly across from the x26#39;likex26#39;?', 'timestamp': '1451956439609', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1451956439609#c2089320685645493027', 'author': 'name': 'Sad Dog', 'avatarUrl': '//lh4.googleusercontent.com/-eq9IlNFnR6w/AAAAAAAAAAI/AAAAAAAAAIA/KRclps0OCvg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/11953433188516266377', 'displayTime': 'Jan 5, 2016, 6:13:00 AM', 'deleteclass': 'item-control blog-admin pid-734523730', 'id': '6695863354612205233', 'body': 'Thanks for the code i want to display as popup button for this coder otherwise on the top of my all page.It is displaying on bottom of the page.kindly help to rectify the issue', 'timestamp': '1457788355880', 'permalink': 'https://www.mybloggertricks.com/2012/08/social-sharing-widget-blogger.html?showCommentx3d1457788355880#c6695863354612205233', 'author': 'name': 'Soniya Jaraika Luckshitha', 'avatarUrl': '//lh4.googleusercontent.com/-t3rKzLgzo-o/AAAAAAAAAAI/AAAAAAAAIJA/myFFsm8Bcwg/s35-c/photo.jpg', 'profileUrl': 'https://www.blogger.com/profile/14240004593236602457', 'displayTime': 'Mar 12, 2016, 6:12:00 PM', 'deleteclass': 'item-control blog-admin pid-167108840'];
var msgs = 'loadMore': 'Load more...', 'loading': 'Loading...', 'loaded': 'No more!', 'addComment': 'Add comment', 'reply': 'Reply', 'delete': 'Delete';
var config = 'blogId': '8193278726666811965', 'postId': '5179297381619782327', 'feed': 'https://www.mybloggertricks.com/feeds/5179297381619782327/comments/default', 'authorName': 'M. Mustafa Ahmedzai', 'authorUrl': 'https://www.blogger.com/profile/11681339458447132019', 'baseUri': 'https://www.blogger.com', 'maxThreadDepth': 2;
// 0)
cursor = parseInt(items[items.length - 1].timestamp) + 1;
var bodyFromEntry = function(entry)
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved')
return '' + entry.content.$t + '';
return entry.content.$t;
var parse = function(data)
cursor = null;
var comments = ;
if (data && data.feed && data.feed.entry)
for (var i = 0, entry; entry = data.feed.entry[i]; i++)
var comment = ;
// comment ID, parsed out of the original id format
var id = /blog-(d+).post-(d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array)
var auth = entry.author[0];
if (auth)
comment.author =
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
;
if (entry.link)
if (entry.link[2])
comment.link = comment.permalink = entry.link[2].href;
if (entry.link[3])
var pid = /.*comments/default/(d+)?.*/.exec(entry.link[3].href);
if (pid && pid[1])
comment.parentId = pid[1];
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty)
for (var k in entry.gd$extendedProperty)
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass')
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime')
comment.displayTime = entry.gd$extendedProperty[k].value;
comments.push(comment);
return comments;
;
var paginator = function(callback) {
if (hasMore()) {
var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor)
url += '&published-min=' + new Date(cursor).toISOString();
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length
Hardeep AsraniAug 28, 2012, 12:20:00 AM
Amesome!!!
ReplyDelete
Rounak BaralAug 28, 2012, 12:24:00 AM
Awesome One... :)
ReplyDelete
Anurag KumarAug 28, 2012, 1:38:00 AM
Great...Awesome work.
ReplyDelete
Anurag KumarAug 28, 2012, 1:50:00 AM
Hello.
I have added the box code as you mentioned above.
Check the layout here - http://www.androidgyan.com/2012/08/motorola-droid-razr-hd-xt925-photos.html
I want to make the settings as width = 649 of whole box (i can change manually width of FB box but not of above boxes) which is currently set to 570.
How to change this layout.
Kindly let me know here at cul88r@gmail.com
Regards.
Anurag
ReplyDelete
ibnu cahyadiAug 28, 2012, 3:27:00 AM
true mate this script works, but unfortunately I did not put it after the code but by adding widgets, while when I try to put it after the code this script does not work and leave a message error. I think it's good pal re correction of this article, sorry if I'm wrong and presumptuous in correcting this article, and I asked permission to share this article back into shape Indonesian, because they I think a lot of my friends in Indonesia who are interested in this widget . the latter Greetings ... happy blogging ........
ReplyDelete
Muhammad Usama SiddiquiAug 28, 2012, 3:37:00 AM
Awesome widget.
ReplyDelete
AnonymousAug 28, 2012, 6:41:00 AM
Nice Widget Brother Thanks for Coding !!
ReplyDelete
Reaz AhmedAug 28, 2012, 8:41:00 AM
http://awesomescreenshot.com/0fcebxf69
Please give me a solution ..... Please. :(
ReplyDelete
sanket patilAug 28, 2012, 8:44:00 AM
nice widget dude. I just want to use this widget as popup box as you created earlier facebook likebox popup. just like that. can you make it?
ReplyDelete
Bhavesh PamechaAug 28, 2012, 12:52:00 PM
@Hardeep, Rounak, FAiZaN - FAiZi, Muhammad Siddiqui, Fahad Uddin, techgod8, Santu, Munna Haque
Thank you all for the appreciation.
@Anurag Kumar
Ok, there are lot of things to adjust then. Don't worry there are all numbers :p
Just do it step by step.
1. Change width: 572px in .tbibox to 640px because 649px will overflow other things.
2. Change width: 300px in .tbisubscribe to 365px
3. Search for <div style='color: #666666; font-weight: bold; font: 22px Oswald, cursive; margin: 0px 0px 10px 15px;'> and replace it with <div style='color: #666666; font-weight: bold; font: 22px Oswald, cursive; margin: 0px 0px 10px 45px;'>
4. Just below it there is <div style='margin: 10px 0 0 6px;'> Change 6px to 27px.
5. Change width: 160px; in .tbimailbox to 187px;
6. Now search for <div style='border: none; color: #666666; font: 22px Oswald, cursive; margin: 25px 0 0 5px;'> and replace it with <div style='border: none; color: #666666; font: 22px Oswald, cursive; margin: 25px 0 0 35px;'>
7. Just below it you will find <div style='margin: -32px 0 0 120px;'> Change 120px to 150px.
8. In .tbisharebox first remove width: 225px; and change margin: -157px 0 0 330px; to margin: -157px 0 0 392px;
And you know what to do with Facebook like box :)
Hope this helps :)
@ibnu cahyadi
Do you mean that adding the code in the template gives to errors?? Please do tell us what error you get so that we can solve it :)
@Reaz Ahmed
That looks to me a padding issue.
1. Add the following code in the above CSS
.tbibox img
padding: 0;
2. In your template search for .emailform and below some lines there will be width: 100px; remove it. There will also be height: 77px; Change it to 60px.
All should be fine now :)
@sanket patil
Not in the project for now because it will slow down the widget more due to extra jQuery and Javascript.
ReplyDelete
Haider AfridiAug 28, 2012, 2:01:00 PM
One Word SUPERB !
ReplyDelete
AnonymousAug 28, 2012, 3:57:00 PM
Great inventory, but then i thought, why Not just take only the Subscription with the Social media Follow us box?
How do i go about that pls?
ReplyDelete
Nirmal Kumar SekarAug 28, 2012, 4:15:00 PM
Nice widget, Thanks Bhavesh. Have added it to my blog.
ReplyDelete
AnonymousAug 28, 2012, 5:43:00 PM
Awesome widget....
ReplyDelete
AnonymousAug 28, 2012, 8:33:00 PM
It just Awsome
ReplyDelete
dxnAug 28, 2012, 11:34:00 PM
Excellent....!!! Excellent....!!! Excellent....!!!
ReplyDelete
Syed Abdul QayyumAug 29, 2012, 8:12:00 AM
Assalamualikum ahmed bhai. i am very unhappy with my blog. because i have used your 6 ways of customizing heading method.See this please (http://po.st/LXiu4X) The first one is for post heading and the second one is like your's (dotted lines up and down) i have done all the settings in both the headings like size,font etc... see in this (http://po.st/LXiu4X) but these settings are not working. always when i write post heading these settings wont work. always i have to switch into html mode and change the font,size from their. these settings never work. i want a solution from you to fix this. i don't want to switch into html mode always for changing the font,size etc.. i just want this, whenever i just write the post heading and add html tags these headings should change itself to the settings that i have setted in this (http://po.st/LXiu4X). sometimes the dotted lines text become bigger. pleasae help me how to make permanant settigns to work for both the headings. Allah Hafiz
ReplyDelete
Bhavesh PamechaAug 29, 2012, 12:55:00 PM
@Haider, Nirmal, technoclouds, 24fdc, dxn
Thank you all for the appreciation :)
@editweaks
In that case follow these simple steps:
1. Remove everthing from
<div class='tbisharebox'>
ALL CODE
</div>
There are two </div> at the end, so just remove one.
2. Now remove the follow from CSS
.tbisharebox
ALL CODE
.tbisharebox:hover
ALL CODE
3. Adjust the width in .tbibox
@Syed Abdul Qayyum
Although this is off-topic I would let you know that in Blogger post editor there is drop-down just before bold, italic and underline. Select the text you want to apply the heading and then select Minor Heading in the drop-down. That will automatically apply h4 tags to the selected text.
And your text become large because in your CSS you have kept font-size to 21.6px, reduce it and it should work fine :)
Let me know if you guys need any other help on the widget :)
ReplyDelete
Syed Hassan Raza BukhariAug 29, 2012, 4:49:00 PM
Sir i did not get the 3rd my facebook adress http://facebook.com/hassangamesandsoftware is not working
ReplyDelete
Replies
umair aliJul 2, 2015, 5:20:00 PM
yes i also not get facebook page not showing in blog
Delete
Sameer ShamsudeenAug 29, 2012, 10:14:00 PM
This comment has been removed by the author.
ReplyDelete
Sameer ShamsudeenAug 29, 2012, 10:17:00 PM
@Syed Abdul QayyumHello Bhavesh Pamecha,
I try to add the Multi Tabbed Widget by following a post in this blog (mybloggertricks.com), There are 6 Steps, I Successfully completed 4 steps, but in 5th step it contains Search for div id='sidebar-wrapper', but i can't find this in my blog, is this changed to any other name, so I am unable to complete the six steps, I liked these tabs very much. Please help me brother.
ReplyDelete
Atikur RahmanAug 30, 2012, 8:16:00 AM
@Bhavesh bro, you’ve shared an awesome widget with us. Don’t know about others but I didn’t changed a single code to properly show it on my blog. I just copy and paste, then I sees that it looking absolutely gorgeous on my blog. (trickssource.com)
Thank you bro for this one :)
ReplyDelete
Bhavesh PamechaAug 30, 2012, 2:40:00 PM
@Syed Hassan Raza Bukhari
I didn't get you. Please explain.
@Sameer Shamsudeen
You have two sidebars so try searching for
<div class='sidebar section' id='sidebar-left-1'> for left sidebar
and
<div class='sidebar section' id='sidebar-right-1'> for right sidebar.
@Atikur Rahman
Yea it looks awesome :)
I hope it will help your blog grow :)
ReplyDelete
Sameer ShamsudeenAug 31, 2012, 1:11:00 PM
@Bhavesh Pamecha
Brother,
I found only the following code
<b:section-contents id='sidebar-right-1'>
------
------
</b:section-contents>
Can i put the following code just above </b:section-contents>
<div style='clear:both;'/>
<div class='tabber'>
<b:section class='tabbertab' id='tab1' maxwidgets='1'/>
<b:section class='tabbertab' id='tab2' maxwidgets='1'/>
<b:section class='tabbertab' id='tab3' maxwidgets='1'/>
<b:section class='tabbertab' id='tab4' maxwidgets='1'/>
</div>
Waiting for your reply
ReplyDelete
Bhavesh PamechaAug 31, 2012, 1:22:00 PM
@Sameer
Doesn't looks to be the right one. The code I told you to search should be there. Make sure you have ticked expand widget templates and please now comment on the multi tab topic instead of here to avoid problems for our other readers.
Thank You
ReplyDelete
Sameer ShamsudeenAug 31, 2012, 1:39:00 PM
@Bhavesh Pamecha
I Extremely Sorry Sir, My Net is too slow, that's why this happens.
Sir, please take a look at my blog
http://bestcareer4u.blogspot.com
Sir i ticked expand widget template and search for div class='sidebar section' id='sidebar-right-1' but not found, and i only get b:section-contents id='sidebar-right-1'
ReplyDelete
Bhavesh PamechaAug 31, 2012, 1:57:00 PM
@Sameer
Please check my comment on the original topic here and reply over there.
ReplyDelete
A.H. BrowneSep 1, 2012, 4:57:00 AM
Is there a way to get it to show on homepage as well as posts? As is, you have to be looking at the individual posts to be able to see it.
Otherwise, love this. Cleaned up site! Thanks.
ReplyDelete
Bhavesh PamechaSep 1, 2012, 11:09:00 AM
@A.H. Browne
Yes it is possible.
Just remove <b:if cond='data:blog.pageType == "item"'> right at the top of the code and also remove </b:if> right at the bottom of the code. This will show the widget on all pages.
ReplyDelete
A.H. BrowneSep 1, 2012, 9:14:00 PM
@Bhavesh Pamecha
Fabulous! I knew it was something simple, but couldn't remember what it was. Thank you so much!
ReplyDelete
Bhavesh PamechaSep 1, 2012, 9:17:00 PM
@A.H. Browne
You are most welcome :)
ReplyDelete
adminSep 2, 2012, 9:54:00 AM
it is nt working for my temptlate myb site
http://freefullversionsoftwares4u.blogspot.com
ReplyDelete
Bhavesh PamechaSep 2, 2012, 10:13:00 AM
@admin
What's the issue? I can't even find the widget code on your blog.
ReplyDelete
Mindys fitness journeySep 4, 2012, 6:38:00 AM
I can't find in the HTML... is it near the beginning or end... I am about to cry out of frustration! I have been trying to add these forever... Thanks
ReplyDelete
Bhavesh PamechaSep 4, 2012, 8:05:00 AM
@Mindy
The code you need to find is somewhere in the middle in that big code of your blog. Use CTRL + F to search for the code and just follow the steps provided.
Let me know if you need any help :)
ReplyDelete
Ahmed ZomorSep 4, 2012, 10:43:00 AM
hi,,thanQ So much BUT nothing was added in my blog..BTW im using Arabic official template. this problem also happened when i was trying to implement the Facebook+Blogger tabs..
dont know wats the problem,,plz help
ReplyDelete
Bhavesh PamechaSep 4, 2012, 3:18:00 PM
@Ahmed
Have you added the code. I can't find it on your blog which I believe is vitameen.net.
ReplyDelete
Umair AhmedSep 5, 2012, 1:49:00 PM
Facebook Friends
Facebook 5000 Friend Adder In 1 Day
( Formula v.12 )
www.guplitecompany.blogspot.com
http://www.facebook.com/facebokfriendadder
http://www.youtube.com/watch?v=3Y3QgQk9nvg
ReplyDelete
Bhavesh PamechaSep 5, 2012, 2:55:00 PM
Stop Spamming Umair Ahmed.
Mohammad please it as spam. Same comment is being spread all over.
ReplyDelete
Kulwinder SinghSep 6, 2012, 2:39:00 PM
This is awesome, i want to remove Share box and wish to use Facebook box instead and width size as per post's size
pls reply
ReplyDelete
adminSep 12, 2012, 8:50:00 AM
i am getting only 3 icons i am nt getting 5 cn u tell me y this is my website
http://freefullversionsoftwares4u.blogspot.com
ReplyDelete
Bhavesh PamechaSep 12, 2012, 9:47:00 AM
@Kulwinder
Problem solved via mail.
@admin
I don't know but I just can't see the remaining two icon codes in your source code. Have you removed them?? Please check.
ReplyDelete
Vineet DiggaSep 20, 2012, 10:45:00 AM
Hi. I used the CSS from here on one of my widgets in my blog [thelostdigga.blogspot.com]
Now, it all worked nice, I got the effect that i wanted, the only question is, can i stop the widget at a certain point on the page?
I mean, even in this widget of yours, the widget goes beyond the post tab into the bottom. Can I add a CSS so that it doesn't go further than a given point?
[I dont know, if I will get a notification when you reply to this comment, please if its not too much to ask, email me the solution at vineetdigga002@gmail.com]
Thank you! :)
ReplyDelete
Bhavesh PamechaSep 20, 2012, 11:01:00 AM
@Vineet
I couldn't find in which widget you have you this CSS.
For stopping the widget to go beyond a certain point, it needs JavaScript and I try to stay away from JS as much as possible because it will further slow down the widget.
ReplyDelete
baber SiddiquiOct 5, 2012, 8:54:00 PM
Can YOu Add It TO My Blog??????
ReplyDelete
Bhavesh PamechaOct 5, 2012, 9:06:00 PM
@Baber
Please follow the instructions provided and if you get any error or need any help, then just ask here and we will surely help you :)
If you don't try to won't learn. So try and if you need any help, then we are there to help :)
ReplyDelete
NitinOct 8, 2012, 4:02:00 PM
How to use it in wordpress
Please Help
ReplyDelete
Ed Chap ChapmanOct 17, 2012, 9:50:00 AM
DUUUUUUUUUUUUUUUUUUUUUUUUUDE!!!! I LOVE YOU! IT WORKS PERFECT WITH PUNCHTAB ALSO!
~Chap
www.insaneasylumblog.com
ReplyDelete
Ed Chap ChapmanOct 17, 2012, 3:35:00 PM
It says my subscriptions by email for my feed isn't enabled but it is.
www.insaneasylumblog.com
ReplyDelete
Abhishek RajNov 4, 2012, 8:49:00 AM
Hi I tried it on my blog bloggingandearningtips.bloggspot.com, but when I tried to save I got error like form "must" be closed by '>' and other is "input" must be closed by '>'.
ReplyDelete
Nik KasarDec 17, 2012, 12:12:00 AM
Thanks it works and looks awsum at my tech blog
http://techaddas.blogspot.com
ReplyDelete
shahzad aslamDec 26, 2012, 1:22:00 AM
i want this widget in width 728px.plz help me Bro
ReplyDelete
shahzad aslamDec 26, 2012, 1:46:00 AM
@shahzad aslam
Plz Visit my Link For padding problem in 728px width
http://www.hackingway.net/2012/12/jdownloader-2-premium-account-database_25.html
ReplyDelete
shahzad aslamDec 26, 2012, 1:47:00 AM
This comment has been removed by the author.
ReplyDelete
Michelle GonzalezAug 28, 2013, 10:36:00 PM
Nothing showed up, any help would be greatly appreciated
ReplyDelete
Raja JaiswalOct 9, 2013, 11:49:00 AM
it's not working
ReplyDelete
Sachin YadavOct 20, 2013, 10:27:00 AM
not working please help me
ReplyDelete
raghda ahmedOct 22, 2013, 1:45:00 PM
can i put this as a floating box
if yes how can i do this
thank you
ReplyDelete
abhishek sharmaJan 17, 2014, 9:45:00 AM
Awsome check my website http://www.dealsblast.com/
ReplyDelete
Praveen KanwarJan 24, 2014, 4:55:00 PM
sir, i strictly followed your tutorial bt the code has no effect on my blog please help..
www.praveenkanwar.blogspot.com
ReplyDelete
JessicaFeb 5, 2014, 7:12:00 AM
can't figure it out :( have pasted in the code and changed all values as specified.. please help!
ReplyDelete
Aline MemmottFeb 8, 2014, 5:53:00 AM
Followed all instructions perfectly and still don't see it on my blog.
ReplyDelete
SovandaraJul 17, 2014, 5:04:00 PM
Cool, but i want add it in to my wordpress. so you can tell me?
ReplyDelete
Sad DogJan 5, 2016, 6:13:00 AM
How would I add an additional 'share' tab to the right side of the facebook badge, directly across from the 'like'?
ReplyDelete
Soniya Jaraika LuckshithaMar 12, 2016, 6:12:00 PM
Thanks for the code i want to display as popup button for this coder otherwise on the top of my all page.It is displaying on bottom of the page.kindly help to rectify the issue
ReplyDelete