--> Create Floating Bar For Pinterest & Other Sharing Buttons | Experience Lab - Online business creation and development guide for bloggers and startups

Create Floating Bar For Pinterest & Other Sharing Buttons

This is one of the few social sharing widgets that took a lot of my time in designing it. You have seen the trend of floating sharing count ...



floating share bar for bloggerThis is one of the few social sharing widgets that took a lot of my time in designing it. You have seen the trend of floating sharing count buttons on popular blogs. The traditional icons are now replaced with auto incremented counter buttons that are updated in seconds.  We created different versions of this bar applying both Jquery effects and CSS3 styles but this widget is different because it contains custom twitter, pinterest and an Email button. Services like Addthis and Sharethis are both doing a great job but they still need to work on some of their plugin integration conflicts. Pinterest pin it buttons are causing great trouble and it badly fails in fetching the correct thumbnail image. In most cases it does not even select a image thus making the entire pinning concept tasteless. We however redesigned the widget provided by shareThis to create a new one by correcting all flaws. This sharing bar would float  to the left of your blog posts and would float as the visitor scrolls up or down. This widget contains counters of important social networking sites that has the potential to bring you traffic by circulating your content to a wider audience. We have tested the widget on major browsers like IE7+, Firefox, Chrome etc. and found it working just fine with no compatibility issues or design conflicts.

Developers and bloggers are requested to link back to this post if in case they wish to share our code with their readers. Lets get to work now!

Did you check the previous version? Floating Sharing Counters


Which Social Networking Buttons To Use?



Your first priority should always be Facebook, Google+, Twitter, Linkedin and Now Pinterest. All these sharing counters play well in circulating your content over a wide range of visitors. Social Media is a non-stoppable engine, which if driven correctly and carefully can bring tons of valuable traffic each visitor worth a dollar. Since displaying too many count boxes could surely effect your blog load time therefore we have added a AddThis share button which provides visitors with over 330+ social sharing options all at one place.


Why not use JQuery?



Ignore JavaScript and its library which is Jquery as much as possible. Browsers like Internet Explorer still lacks support to all functionalities offered by jquery. Moreover JavaScript is responsible for a great percentage of your overall blog load time. We therefore did not add a smooth sliding effect to this plugin as we previously did to Jquery Sliding share widget

To learn more about blog load time optimization Please read:



How it works?


We have integrated both Addthis and ShareThis service in it. In order to customize the twitter button and others we took the Sharethis default code and customize it to change the button image, bubble size and count text. The widget that we initially developed looks extremely attractive compared to this one. You can see the first designed draft version in the screenshot below:

float bar for sharing buttons


You can observe that both Twitter, Google Plus, Pinterest and Stumbleupon are displayed with custom shapes, same sizes and different count colors. I spent a lot of time trying to make all buttons of the same size by using a common image linked by a sprite but the only problem with this plugin is that the counts wont show the official numbers registered at Twitter, Google and pinterest servers but they will show increments registered at ShareThis. If you add this sharing bar to your blog, you will see zero on all counters unless someone clicks them and circulates your content.


To correct this issue I had to unfortunately dropped the idea of sharing the above designed version and share this tutorial widget instead. However the widget on our blog still contains the twitter button which wont display official count but that of ShareThis. If you would like to replace it with the official big size twitter count box then you can surely do this by customizing the code shared below.


Adding Floating Bar To Blogger

The steps are kept extremely easy to apply. All you need is to copy and paste the long chunk of code we developed and tested all day. Follow these friendly steps:


  1. Go to Blogger > Template

  2. Backup your template

  3. Click Edit HTML

  4. Click Proceed

  5. Then Click Expand Widget Templates

  6. Search for



<b:includable id='post' var='post'>

      7.   Just below it paste the following code:


<b:if cond='data:blog.pageType == &quot;item&quot;'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<style>

.mbt_social_floating{

    position:fixed; bottom:10%; margin-left:-60px; float:left;     width:60px;

    background-color:#f7f7f7;     padding: 5px 0 0px 0px;

     border-top:1px solid #ddd;

border-left:1px solid #ddd;

border-bottom:1px solid #ddd;

z-index:9999px !important;

border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;

}

.mbt_social_floating .mbt_side_social_button{

    margin-bottom:5px;

    float:none;

    height:auto;

    width:60px;

}

.mbt_social_floating .st_twitter_vcount, .mbt_social_floating.st_plusone_vcount, .st_email{

    margin-left:5px;

}

.mbt_social_floating .st_fblike_vcount{

    margin-left:5px;

}

.mbt_social_floating .stButton_gradient{

    background:none !important;

    height:21px !important;

    padding-left:0 !important;

}

.mbt_social_floating .chicklets, .mbt_social_floating .stMainServices {

    background:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhR3j4LkE4cD7gdRFheCi7fWVF_k2I9B4Ofmmafl8TqQp_uOSSfKBF9wo6iu52YTb-XQe5uWIfaAtccMXeKgAXCXggJZuriaJB9XV5oBQNRofH7S2jmaFJjkrNYox9pMBkCMXg0zYc58ZS/s400/gc_social_sprite.gif&#39;) no-repeat !important;

    height:19px !important;

    width:45px !important;

    padding:0 !important;

}

.st_email .chicklets{

    background-position:0 -77px !important;

    background-image:url(&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhR3j4LkE4cD7gdRFheCi7fWVF_k2I9B4Ofmmafl8TqQp_uOSSfKBF9wo6iu52YTb-XQe5uWIfaAtccMXeKgAXCXggJZuriaJB9XV5oBQNRofH7S2jmaFJjkrNYox9pMBkCMXg0zYc58ZS/s400/gc_social_sprite.gif&#39;) !important;

}

.mbt_social_floating .st_twitter_vcount .st-twitter-counter{

    background-position:0 -58px !important;

}

.mbt_social_floating  .stButton_gradient{

    border:none !important;

}

.mbt_social_floating .stBubble_count{

    width:44px !important;

    font-size: 15px !important;

    font-weight: normal !important;

    padding-top:7px !important;

    height:23px !important;

    background:none !important;

}

.mbt_social_floating .st_twitter_vcount .stBubble_count{

    color:#00a6df;

    background-color:#f8fbfc !important;

}



.st_fblike_vcount{

    margin-bottom: 0px;

    display: block;

}

.st_twitter_vcount{

    margin-bottom: 3px;

    display: block;

}



.st_email{

    margin-bottom: 5px; margin-top: 3px;

    display: block;

}

.mbt_social_floating .stBubble{

    background-position: 21px 31px !important;

    height:35px !important;

}.mbt_social_floating .st_pinterest_vcount{

    margin-left:5px;

}

.mbt_social_floating .st_pinterest_vcount .st-pinterest-counter{

    background-position:0 -19px !important;

}

.mbt_social_floating .st_pinterest_vcount .stBubble_count{

    color:#FF0505;

    background-color:#fbf8f8 !important;

}



.mbt_social_floating .st_pinterest_vcount .stBubble{

    background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9LkbNAR_60OaZPBvlsfIvlhi9UsE118m2V2O1SN-36eFR1SGCI3VP_fQOaAv-50bQuggLOEixwKvn2f6GTxCCHWZy4npxKQoivx2ZW1kwxqoW2-lfvNAisV0EdMOKuiJqmcNg78XJ52hl/s400/bubble_arrow_pinterest.png') !important;

}





.st_pinterest_vcount{

    margin-bottom: 0px;

    display: block;

}



</style>



<div class='mbt_social_floating'>

    <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, , doNotHash: true, doNotCopy: true, hashAddressBar: false});</script>

    <!-- No more works properly so removing it from mbt list<span class='st_fblike_vcount' displaytext=''/>-->

<div style='margin:0px 0 0px 10px;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></div>

    <span class='st_twitter_vcount' displaytext='' st_via='mybloggertricks'/>

<span class='st_pinterest_vcount' displaytext=''/>

<div style='margin:0px 0 0 5px;'>

    <span class='st_plusone_vcount' displaytext=''/>

</div>

   

<div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px 5px 8px;'>

<a class='addthis_counter'/>

</div>

<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>

<script type='text/javascript'>

var addthis_config = {

     ui_cobrand: &quot;MY BLOGGER TRICKS&quot;,

ui_header_color: &quot;#ffffff&quot;,

     ui_header_background: &quot;#0080FF&quot;

}

</script>

<span class='st_email' displaytext=''/>

<p style=' line-height:0px; font-size:10px; font-weight:bold; text-align:center;'><a href='http://www.mybloggertricks.com/2012/05/create-floating-bar-for-pinterest-other.html' style='color:#CAC8C8;'>Widgets</a></p>

</div>

</b:if></b:if>



Just replace mybloggertricks  with your twitter username.

   8.  Save your template and you are all done!






Optional step:



If in case the facebook like button did not work then add this Javascript SDK code just below <body>






<div id="fb-root"></div>

<script>(function(d, s, id) {


  var js, fjs = d.getElementsByTagName(s)[0];


  if (d.getElementById(id)) return;


  js = d.createElement(s); js.id = id;


  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";


  fjs.parentNode.insertBefore(js, fjs);


}(document, 'script', 'facebook-jssdk'));</script>



Got Questions?



This floating bar would display on post pages only and wont display on homepage. The widget has a white background and floats to the left of blog posts. If incase you want it to float to right then all you need is to edit the part of the code bolded in black. You can surely ask for my help which would be no less than a pleasure. Please post any query you may have in the comment box below. Till then take good care of yourselves and your loved ones. Peace and blessings pals! :)

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: Create Floating Bar For Pinterest & Other Sharing Buttons
Create Floating Bar For Pinterest & Other Sharing Buttons
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjf60LMEkKYpUEAiTcka8eegO2wgDV-oi3j-7WYG-89cBlxpfZgQzgiaqxCW14MIuEqLkCbtJlVacOBQU-nU1-Zf3LFifSlgzAr1LKtcHtPmTKlJfKM-WdN54_HaL5GR6ANCDD_udWK-tM/?imgmax=800
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjf60LMEkKYpUEAiTcka8eegO2wgDV-oi3j-7WYG-89cBlxpfZgQzgiaqxCW14MIuEqLkCbtJlVacOBQU-nU1-Zf3LFifSlgzAr1LKtcHtPmTKlJfKM-WdN54_HaL5GR6ANCDD_udWK-tM/s72-c/?imgmax=800
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2012/05/create-floating-bar-for-pinterest-other.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2012/05/create-floating-bar-for-pinterest-other.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy