• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Sitemap
  • Privacy Policy

Best Games

  • Tutorial Blogger
  • Tutorial SEO
  • Template Blogger
  • Catatan
  • Teknologi
    • Smartphone
    • Laptop

MENU

  • Adele
  • Advertising
  • Agar.io
  • Android
  • Android Apps
  • Android Software Chat
  • Blogger
  • Blogger Template
  • Blogger Widget
  • Blogging Tips
  • BRIT Awards
  • Fetty Wap
  • flight sim hardware
  • flight simulator yoke
  • flight stick
  • flight yoke
  • game download
  • game download for android
  • game download free
  • game download game download
  • game download keys
  • game download keys legit
  • game download sites
  • game downloads for mac
  • game downloads for pc
  • Grammy Awards
  • Grammys
  • Guest Post
  • Insurance
  • Iphone
  • Music
  • Online Marketing
  • SEO
  • Super Bowl Halftime
  • SXSW
  • Technology
  • Tori Kelly
  • Valentine's Day
  • YouTube Gaming
  • YouTube Trending tab

Blog Archive

  • ▼  2016 (39)
    • ►  June (7)
    • ▼  May (18)
      • Facebook now have the power to track you even your...
      • Does Apple really working with "all glass" Iphone?
      • Best Stylish Follow me Button for Blogger with coo...
      • How to Fix Blogger Comment box is not showing in M...
      • [Blogger] Beginners Guide on how to get Peoples At...
      • List of SEO Terminologies You Should Know
      • Why We Love The Big, Bigger & The Biggest World Of...
      • The Best Floating Social Share V2 For Blogger to I...
      • Top 5 Best SEO Optimized Adsense Ready Blogger Tem...
      • What Are the Must Have Features in the New Android...
      • A Server Solutions: Benefits to Both Publishers an...
      • SEO Is Not Complicated, It Is Common Sense
      • Five Secrets That Experts of SEO Don't Want You To...
      • Advertise in Trade Fairs with Best Quality Teardro...
      • Top 3 SEO Optimizer Script for Bloggers 2016
      • How to Increase Blog Post Display problem in Blogg...
      • How to protect your own Blog Content To avoid bein...
      • YouTube's Trending Games of April
    • ►  April (1)
    • ►  March (3)
    • ►  February (6)
    • ►  January (4)
  • ►  2015 (7)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  February (1)
Powered by Blogger.
Home » Blogger » Blogger Widget » The Best Floating Social Share V2 For Blogger to Increase Traffic

The Best Floating Social Share V2 For Blogger to Increase Traffic

The Best Floating Social Share V2 For Blogger to Increase Traffic


So this is one of the best Floating Social share for blogger with a great design and it works well
This will help you out to gain more traffic because this is one of the quickest way to let your Audience share your topic , This is the Latest Floating Social Share Version 2, So To install this you must follow the guide carefully to avoid Problems



FIRST STEP

First as usual Go to Blogger.com and go to your Blog Dashboard ,
Go to templates and Click Edit HTML so we can proceed to the next step


SECOND STEP 
Second we need to install the FontsAwesome 4.2
 Search <head>
And paste the code below
<link href='http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css' rel='stylesheet'/>

THIRD STEP 
Add an Google JavaScript Binary if not yet added to your template 

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

FOURTH STEP

Now Press CTRL+F to search code in  your template  
and search for </head>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
/*------------------------------------------------------------
Floating Social Share Button Bar Version 2.0
Designed by:: http://www.Rhonznet.blogspot.com
Shares Count Code by:: http://donreach.com/social-share-count
issued under GNU GPL Licence
Icons:: FontAwesome 4.2.0
**************** Do Not Remove These Credits *****************
------------------------------------------------------------*/
.twistBlogger_SocialBar {
  position: fixed;
  bottom: 30%;
  padding: 0;
  left:0;
  background: none;
  text-align: center;
  margin: 0 auto;
  z-index: 99999999;
}
.twistBlogger_SocialBar label:hover {
  cursor: pointer;
  opacity:1;
}
.twistBlogger_SocialBar label {
  text-align: center;
  opacity: 0.4;
  width: 50px;
  background: #3A3939;
  color: #FFF;
  border: 0;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  padding: 0px 0px;
  border-radius: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  line-height: 1.5em;
  margin-top: 346px;
}
input.ShowHide_Button:checked + label {
  transform-origin: 50% 0%!important;
  -webkit-transform-origin: 50% 0%!important;
  -moz-transform-origin: 50% 0%!important;
  -ms-transform-origin: 50% 0%!important;
  -o-transform-origin: 50% 0%!important;
  opacity: 1;
  -webkit-transform: translateX(0px) rotateY(-180deg);
  -moz-transform: translateX(0px) rotateY(-180deg);
  -ms-transform: translateX(0px) rotateY(-180deg);
  -o-transform: translateX(0px) rotateY(-180deg);
  transform: translateX(0px) rotateY(-180deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border: 1px solid #3A3939;
  border-radius: 50px 0px 0px 50px;
  width: 30px;
  max-width: 30px;
}
input.ShowHide_Button ~ .ShowHideMe {
  -webkit-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -moz-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -ms-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -o-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
}
input.ShowHide_Button:checked ~ .ShowHideMe {
  margin-left: -75px !important;
}
input.ShowHide_Button {
  display: none;
}
.twistBlogger_SocialBar .social_menu {
  display: inline-block;
  float: left;
  list-style:none;
  max-width:50px;
  margin: 0;
  padding: 0;
}
.twistBlogger_SocialBar .social_menu .button_facebook {
  background: #3a579a;
}
.twistBlogger_SocialBar .social_menu .button_facebook:hover {
  background: #314a83;
}
.twistBlogger_SocialBar .social_menu .button_twitter {
  background: #00abf0;
}
.twistBlogger_SocialBar .social_menu .button_twitter:hover {
  background: #0092cc;
}
.twistBlogger_SocialBar .social_menu .button_googleplus {
  background: #df4a32;
}
.twistBlogger_SocialBar .social_menu .button_googleplus:hover {
  background: #be3f2b;
}
.twistBlogger_SocialBar .social_menu .button_pinterest {
  background: #cd1c1f;
}
.twistBlogger_SocialBar .social_menu .button_pinterest:hover {
  background: #ae181a;
}
.twistBlogger_SocialBar .social_menu .button_stumbleupon {
  background: #ea4b24;
}
.twistBlogger_SocialBar .social_menu .button_stumbleupon:hover {
  background: #c7401f;
}
.twistBlogger_SocialBar .social_menu .button_linkedin {
  background: #2554BF;
}
.twistBlogger_SocialBar .social_menu .button_linkedin:hover {
  background: #224EB4;
}
.twistBlogger_SocialBar .social_menu .button_facebook .count,
.twistBlogger_SocialBar .social_menu .button_twitter .count,
.twistBlogger_SocialBar .social_menu .button_googleplus .count,
.twistBlogger_SocialBar .social_menu .button_pinterest .count,
.twistBlogger_SocialBar .social_menu .button_stumbleupon .count,
.twistBlogger_SocialBar .social_menu .button_linkedin .count {
  color: #fff!important;
  padding-top: 4px;
  font-size: 13px !important;
  line-height: 1.2em;
  font-family: sans-serif;
  font-weight: bold;
}
.twistBlogger_SocialBar .social_menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twistBlogger_SocialBar .social_menu .share {
  background: #FFF;
  color: #807F7F;
  font-size: 11px;
  height: 45px !important;
}
.twistBlogger_SocialBar .social_menu .share .count.h4 {
  font-size: 18px;
  font-family: sans-serif;
  color: #424242;
  height: 25px !important;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0px !important;
}
.twistBlogger_SocialBar .social_menu .share .h6 {
  padding-bottom: 3px;
  font-family: sans-serif;
  margin: 0px !important;
  line-height: 1.5em;
  font-size: 11px;
}
.twistBlogger_SocialBar .social_menu > ul > li {
  margin: 0px 0px 0px 0px;
  position: relative;
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 0px;
  border: 0px;
  border-left: 0 solid rgba( 0,0,0,.4);
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  background: none;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twistBlogger_SocialBar .social_menu > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0px;
  cursor: pointer;
  text-decoration: none;
}
.twistBlogger_SocialBar .social_menu > ul > li:hover {
  border-left: 5px solid rgba( 0,0,0,.3);
  width: 40px;
}
.twistBlogger_SocialBar .social_menu > ul > li i {
  color: #fff !important;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twistBlogger_SocialBar .social_menu > ul > li:hover i {
  opacity: 0.9;
}
@media only screen and (min-width:768px) and (max-width:979px) {
.twistBlogger_SocialBar {
  bottom: 20% !important;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.twistBlogger_SocialBar {
  bottom: 15% !important;
}
}
 @media only screen and (max-width:479px) {
.twistBlogger_SocialBar {
  bottom: 10% !important;
  display: none !important; /*---delete this code line to make it appear on mobile--*/
}
}
</style>
</b:if>

Note : Remove  display: none !important;   if you want to show social share in Mobile

FINAL STEP
Now you need to Add HTML and JavaScript API
So Search this Code in your template 
 <div class='post-footer-line post-footer-line-3'>
If this code show up twist choose the second code appearance 
Now paste this Code below of 
 <div class='post-footer-line post-footer-line-3'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div class='twistBlogger_SocialBar'>
  <input class='ShowHide_Button' id='twiSter' type='checkbox'/>
  <label for='twiSter'><i class='fa fa-arrow-left'/></label>
  <div class='ShowHideMe'>
  <div class='social_menu'>
<div class='share'>
    <div class='share-btn' data-service='total'>
        <div class='count h4'/>
        <div class='h6'>SHARES</div>
  </div></div>
<ul>
<li class='button_facebook'>
<a expr:href='&quot;   http://www.facebook.com/share.php?v=4&amp;   src=bm&amp;   u=&quot;   + data:post.url + &quot;   &amp;   t=&quot;   + data:post.title' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=436&quot;   );   return false;' rel='nofollow'><strong><i class='fa fa-facebook'/>
<div class='share-btn' data-service='facebook'>
        <div class='count'/></div></strong>
</a>
</li>
<li class='button_twitter'>
<a expr:href='&quot;https://twitter.com/intent/tweet?url=&quot; + data:blog.url + &quot;&amp;text=&quot; + data:post.title + &quot; via @Rhonznet - &quot;' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=436&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-twitter'/>
<div class='share-btn' data-service='twitter'>
        <div class='count'/></div></strong>
</a>
</li>
<li class='button_googleplus'>
<a expr:href='&quot;   https://plus.google.com/share?url=&quot; + data:post.url' onclick='javascript:window.open(this.href,&quot;   &quot;   ,&quot;   menubar=no,toolbar=no,resizbutton_le=yes,scrollbars=yes,height=600,width=600&quot;   );   return false;   ' rel='nofollow'><strong><i class='fa fa-google-plus'/>
<div class='share-btn' data-service='google'>
        <div class='count'/></div></strong>
</a>
</li>
<li class='button_pinterest'>
<a data-pin-config='beside' expr:href='&quot;   http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;   &amp;media=&quot; + data:blog.postImageUrl + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=500&quot;   );   return false;' rel='nofollow'><strong><i class='fa fa-pinterest'/>
<div class='share-btn' data-service='pinterest'>
        <div class='count'/></div></strong>
</a>
</li>
<li class='button_stumbleupon'>
<a expr:href='&quot;   http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;   &amp;   title=&quot;   + data:post.title' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=500&quot;   );   return false;' rel='nofollow'><strong><i class='fa fa-stumbleupon-circle'/>
<div class='share-btn' data-service='stumbleupon'>
        <div class='count'/></div></strong>
</a>
</li>
<li class='button_linkedin'>
<a expr:href='&quot;   http://www.linkedin.com/shareArticle?mini=true&amp;   url=&quot; + data:post.url + &quot;   &amp;   title=&quot; + data:post.title + &quot;   &amp;   summary=&amp;   source=&quot;   ' onclick='window.open(this.href,&quot;   sharer&quot;   ,&quot;   toolbar=0,status=0,width=626,height=500&quot;   );   return false;' rel='nofollow'><strong><i class='fa fa-linkedin'/>
<div class='share-btn' data-service='linkedin'>
        <div class='count'/></div></strong>
</a>
</li>
</ul>
</div>
</div>
</div>
<script type='text/javascript'>//<![CDATA[
$(document).ready(function () {
  var shareUrl = $("link[rel=canonical]").attr("href");
    $.getJSON('http://sharecount.twistblogger.com/?url=' + encodeURIComponent(shareUrl) + "&callback=?", function (data) {
        shares = data.shares;
        $(".count").each(function (index, el) {
            service = $(el).parents(".share-btn").attr("data-service");
            count = shares[service];
            if (count > 1000) {
                count = (count / 1000).toFixed(1);
                if (count > 1000) count = (count / 1000).toFixed(1) + "M";
                else count = count + "k";
            }
            $(el).html(count);
        });
    });
});
//]]></script>
</b:if>
</b:if>
Change The Twitter Username @RhonzNET    
Now save your template and visit your Blog post 

FINAL WORDS :
Thank you, by the way this Cool Widget is From Twistblogger so big credit 
Satbir Partial, So if you like this post care to share


Demikianlah Artikel The Best Floating Social Share V2 For Blogger to Increase Traffic

Sekian Postingan The Best Floating Social Share V2 For Blogger to Increase Traffic, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sekian postingan kali ini.

Anda sedang membaca artikel The Best Floating Social Share V2 For Blogger to Increase Traffic dan artikel ini url permalinknya adalah https://bestgamesforgamer.blogspot.com/2016/05/the-best-floating-social-share-v2-for.html Semoga artikel ini bisa bermanfaat.
Tweet

Terimakasih anda telah membaca artikel tentang The Best Floating Social Share V2 For Blogger to Increase Traffic. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://bestgamesforgamer.blogspot.com/2016/05/the-best-floating-social-share-v2-for.html. Terimakasih atas perhatiannya.

Related Posts

at 3:40 AM
Labels: Blogger, Blogger Widget

{ 0 comments... read them below or add one }


Post a Comment

Newer Post Older Post Home
translate

About Me

Job Search
View my complete profile

Popular Posts

  • The Role of Technology in Improvement of Players’ Performance
    The Role of Technology in Improvement of Players’ Performance
    The Role of Technology in Improvement of Players’ Performance Playing sports is not more a way of entertainment. It has become a passion for...
  • Top 5 Best Android Launcher that would Spice-up your Android Devices 2016
    Top 5 Best Android Launcher that would Spice-up your Android Devices 2016
    Best and Greatest Launcher for Android Phone to Improve Performance and Experience 2016 I'm the type of person that i always wa...
  • PC Flight Simulator Games 2016
    PC Flight Simulator Games 2016
    What You Need to Know to Find YOUR Best Flight Simulator Game Update January 2016: Time is flying by, and we are already in the year 2016...
  • Managing car insurance in India  has become effortless through apps
    Managing car insurance in India has become effortless through apps
    Managing car insurance in India  has become effortless through apps Internet penetration is getting deeper in India with each passing year. ...
  • Best Tech Blogs: Top 10 Source's to stay updated in technology
    Best Tech Blogs: Top 10 Source's to stay updated in technology
    So this is a list of best tech website or top tech news website that have great and interesting content, So we live the time where Technolog...
  • How to Fix Blogger Comment box is not showing in Mobile Devices [FIXED]
    How to Fix Blogger Comment box is not showing in Mobile Devices [FIXED]
    Many Blogger face this problem were in they cant see their comment box in Mobile Devices, So i quite have research and found out that this p...
  • Tips How To Buy a Flight Simulator Yoke
    Tips How To Buy a Flight Simulator Yoke
    If you are still using just your computers keyboard to fly airplanes in your favorite flight sim, then you should really think about gettin...
  • [Blogger] Beginners Guide on how to get Peoples Attention to your Blog
    [Blogger] Beginners Guide on how to get Peoples Attention to your Blog
    If your New in blogging you will feel like there is only few people on your blog, Even i have been to that stage When i lookup my blog insig...
  • What is the Best Phone : Samsung S7 Edge vs iPhone 6s Which is better?
    What is the Best Phone : Samsung S7 Edge vs iPhone 6s Which is better?
    Samsung S7 v iPhone 6s Samsung S7 Edge and iPhone 6s is one of the most popular and high end Smart phone this year, and by its Lates...
  • Latest Android Version : Android N 7.0 Features,Release,News
    Latest Android Version : Android N 7.0 Features,Release,News
    Latest Update :Google Release a new Build of Android N for Developer Preview 3, Some are questioning about the official name of the latest...
Flag Counter
Copyright Best Games: The Best Floating Social Share V2 For Blogger to Increase Traffic