Breaking News
Loading...
Tuesday 3 February 2015

How to Add Stylish Flat Tabbed Social Media Widget to Blogger


Are you fed up with those old style Social Media subscription styles? Are you Looking for something new? So to fulfill all your needs, today we're going to share a simple and attractive Flat Style Tabbed Social Media Widget for Blogger that we just customized. As you know that Flat Style is the hottest style nowadays. The widget we're going to share today is a Tabbed Widget with Social Media tabs in a simple Flat design and it'll definitely attract your visitors. This widget consists of four different tabs Facebook, Twitter, Google Plus and Pinterest. So, add this widget to your blog and impress your visitors. 


How to Add Flat Tabbed Social Media Widget to Blogger
First and foremost, log in to your Blogger Account >> Select a Blog >> Layout >> Add a Gadget, scroll down and select HTML/JavaScript gadget from the list of gadgets. Now Copy the following piece of code and paste it in the empty widget box
<style>
    ul.tabs {
        padding: 7px 0;
        font-size: 0;
        margin: 0;
        list-style-type: none;
        text-align: left;
    }
    ul.tabs li {
        display: inline;
        margin: 0;
    }
    ul.tabs li a {
        font: normal 12px Verdana;
        text-decoration: none;
        position: relative;
        padding: 25px 10px 0px 10px;
        border-bottom-color: #B7B7B7;
        color: #000;
        background: #00B366;
        outline: none;
    }
    ul.tabs li a:visited {
        color: #000;
    }
    ul.tabs li a:hover {
        background: #007D47 ;
    }
    ul.tabs li.selected a,
    ul.tabs li.selected a:hover {
        position: relative;
        top: 0px;
        font-weight: bold;
        background: #007D47;
        border-bottom-color: #007D47;
    }
    ul.tabs li.selected a:hover {
        text-decoration: none;
    }
    div.tabcontents {
        border: 1px solid #007D47;
        padding: 10px;
        background-color: #FFF;
        border-radius: 0 3px 3px 3px;
        margin-top: -7px;
    }
</style>


<script src="http://yourjavascript.com/1125723322/blogolect-tabber.js" type="text/javascript"></script>
<ul class="tabs">
    <li class="selected">
        <a href="#tab1">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKdgYUrtEUHDt-h5JMI3c70gbyLw-PRjHxnHRVSRRg4IifiDb6abdwLbgiP914ARNMETclGjfI9l8EEVbzfQ77BfzLMjHoE0Y3JIVpQGpzqdPKwXkRVgwwwaIUOIewyEAeso7o30bgkKHZ/s1600/blogolect-fb.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab2">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ8JKF57JHKXRLFTw7wYwYf0GvJloDS_yHoB-hWF_ZgyMR6vbJ-nTj9q3lEEvH043cP8qG9WjFDd_eoWGqN1ipnZg6DP8WA0QxbkdL22j6welhMy1K84cJjqwuPD2LsPVMOeXx6L2-41fx/s1600/blogolect-twitter.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab3">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik1JerDRt0ou_CfF_Iab-YkPQ8wBjnX4jMxS0EVPeipnuqsrfd1Wj4AmqN-p14Hqubf0RPY2hhWNGYZnZTTnlkaIP33oN_kAREravWHKNJBcgrPQc56DEYa-5sTmdxtG5VZaWArXkBPcrD/s1600/blogolect-googleplus.png" height="32" width="32" />
        </a>
    </li>
    <li>
        <a href="#tab4">
            <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgh-6dCSPPKKbcnN6o6FwpssDf4ksQMhRHrxoucl_TT3Kv_dUKuD1wSTX8Oww1EGb2IQo5bdggMCCpB0ZrQ4drZmhzAUHWpiL2om7Vcjvc3g1np5tCXckpAO9vh-ItpHKZ05QsuaGURabRi/s1600/blogolect-pinterest.png" height="32" width="32" />
        </a>
    </li>
</ul>
<div class="tabcontents">
    <div id="tab1">
        <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FYOURFBLINKHERE&amp;width=285&amp;height=180&amp;colorscheme=light&amp;show_faces=true&amp;header=false&amp;stream=false&amp;show_border=false&amp;appId=409936535724253" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:285px; height:180px;" allowtransparency="true"></iframe>
    </div>
    <div id="tab2">
        <div id="twitter-box"></div>
        <a href="https://twitter.com/YOURLINKHERE" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @YOURNAMEHERE</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
    </div>
    <div id="tab3">
        <script src="https://apis.google.com/js/platform.js" async defer></script>
        <div class="g-person" data-width="250" data-href="//plus.google.com/YOURLINKHERE" data-layout="landscape" data-rel="author"></div>
    </div>
    <div id="tab4">
        <a href="http://pinterest.com/YOURLINKHERE">
            <img src="http://passets-cdn.pinterest.com/images/about/buttons/follow-me-on-pinterest-button.png" width="169" height="28" alt="Follow Me on Pinterest" />
        </a>
    </div>
    <div style="clear: both; text-align: right;">
        <span style="font-size: xx-small;"><a href="http://www.blogolect.com/2015/02/flat-style-tabbed-social-media-widget.html" rel="dofollow" target="_blank">Get this Widget</a></span>
    </div>
</div>

Customization:

  • Replace YOURFBLINKHERE with your Facebook Page Username
  • Replace both YOURLINKHERE with your Twitter Username
  • Replace YOURLINKHERE with your Google Plus Username
  • Replace YOURLINKHERE with your Pinterest Username


Click Save button and you're done!

0 comments:

Post a Comment

If you face any problem, then don't hesitate. Just Sumbit Your Problem In The Comment Section Within 24 Hours. Be Careful We Have Zero Tolerance For Spam !

 
Toggle Footer